{"swagger":"2.0","info":{"version":"V1","title":"CP-Pro Office Version 4","description":"Access to the office 4 application server.","x-swagger-net-version":"8.3.23.1103","contact":{"name":"CP-Pro Solutions GmbH & Co. KG","url":"https://cp-pro.de","email":"support@cp-pro.eu"}},"host":"scaffolding-gmbh.samiez.de","schemes":["http","https"],"consumes":[],"produces":[],"paths":{"/common/license":{"get":{"tags":[" common"],"summary":"Index of the setup controller","operationId":"License_Get","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/license/check/{scope}":{"get":{"tags":[" common"],"summary":"Gets the license information","operationId":"License_GetCommonLicenseCheckByScope","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"scope","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/license/check":{"post":{"tags":[" common"],"operationId":"License_Check","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"viewModel","in":"body","required":true,"schema":{"$ref":"#/definitions/LicenseViewModel"}},{"name":"cancel","in":"header","required":true}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/license/usage":{"get":{"tags":[" common"],"summary":"Gets the complete license pool information","operationId":"License_Usage","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/license/devices":{"get":{"tags":[" common"],"summary":"List of devices","operationId":"License_Devices","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/license/client/{id}":{"get":{"tags":[" common"],"summary":"List of clients","operationId":"License_ClientById","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/license/client/{id}/delete":{"get":{"tags":[" common"],"summary":"Delete a specific client","operationId":"License_DeleteClientById","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"client id","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/license/token/{id}/delete":{"get":{"tags":[" common"],"summary":"Delete a specific refresh token","operationId":"License_DeleteTokenById","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"token id","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/version":{"get":{"tags":[" common"],"summary":"Gets the version information","operationId":"Version_Get","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/version/{date}":{"get":{"tags":[" common"],"summary":"Gets the version information and returns the date format used to convert dates.","operationId":"Version_GetWithDateByDate","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"date","in":"path","description":"The date.","required":true,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/assets/{id}":{"get":{"tags":[" common"],"summary":"Gets the specified identifier.","operationId":"Assets_GetById","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"The identifier.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/logging":{"get":{"tags":[" common"],"summary":"Show a html view of the logfile specified by `logFile` (empty for Main-Logfile)","operationId":"Logging_Index","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"take","in":"query","description":"number of records to display (default 100)","required":false,"type":"integer","format":"int32","default":100},{"name":"skip","in":"query","description":"number of records to skip (default 0)","required":false,"type":"integer","format":"int32","default":0},{"name":"level","in":"query","description":"log level to display (default all/debug)","required":false,"type":"string","enum":["None","Error","Warn","Info","Debug"]},{"name":"logFile","in":"query","description":"log file to show (default main logfile)","required":false,"type":"string"},{"name":"verbose","in":"query","description":"show all information (default false)","required":false,"type":"boolean","default":false}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/client":{"get":{"tags":[" common"],"operationId":"Client_Index","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/setup":{"get":{"tags":[" common"],"summary":"Index of the setup controller","operationId":"Setup_Get","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]},"post":{"tags":[" common"],"summary":"Saves and applies the settings of the page.","operationId":"Setup_Post","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"viewModel","in":"body","required":true,"schema":{"$ref":"#/definitions/SetupViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/setup/export":{"post":{"tags":[" common"],"summary":"Saves and applies the settings of the page.","operationId":"Setup_Export","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/setup/import":{"post":{"tags":[" common"],"summary":"Saves and applies the settings of the page.","operationId":"Setup_Import","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/setup/registration":{"get":{"tags":[" common"],"summary":"Register Server with cp-pro infrastructure.","operationId":"Setup_RegisterServerGet","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"cancel","in":"header","required":true}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]},"post":{"tags":[" common"],"summary":"Register Server with cp-pro infrastructure.","operationId":"Setup_RegisterServerPost","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"viewModel","in":"body","required":true,"schema":{"$ref":"#/definitions/RegistrationViewModel"}},{"name":"cancel","in":"header","required":true}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/setup/certificate":{"get":{"tags":[" common"],"operationId":"Setup_GetCertificate","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]},"post":{"tags":[" common"],"operationId":"Setup_SetCertificate","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"parameters","in":"body","required":true,"schema":{"$ref":"#/definitions/SetCertificateParams"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]},"delete":{"tags":[" common"],"operationId":"Setup_RemoveCertificate","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/setup/certificate/save":{"post":{"tags":[" common"],"operationId":"Setup_SaveCertificateDetails","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/CertificateViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/setup/certificate/{type}":{"get":{"tags":[" common"],"operationId":"Setup_GetCommonSetupCertificateByType","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"type","in":"path","required":true,"type":"string","enum":["SelfSigned","LetsEncryptHttpChallenge","Other","LetsEncryptDnsChallenge","LetsEncryptDnsChallengeVerified"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/dbschema":{"get":{"tags":[" common"],"operationId":"Schema_Get","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/dbschema/check":{"get":{"tags":[" common"],"operationId":"Schema_Check","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/dbschema/patch":{"post":{"tags":[" common"],"operationId":"Schema_Patch","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/database":{"get":{"tags":[" common"],"summary":"Call CheckDatabase that checks compatibility","operationId":"Database_Get","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"cancellationToken","in":"header","required":true}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/auth/release":{"post":{"tags":[" common"],"operationId":"Auth_ReleaseToken","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"refreshToken","in":"body","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/auth":{"get":{"tags":[" common"],"summary":"Simple method to check if current access is authenticated","operationId":"Auth_Index","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/auth/createToken":{"get":{"tags":[" common"],"summary":"  Create an access token, which is valid for a period of days for the\r\n  current user (see GO3-7336).\r\n            \r\n<para>\r\n  First used by beekeeper integration app, to create a jwt to access the api.\r\n</para><para>\r\n  The configuration (which user (and rights!).. to use) is done\r\n  via {M:CPPro.Office4.Services.Data.Controllers.Common.AuthController.BeekeeperConfig(System.String,System.String,System.String,System.String,System.String,System.Int32)}-method, and written to the database.\r\n  User with access to the database can get the authentication information.\r\n</para><para>\r\n  The go3 user can query the database and show the token data,\r\n  which has to be configured in beekeeper integration app.\r\n</para>","operationId":"Auth_Token","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"tokenValidForDays","in":"query","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}},"security":[{"oauth2":[]}]}},"/common/integration/beekeeper/config":{"get":{"tags":[" common"],"summary":"Gets called from go3 to save the beekeeper configuration\r\nto the office 4 server database.","operationId":"Auth_BeekeeperConfig","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"appUrl","in":"query","description":"url of beekeeper web app","required":true,"type":"string"},{"name":"serverUrl","in":"query","description":"url of office 4 server","required":true,"type":"string"},{"name":"userName","in":"query","description":"username to be used as the user who will be authenticated","required":true,"type":"string"},{"name":"beekeeper","in":"query","description":"beekeeper url","required":true,"type":"string"},{"name":"beekeeperToken","in":"query","description":"beekeeper token","required":true,"type":"string"},{"name":"tokenValidForDays","in":"query","description":"how long the authentication token will be valid","required":false,"type":"integer","format":"int32","default":14}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}},"security":[{"oauth2":[]}]}},"/":{"get":{"tags":[" common"],"summary":"Default get method to display root page","operationId":"Home_Index","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/config/qrcode":{"get":{"tags":[" common"],"summary":"Get a QR Code for the server","operationId":"Configuration_GetQrCode","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"size","in":"query","description":"Optional Size Argument","required":false,"type":"integer","format":"int32","default":1000},{"name":"ecc","in":"query","description":"Optional Error Check Level","required":false,"type":"string","default":"M","enum":["L","M","Q","H"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"security":[{"oauth2":[]}]}},"/common/config/barcodes":{"get":{"tags":[" common"],"summary":"Get the barcodes to configure the apps (for example)","operationId":"Configuration_GetBarcodes","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"size","in":"query","description":"Optional Size Argument","required":false,"type":"integer","format":"int32"},{"name":"ecc","in":"query","description":"Optional Error Check Level","required":false,"type":"string","enum":["L","M","Q","H"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/config/barcodes/employees":{"get":{"tags":[" common"],"summary":"Get the barcodes to configure the apps (for example)","operationId":"Configuration_GetEmployeeBarcodes","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"size","in":"query","description":"Optional Size Argument","required":false,"type":"integer","format":"int32"},{"name":"ecc","in":"query","description":"Optional Error Check Level","required":false,"type":"string","enum":["L","M","Q","H"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/config/barcodes/resources":{"get":{"tags":[" common"],"summary":"Get the barcodes to configure the apps (for example)","operationId":"Configuration_GetResourcesBarcodes","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"size","in":"query","description":"Optional Size Argument","required":false,"type":"integer","format":"int32"},{"name":"ecc","in":"query","description":"Optional Error Check Level","required":false,"type":"string","enum":["L","M","Q","H"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/config/mobile":{"get":{"tags":[" common"],"operationId":"Configuration_GetMobileSettings","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]},"post":{"tags":[" common"],"operationId":"Configuration_PostMobileSettings","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"mobileSettings","in":"body","required":true,"schema":{"$ref":"#/definitions/MobileSettings"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/test/data-support-hub/{typeName}":{"get":{"tags":[" common"],"summary":"Test the data support hub functionality","operationId":"Test_TestDataSupportHubByTypename","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"typeName","in":"path","description":"Name of the domain object which should be notified","required":true,"type":"string"},{"name":"clientId","in":"query","description":"A possible client id which would be spared in the events","required":false,"type":"string","default":""},{"name":"changeType","in":"query","description":"The type of the change (default is update)","required":false,"type":"string","default":"Update","enum":["Create","Update","Delete","ChildrenChanged"]},{"name":"times","in":"query","description":"how often should the change be sent (default 10 times)","required":false,"type":"integer","format":"int32","default":10}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/update/check":{"post":{"tags":[" common"],"operationId":"Update_CheckForUpdates","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/update/execute":{"post":{"tags":[" common"],"operationId":"Update_ExecuteUpdate","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/common/update/release/{version}":{"get":{"tags":[" common"],"operationId":"Update_GetReleaseNotesByVersion","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"version","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"security":[{"oauth2":[]}]}},"/v1/api/utilities/image":{"get":{"tags":[" utilities"],"summary":"Gets an image for a base64 encoded filepath","operationId":"Utilities_GetLocalFile","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"id","in":"query","description":"the base64 encoded filepath","required":false,"type":"string"},{"name":"fileAction","in":"query","description":"the action for the get file operation (thumb or file). file is default.","required":false,"type":"string","default":"file"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"security":[{"oauth2":[]}]}},"/v1/api/utilities/image/{id}/{fileAction}":{"get":{"tags":[" utilities"],"summary":"Gets an image for a base64 encoded filepath","operationId":"Utilities_GetV1ApiUtilitiesImageByIdByFileAction","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"the base64 encoded filepath","required":true,"type":"string"},{"name":"fileAction","in":"path","description":"the action for the get file operation (thumb or file). file is default.","required":true,"type":"string","default":"file"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"security":[{"oauth2":[]}]}},"/v1/api/utilities/file/{id}/{fileAction}":{"get":{"tags":[" utilities"],"summary":"Gets an image for a base64 encoded filepath","operationId":"Utilities_GetV1ApiUtilitiesFileByIdByFileAction","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"the base64 encoded filepath","required":true,"type":"string"},{"name":"fileAction","in":"path","description":"the action for the get file operation (thumb or file). file is default.","required":true,"type":"string","default":"file"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"security":[{"oauth2":[]}]}},"/v1/api/utilities/image/{id}":{"get":{"tags":[" utilities"],"summary":"Gets an image for a base64 encoded filepath","operationId":"Utilities_GetV1ApiUtilitiesImageById","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"the base64 encoded filepath","required":true,"type":"string"},{"name":"fileAction","in":"query","description":"the action for the get file operation (thumb or file). file is default.","required":false,"type":"string","default":"file"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"security":[{"oauth2":[]}]}},"/v1/api/utilities/file/{id}":{"get":{"tags":[" utilities"],"summary":"Gets an image for a base64 encoded filepath","operationId":"Utilities_GetV1ApiUtilitiesFileById","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"id","in":"path","description":"the base64 encoded filepath","required":true,"type":"string"},{"name":"fileAction","in":"query","description":"the action for the get file operation (thumb or file). file is default.","required":false,"type":"string","default":"file"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"security":[{"oauth2":[]}]}},"/v1/api/utilities/qrcode/{base64}":{"get":{"tags":[" utilities"],"summary":"Gets the qr code.","operationId":"Utilities_GetQRCodeByBase64","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"base64","in":"path","required":true,"type":"string"},{"name":"size","in":"query","required":false,"type":"integer","format":"int32","default":100},{"name":"ecc","in":"query","required":false,"type":"string","default":"M","enum":["L","M","Q","H"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"security":[{"oauth2":[]}]}},"/v1/api/odata/AccountingTransactions":{"get":{"tags":[" Office - AccountingTransactions"],"summary":"Returns the EntitySet AccountingTransactions","operationId":"AccountingTransactions_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfAccountingTransaction"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - AccountingTransactions"],"summary":"Post a new entity to EntitySet AccountingTransactions","operationId":"AccountingTransactions_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"AccountingTransaction","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/AccountingTransaction"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/AccountingTransactions({ItemId})":{"get":{"tags":[" Office - AccountingTransactions"],"summary":"Returns the entity with the key from AccountingTransactions","operationId":"AccountingTransactions_GetByItemid","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - AccountingTransactions"],"summary":"Replace entity in EntitySet AccountingTransactions","operationId":"AccountingTransactions_PutByItemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"AccountingTransaction","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/AccountingTransaction"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - AccountingTransactions"],"summary":"Delete entity in EntitySet AccountingTransactions","operationId":"AccountingTransactions_DeleteByItemid","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - AccountingTransactions"],"summary":"Update entity in EntitySet AccountingTransactions","operationId":"AccountingTransactions_PatchByItemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"AccountingTransaction","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/AccountingTransaction"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/AccountingTransactions/Service.GetCustomerBookingLines(accountTransactionFilter={accountTransactionFilter})":{"get":{"tags":[" Office - AccountingTransactions"],"summary":"Call operation  GetCustomerBookingLines","operationId":"AccountingTransactions_GetCustomerBookingLinesByAccounttransactionfilter","consumes":[],"produces":["application/json"],"parameters":[{"name":"accountTransactionFilter","in":"path","description":"parameter: accountTransactionFilter","required":true,"schema":{"$ref":"#/definitions/AccountTransactionFilter"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerLines"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/AccountingTransactions/Service.GetProjectBookingLines(accountTransactionFilter={accountTransactionFilter})":{"get":{"tags":[" Office - AccountingTransactions"],"summary":"Call operation  GetProjectBookingLines","operationId":"AccountingTransactions_GetProjectBookingLinesByAccounttransactionfilter","consumes":[],"produces":["application/json"],"parameters":[{"name":"accountTransactionFilter","in":"path","description":"parameter: accountTransactionFilter","required":true,"schema":{"$ref":"#/definitions/AccountTransactionFilter"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProjectLines"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/AccountingTransactions/Service.GetBookingLines(accountTransactionFilter={accountTransactionFilter})":{"get":{"tags":[" Office - AccountingTransactions"],"summary":"Call operation  GetBookingLines","operationId":"AccountingTransactions_GetBookingLinesByAccounttransactionfilter","consumes":[],"produces":[],"parameters":[{"name":"accountTransactionFilter","in":"path","description":"parameter: accountTransactionFilter","required":true,"schema":{"$ref":"#/definitions/AccountTransactionFilter"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BookingLines"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/AccountingTransactions({ItemId})/Service.Export(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - AccountingTransactions"],"summary":"Call operation  Export","operationId":"AccountingTransactions_ExportByItemidAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"schema":{"$ref":"#/definitions/AccountTransactionFilter"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/AccountingTransactions({ItemId})/Service.ExportCustomer(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - AccountingTransactions"],"summary":"Call operation  ExportCustomer","operationId":"AccountingTransactions_ExportCustomerByItemidAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"schema":{"$ref":"#/definitions/AccountTransactionFilter"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/AccountingTransactions({ItemId})/Service.ExportCustomerPayment(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - AccountingTransactions"],"summary":"Call operation  ExportCustomerPayment","operationId":"AccountingTransactions_ExportCustomerPaymentByItemidAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"schema":{"$ref":"#/definitions/AccountTransactionFilter"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/AccountingTransactions({ItemId})/Service.ExportCustomerDemand(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - AccountingTransactions"],"summary":"Call operation  ExportCustomerDemand","operationId":"AccountingTransactions_ExportCustomerDemandByItemidAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"schema":{"$ref":"#/definitions/AccountTransactionFilter"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/AccountingTransactions({ItemId})/Service.ExportProject(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - AccountingTransactions"],"summary":"Call operation  ExportProject","operationId":"AccountingTransactions_ExportProjectByItemidAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"schema":{"$ref":"#/definitions/AccountTransactionFilter"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/AccountingTransactions({ItemId})/Service.ExportProjectPayment(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - AccountingTransactions"],"summary":"Call operation  ExportProjectPayment","operationId":"AccountingTransactions_ExportProjectPaymentByItemidAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"schema":{"$ref":"#/definitions/AccountTransactionFilter"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/AddressContacts":{"get":{"tags":[" Office - AddressContacts"],"summary":"Returns the EntitySet AddressContacts","operationId":"AddressContacts_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfAddressContact"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - AddressContacts"],"summary":"Post a new entity to EntitySet AddressContacts","operationId":"AddressContacts_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"AddressContact","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/AddressContact"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/AddressContacts({AddressContactIdPk})":{"get":{"tags":[" Office - AddressContacts"],"summary":"Returns the entity with the key from AddressContacts","operationId":"AddressContacts_GetByAddresscontactidpk","consumes":[],"produces":[],"parameters":[{"name":"AddressContactIdPk","in":"path","description":"key: AddressContactIdPk","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - AddressContacts"],"summary":"Replace entity in EntitySet AddressContacts","operationId":"AddressContacts_PutByAddresscontactidpk","consumes":["application/json"],"produces":[],"parameters":[{"name":"AddressContactIdPk","in":"path","description":"key: AddressContactIdPk","required":true,"type":"integer","format":"int32"},{"name":"AddressContact","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/AddressContact"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - AddressContacts"],"summary":"Delete entity in EntitySet AddressContacts","operationId":"AddressContacts_DeleteByAddresscontactidpk","consumes":[],"produces":[],"parameters":[{"name":"AddressContactIdPk","in":"path","description":"key: AddressContactIdPk","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - AddressContacts"],"summary":"Update entity in EntitySet AddressContacts","operationId":"AddressContacts_PatchByAddresscontactidpk","consumes":["application/json"],"produces":[],"parameters":[{"name":"AddressContactIdPk","in":"path","description":"key: AddressContactIdPk","required":true,"type":"integer","format":"int32"},{"name":"AddressContact","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/AddressContact"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Addresses":{"get":{"tags":[" Office - Addresses"],"summary":"Returns the EntitySet Addresses","operationId":"Addresses_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfAddress"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Addresses"],"summary":"Post a new entity to EntitySet Addresses","operationId":"Addresses_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"Address","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Address"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Addresses({AddressId})":{"get":{"tags":[" Office - Addresses"],"summary":"Returns the entity with the key from Addresses","operationId":"Addresses_GetByAddressid","consumes":[],"produces":[],"parameters":[{"name":"AddressId","in":"path","description":"key: AddressId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Addresses"],"summary":"Replace entity in EntitySet Addresses","operationId":"Addresses_PutByAddressid","consumes":["application/json"],"produces":[],"parameters":[{"name":"AddressId","in":"path","description":"key: AddressId","required":true,"type":"integer","format":"int32"},{"name":"Address","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/Address"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Addresses"],"summary":"Delete entity in EntitySet Addresses","operationId":"Addresses_DeleteByAddressid","consumes":[],"produces":[],"parameters":[{"name":"AddressId","in":"path","description":"key: AddressId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Addresses"],"summary":"Update entity in EntitySet Addresses","operationId":"Addresses_PatchByAddressid","consumes":["application/json"],"produces":[],"parameters":[{"name":"AddressId","in":"path","description":"key: AddressId","required":true,"type":"integer","format":"int32"},{"name":"Address","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Address"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Addresses({AddressId})/Service.Export(generationOptions={generationOptions})":{"get":{"tags":[" Office - Addresses"],"summary":"Call operation  Export","operationId":"Addresses_ExportByAddressidAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"AddressId","in":"path","description":"key: AddressId","required":true,"type":"integer","format":"int32"},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BankAccounts":{"get":{"tags":[" Office - BankAccounts"],"summary":"Returns the EntitySet BankAccounts","operationId":"BankAccounts_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfBankAccount"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - BankAccounts"],"summary":"Post a new entity to EntitySet BankAccounts","operationId":"BankAccounts_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"BankAccount","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/BankAccount"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BankAccounts({BankId})":{"get":{"tags":[" Office - BankAccounts"],"summary":"Returns the entity with the key from BankAccounts","operationId":"BankAccounts_GetByBankid","consumes":[],"produces":[],"parameters":[{"name":"BankId","in":"path","description":"key: BankId","required":true,"type":"integer","format":"int64"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - BankAccounts"],"summary":"Replace entity in EntitySet BankAccounts","operationId":"BankAccounts_PutByBankid","consumes":["application/json"],"produces":[],"parameters":[{"name":"BankId","in":"path","description":"key: BankId","required":true,"type":"integer","format":"int64"},{"name":"BankAccount","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/BankAccount"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - BankAccounts"],"summary":"Delete entity in EntitySet BankAccounts","operationId":"BankAccounts_DeleteByBankid","consumes":[],"produces":[],"parameters":[{"name":"BankId","in":"path","description":"key: BankId","required":true,"type":"integer","format":"int64"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - BankAccounts"],"summary":"Update entity in EntitySet BankAccounts","operationId":"BankAccounts_PatchByBankid","consumes":["application/json"],"produces":[],"parameters":[{"name":"BankId","in":"path","description":"key: BankId","required":true,"type":"integer","format":"int64"},{"name":"BankAccount","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/BankAccount"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BillingRequests":{"get":{"tags":[" Office - BillingRequests"],"summary":"Returns the EntitySet BillingRequests","operationId":"BillingRequests_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfBillingRequest"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - BillingRequests"],"summary":"Post a new entity to EntitySet BillingRequests","operationId":"BillingRequests_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"BillingRequest","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/BillingRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BillingRequests({Id})":{"get":{"tags":[" Office - BillingRequests"],"summary":"Returns the entity with the key from BillingRequests","operationId":"BillingRequests_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - BillingRequests"],"summary":"Replace entity in EntitySet BillingRequests","operationId":"BillingRequests_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"BillingRequest","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/BillingRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - BillingRequests"],"summary":"Delete entity in EntitySet BillingRequests","operationId":"BillingRequests_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - BillingRequests"],"summary":"Update entity in EntitySet BillingRequests","operationId":"BillingRequests_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"BillingRequest","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/BillingRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BillingServiceSheetItems":{"get":{"tags":[" Office - BillingServiceSheetItems"],"summary":"Returns the EntitySet BillingServiceSheetItems","operationId":"BillingServiceSheetItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfBillingServiceSheetItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - BillingServiceSheetItems"],"summary":"Post a new entity to EntitySet BillingServiceSheetItems","operationId":"BillingServiceSheetItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"BillingServiceSheetItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheetItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BillingServiceSheetItems({BillingServiceSheetItemId})":{"get":{"tags":[" Office - BillingServiceSheetItems"],"summary":"Returns the entity with the key from BillingServiceSheetItems","operationId":"BillingServiceSheetItems_GetByBillingservicesheetitemid","consumes":[],"produces":[],"parameters":[{"name":"BillingServiceSheetItemId","in":"path","description":"key: BillingServiceSheetItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - BillingServiceSheetItems"],"summary":"Replace entity in EntitySet BillingServiceSheetItems","operationId":"BillingServiceSheetItems_PutByBillingservicesheetitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"BillingServiceSheetItemId","in":"path","description":"key: BillingServiceSheetItemId","required":true,"type":"integer","format":"int32"},{"name":"BillingServiceSheetItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheetItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - BillingServiceSheetItems"],"summary":"Delete entity in EntitySet BillingServiceSheetItems","operationId":"BillingServiceSheetItems_DeleteByBillingservicesheetitemid","consumes":[],"produces":[],"parameters":[{"name":"BillingServiceSheetItemId","in":"path","description":"key: BillingServiceSheetItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - BillingServiceSheetItems"],"summary":"Update entity in EntitySet BillingServiceSheetItems","operationId":"BillingServiceSheetItems_PatchByBillingservicesheetitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"BillingServiceSheetItemId","in":"path","description":"key: BillingServiceSheetItemId","required":true,"type":"integer","format":"int32"},{"name":"BillingServiceSheetItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheetItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BillingServiceSheetItemSummaries":{"get":{"tags":[" Office - BillingServiceSheetItemSummaries"],"summary":"Returns the EntitySet BillingServiceSheetItemSummaries","operationId":"BillingServiceSheetItemSummaries_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfBillingServiceSheetItemSummary"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - BillingServiceSheetItemSummaries"],"summary":"Post a new entity to EntitySet BillingServiceSheetItemSummaries","operationId":"BillingServiceSheetItemSummaries_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"BillingServiceSheetItemSummary","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheetItemSummary"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BillingServiceSheetItemSummaries({Id})":{"get":{"tags":[" Office - BillingServiceSheetItemSummaries"],"summary":"Returns the entity with the key from BillingServiceSheetItemSummaries","operationId":"BillingServiceSheetItemSummaries_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - BillingServiceSheetItemSummaries"],"summary":"Replace entity in EntitySet BillingServiceSheetItemSummaries","operationId":"BillingServiceSheetItemSummaries_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"BillingServiceSheetItemSummary","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheetItemSummary"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - BillingServiceSheetItemSummaries"],"summary":"Delete entity in EntitySet BillingServiceSheetItemSummaries","operationId":"BillingServiceSheetItemSummaries_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - BillingServiceSheetItemSummaries"],"summary":"Update entity in EntitySet BillingServiceSheetItemSummaries","operationId":"BillingServiceSheetItemSummaries_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"BillingServiceSheetItemSummary","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheetItemSummary"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BillingServiceSheetItemSummaries/Service.GetByFiscalYearKey(fiscalYearKey={fiscalYearKey})":{"get":{"tags":[" Office - BillingServiceSheetItemSummaries"],"summary":"Call operation  GetByFiscalYearKey","operationId":"BillingServiceSheetItemSummaries_GetByFiscalYearKey","consumes":[],"produces":["application/json"],"parameters":[{"name":"fiscalYearKey","in":"path","description":"parameter: fiscalYearKey","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfBillingServiceSheetItemSummary"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BillingServiceSheets":{"get":{"tags":[" Office - BillingServiceSheets"],"summary":"Returns the EntitySet BillingServiceSheets","operationId":"BillingServiceSheets_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfBillingServiceSheet"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - BillingServiceSheets"],"summary":"Post a new entity to EntitySet BillingServiceSheets","operationId":"BillingServiceSheets_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"BillingServiceSheet","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheet"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BillingServiceSheets({BillingServiceSheetId})":{"get":{"tags":[" Office - BillingServiceSheets"],"summary":"Returns the entity with the key from BillingServiceSheets","operationId":"BillingServiceSheets_GetByBillingservicesheetid","consumes":[],"produces":[],"parameters":[{"name":"BillingServiceSheetId","in":"path","description":"key: BillingServiceSheetId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - BillingServiceSheets"],"summary":"Replace entity in EntitySet BillingServiceSheets","operationId":"BillingServiceSheets_PutByBillingservicesheetid","consumes":["application/json"],"produces":[],"parameters":[{"name":"BillingServiceSheetId","in":"path","description":"key: BillingServiceSheetId","required":true,"type":"integer","format":"int32"},{"name":"BillingServiceSheet","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheet"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - BillingServiceSheets"],"summary":"Delete entity in EntitySet BillingServiceSheets","operationId":"BillingServiceSheets_DeleteByBillingservicesheetid","consumes":[],"produces":[],"parameters":[{"name":"BillingServiceSheetId","in":"path","description":"key: BillingServiceSheetId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - BillingServiceSheets"],"summary":"Update entity in EntitySet BillingServiceSheets","operationId":"BillingServiceSheets_PatchByBillingservicesheetid","consumes":["application/json"],"produces":[],"parameters":[{"name":"BillingServiceSheetId","in":"path","description":"key: BillingServiceSheetId","required":true,"type":"integer","format":"int32"},{"name":"BillingServiceSheet","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheet"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BillingServiceSheets({BillingServiceSheetId})/Service.Export(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - BillingServiceSheets"],"summary":"Call operation  Export","operationId":"BillingServiceSheets_ExportByBillingservicesheetidAndParametersAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"BillingServiceSheetId","in":"path","description":"key: BillingServiceSheetId","required":true,"type":"integer","format":"int32"},{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheetReportParameters"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BillingServiceSheetSubItems":{"get":{"tags":[" Office - BillingServiceSheetSubItems"],"summary":"Returns the EntitySet BillingServiceSheetSubItems","operationId":"BillingServiceSheetSubItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfBillingServiceSheetSubItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - BillingServiceSheetSubItems"],"summary":"Post a new entity to EntitySet BillingServiceSheetSubItems","operationId":"BillingServiceSheetSubItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"BillingServiceSheetSubItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheetSubItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BillingServiceSheetSubItems({BillingServiceSheetSubItemId})":{"get":{"tags":[" Office - BillingServiceSheetSubItems"],"summary":"Returns the entity with the key from BillingServiceSheetSubItems","operationId":"BillingServiceSheetSubItems_GetByBillingservicesheetsubitemid","consumes":[],"produces":[],"parameters":[{"name":"BillingServiceSheetSubItemId","in":"path","description":"key: BillingServiceSheetSubItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - BillingServiceSheetSubItems"],"summary":"Replace entity in EntitySet BillingServiceSheetSubItems","operationId":"BillingServiceSheetSubItems_PutByBillingservicesheetsubitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"BillingServiceSheetSubItemId","in":"path","description":"key: BillingServiceSheetSubItemId","required":true,"type":"integer","format":"int32"},{"name":"BillingServiceSheetSubItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheetSubItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - BillingServiceSheetSubItems"],"summary":"Delete entity in EntitySet BillingServiceSheetSubItems","operationId":"BillingServiceSheetSubItems_DeleteByBillingservicesheetsubitemid","consumes":[],"produces":[],"parameters":[{"name":"BillingServiceSheetSubItemId","in":"path","description":"key: BillingServiceSheetSubItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - BillingServiceSheetSubItems"],"summary":"Update entity in EntitySet BillingServiceSheetSubItems","operationId":"BillingServiceSheetSubItems_PatchByBillingservicesheetsubitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"BillingServiceSheetSubItemId","in":"path","description":"key: BillingServiceSheetSubItemId","required":true,"type":"integer","format":"int32"},{"name":"BillingServiceSheetSubItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/BillingServiceSheetSubItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BusinessUnits1":{"get":{"tags":[" Office - BusinessUnits1"],"summary":"Returns the EntitySet BusinessUnits1","operationId":"BusinessUnits1_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfBusinessUnit1"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - BusinessUnits1"],"summary":"Post a new entity to EntitySet BusinessUnits1","operationId":"BusinessUnits1_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"BusinessUnit1","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/BusinessUnit1"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BusinessUnits1({BusinessUnit1Id})":{"get":{"tags":[" Office - BusinessUnits1"],"summary":"Returns the entity with the key from BusinessUnits1","operationId":"BusinessUnits1_GetByBusinessunit1id","consumes":[],"produces":[],"parameters":[{"name":"BusinessUnit1Id","in":"path","description":"key: BusinessUnit1Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - BusinessUnits1"],"summary":"Replace entity in EntitySet BusinessUnits1","operationId":"BusinessUnits1_PutByBusinessunit1id","consumes":["application/json"],"produces":[],"parameters":[{"name":"BusinessUnit1Id","in":"path","description":"key: BusinessUnit1Id","required":true,"type":"integer","format":"int32"},{"name":"BusinessUnit1","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/BusinessUnit1"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - BusinessUnits1"],"summary":"Delete entity in EntitySet BusinessUnits1","operationId":"BusinessUnits1_DeleteByBusinessunit1id","consumes":[],"produces":[],"parameters":[{"name":"BusinessUnit1Id","in":"path","description":"key: BusinessUnit1Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - BusinessUnits1"],"summary":"Update entity in EntitySet BusinessUnits1","operationId":"BusinessUnits1_PatchByBusinessunit1id","consumes":["application/json"],"produces":[],"parameters":[{"name":"BusinessUnit1Id","in":"path","description":"key: BusinessUnit1Id","required":true,"type":"integer","format":"int32"},{"name":"BusinessUnit1","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/BusinessUnit1"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BusinessUnits2":{"get":{"tags":[" Office - BusinessUnits2"],"summary":"Returns the EntitySet BusinessUnits2","operationId":"BusinessUnits2_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfBusinessUnit2"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - BusinessUnits2"],"summary":"Post a new entity to EntitySet BusinessUnits2","operationId":"BusinessUnits2_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"BusinessUnit2","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/BusinessUnit2"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/BusinessUnits2({BusinessUnit2Id})":{"get":{"tags":[" Office - BusinessUnits2"],"summary":"Returns the entity with the key from BusinessUnits2","operationId":"BusinessUnits2_GetByBusinessunit2id","consumes":[],"produces":[],"parameters":[{"name":"BusinessUnit2Id","in":"path","description":"key: BusinessUnit2Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - BusinessUnits2"],"summary":"Replace entity in EntitySet BusinessUnits2","operationId":"BusinessUnits2_PutByBusinessunit2id","consumes":["application/json"],"produces":[],"parameters":[{"name":"BusinessUnit2Id","in":"path","description":"key: BusinessUnit2Id","required":true,"type":"integer","format":"int32"},{"name":"BusinessUnit2","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/BusinessUnit2"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - BusinessUnits2"],"summary":"Delete entity in EntitySet BusinessUnits2","operationId":"BusinessUnits2_DeleteByBusinessunit2id","consumes":[],"produces":[],"parameters":[{"name":"BusinessUnit2Id","in":"path","description":"key: BusinessUnit2Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - BusinessUnits2"],"summary":"Update entity in EntitySet BusinessUnits2","operationId":"BusinessUnits2_PatchByBusinessunit2id","consumes":["application/json"],"produces":[],"parameters":[{"name":"BusinessUnit2Id","in":"path","description":"key: BusinessUnit2Id","required":true,"type":"integer","format":"int32"},{"name":"BusinessUnit2","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/BusinessUnit2"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ChecklistItems":{"get":{"tags":[" Office - ChecklistItems"],"summary":"Returns the EntitySet ChecklistItems","operationId":"ChecklistItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfChecklistItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ChecklistItems"],"summary":"Post a new entity to EntitySet ChecklistItems","operationId":"ChecklistItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ChecklistItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ChecklistItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ChecklistItems({TaskItemId})":{"get":{"tags":[" Office - ChecklistItems"],"summary":"Returns the entity with the key from ChecklistItems","operationId":"ChecklistItems_GetByTaskitemid","consumes":[],"produces":[],"parameters":[{"name":"TaskItemId","in":"path","description":"key: TaskItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ChecklistItems"],"summary":"Replace entity in EntitySet ChecklistItems","operationId":"ChecklistItems_PutByTaskitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TaskItemId","in":"path","description":"key: TaskItemId","required":true,"type":"integer","format":"int32"},{"name":"ChecklistItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ChecklistItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ChecklistItems"],"summary":"Delete entity in EntitySet ChecklistItems","operationId":"ChecklistItems_DeleteByTaskitemid","consumes":[],"produces":[],"parameters":[{"name":"TaskItemId","in":"path","description":"key: TaskItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ChecklistItems"],"summary":"Update entity in EntitySet ChecklistItems","operationId":"ChecklistItems_PatchByTaskitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TaskItemId","in":"path","description":"key: TaskItemId","required":true,"type":"integer","format":"int32"},{"name":"ChecklistItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ChecklistItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Checklists":{"get":{"tags":[" Office - Checklists"],"summary":"Returns the EntitySet Checklists","operationId":"Checklists_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfChecklist"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Checklists"],"summary":"Post a new entity to EntitySet Checklists","operationId":"Checklists_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"Checklist","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Checklist"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Checklists({TaskId})":{"get":{"tags":[" Office - Checklists"],"summary":"Returns the entity with the key from Checklists","operationId":"Checklists_GetByTaskid","consumes":[],"produces":[],"parameters":[{"name":"TaskId","in":"path","description":"key: TaskId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Checklists"],"summary":"Replace entity in EntitySet Checklists","operationId":"Checklists_PutByTaskid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TaskId","in":"path","description":"key: TaskId","required":true,"type":"integer","format":"int32"},{"name":"Checklist","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/Checklist"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Checklists"],"summary":"Delete entity in EntitySet Checklists","operationId":"Checklists_DeleteByTaskid","consumes":[],"produces":[],"parameters":[{"name":"TaskId","in":"path","description":"key: TaskId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Checklists"],"summary":"Update entity in EntitySet Checklists","operationId":"Checklists_PatchByTaskid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TaskId","in":"path","description":"key: TaskId","required":true,"type":"integer","format":"int32"},{"name":"Checklist","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Checklist"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ChecklistTemplateItems":{"get":{"tags":[" Office - ChecklistTemplateItems"],"summary":"Returns the EntitySet ChecklistTemplateItems","operationId":"ChecklistTemplateItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfChecklistTemplateItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ChecklistTemplateItems"],"summary":"Post a new entity to EntitySet ChecklistTemplateItems","operationId":"ChecklistTemplateItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ChecklistTemplateItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ChecklistTemplateItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ChecklistTemplateItems({TaskTemplateItemId})":{"get":{"tags":[" Office - ChecklistTemplateItems"],"summary":"Returns the entity with the key from ChecklistTemplateItems","operationId":"ChecklistTemplateItems_GetByTasktemplateitemid","consumes":[],"produces":[],"parameters":[{"name":"TaskTemplateItemId","in":"path","description":"key: TaskTemplateItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ChecklistTemplateItems"],"summary":"Replace entity in EntitySet ChecklistTemplateItems","operationId":"ChecklistTemplateItems_PutByTasktemplateitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TaskTemplateItemId","in":"path","description":"key: TaskTemplateItemId","required":true,"type":"integer","format":"int32"},{"name":"ChecklistTemplateItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ChecklistTemplateItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ChecklistTemplateItems"],"summary":"Delete entity in EntitySet ChecklistTemplateItems","operationId":"ChecklistTemplateItems_DeleteByTasktemplateitemid","consumes":[],"produces":[],"parameters":[{"name":"TaskTemplateItemId","in":"path","description":"key: TaskTemplateItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ChecklistTemplateItems"],"summary":"Update entity in EntitySet ChecklistTemplateItems","operationId":"ChecklistTemplateItems_PatchByTasktemplateitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TaskTemplateItemId","in":"path","description":"key: TaskTemplateItemId","required":true,"type":"integer","format":"int32"},{"name":"ChecklistTemplateItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ChecklistTemplateItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ChecklistTemplates":{"get":{"tags":[" Office - ChecklistTemplates"],"summary":"Returns the EntitySet ChecklistTemplates","operationId":"ChecklistTemplates_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfChecklistTemplate"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ChecklistTemplates"],"summary":"Post a new entity to EntitySet ChecklistTemplates","operationId":"ChecklistTemplates_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ChecklistTemplate","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ChecklistTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ChecklistTemplates({TaskTemplateId})":{"get":{"tags":[" Office - ChecklistTemplates"],"summary":"Returns the entity with the key from ChecklistTemplates","operationId":"ChecklistTemplates_GetByTasktemplateid","consumes":[],"produces":[],"parameters":[{"name":"TaskTemplateId","in":"path","description":"key: TaskTemplateId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ChecklistTemplates"],"summary":"Replace entity in EntitySet ChecklistTemplates","operationId":"ChecklistTemplates_PutByTasktemplateid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TaskTemplateId","in":"path","description":"key: TaskTemplateId","required":true,"type":"integer","format":"int32"},{"name":"ChecklistTemplate","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ChecklistTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ChecklistTemplates"],"summary":"Delete entity in EntitySet ChecklistTemplates","operationId":"ChecklistTemplates_DeleteByTasktemplateid","consumes":[],"produces":[],"parameters":[{"name":"TaskTemplateId","in":"path","description":"key: TaskTemplateId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ChecklistTemplates"],"summary":"Update entity in EntitySet ChecklistTemplates","operationId":"ChecklistTemplates_PatchByTasktemplateid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TaskTemplateId","in":"path","description":"key: TaskTemplateId","required":true,"type":"integer","format":"int32"},{"name":"ChecklistTemplate","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ChecklistTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ContactEvents":{"get":{"tags":[" Office - ContactEvents"],"summary":"Returns the EntitySet ContactEvents","operationId":"ContactEvents_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfContactEvent"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ContactEvents"],"summary":"Post a new entity to EntitySet ContactEvents","operationId":"ContactEvents_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ContactEvent","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ContactEvent"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ContactEvents({ContactEventId})":{"get":{"tags":[" Office - ContactEvents"],"summary":"Returns the entity with the key from ContactEvents","operationId":"ContactEvents_GetByContacteventid","consumes":[],"produces":[],"parameters":[{"name":"ContactEventId","in":"path","description":"key: ContactEventId","required":true,"type":"integer","format":"int64"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ContactEvents"],"summary":"Replace entity in EntitySet ContactEvents","operationId":"ContactEvents_PutByContacteventid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ContactEventId","in":"path","description":"key: ContactEventId","required":true,"type":"integer","format":"int64"},{"name":"ContactEvent","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ContactEvent"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ContactEvents"],"summary":"Delete entity in EntitySet ContactEvents","operationId":"ContactEvents_DeleteByContacteventid","consumes":[],"produces":[],"parameters":[{"name":"ContactEventId","in":"path","description":"key: ContactEventId","required":true,"type":"integer","format":"int64"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ContactEvents"],"summary":"Update entity in EntitySet ContactEvents","operationId":"ContactEvents_PatchByContacteventid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ContactEventId","in":"path","description":"key: ContactEventId","required":true,"type":"integer","format":"int64"},{"name":"ContactEvent","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ContactEvent"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ContractBudgets":{"get":{"tags":[" Office - ContractBudgets"],"summary":"Returns the EntitySet ContractBudgets","operationId":"ContractBudgets_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfContractBudget"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ContractBudgets"],"summary":"Post a new entity to EntitySet ContractBudgets","operationId":"ContractBudgets_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ContractBudget","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ContractBudget"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ContractBudgets(ProjectNo={ProjectNo},PurchaseOrderNo='{PurchaseOrderNo}')":{"get":{"tags":[" Office - ContractBudgets"],"summary":"Returns the entity with the key from ContractBudgets","operationId":"ContractBudgets_GetByProjectnoAndPurchaseorderno","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"PurchaseOrderNo","in":"path","description":"key: PurchaseOrderNo","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ContractBudgets"],"summary":"Replace entity in EntitySet ContractBudgets","operationId":"ContractBudgets_PutByProjectnoAndPurchaseorderno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"PurchaseOrderNo","in":"path","description":"key: PurchaseOrderNo","required":true,"type":"string"},{"name":"ContractBudget","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ContractBudget"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ContractBudgets"],"summary":"Delete entity in EntitySet ContractBudgets","operationId":"ContractBudgets_DeleteByProjectnoAndPurchaseorderno","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"PurchaseOrderNo","in":"path","description":"key: PurchaseOrderNo","required":true,"type":"string"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ContractBudgets"],"summary":"Update entity in EntitySet ContractBudgets","operationId":"ContractBudgets_PatchByProjectnoAndPurchaseorderno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"PurchaseOrderNo","in":"path","description":"key: PurchaseOrderNo","required":true,"type":"string"},{"name":"ContractBudget","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ContractBudget"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ContractConfigurations":{"get":{"tags":[" Office - ContractConfigurations"],"summary":"Returns the EntitySet ContractConfigurations","operationId":"ContractConfigurations_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfContractConfiguration"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ContractConfigurations"],"summary":"Post a new entity to EntitySet ContractConfigurations","operationId":"ContractConfigurations_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ContractConfiguration","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ContractConfiguration"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ContractConfigurations({ProjectNo})":{"get":{"tags":[" Office - ContractConfigurations"],"summary":"Returns the entity with the key from ContractConfigurations","operationId":"ContractConfigurations_GetByProjectno","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ContractConfigurations"],"summary":"Replace entity in EntitySet ContractConfigurations","operationId":"ContractConfigurations_PutByProjectno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"ContractConfiguration","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ContractConfiguration"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ContractConfigurations"],"summary":"Delete entity in EntitySet ContractConfigurations","operationId":"ContractConfigurations_DeleteByProjectno","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ContractConfigurations"],"summary":"Update entity in EntitySet ContractConfigurations","operationId":"ContractConfigurations_PatchByProjectno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"ContractConfiguration","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ContractConfiguration"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ContractServiceSheets":{"get":{"tags":[" Office - ContractServiceSheets"],"summary":"Returns the EntitySet ContractServiceSheets","operationId":"ContractServiceSheets_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfContractServiceSheet"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ContractServiceSheets"],"summary":"Post a new entity to EntitySet ContractServiceSheets","operationId":"ContractServiceSheets_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ContractServiceSheet","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ContractServiceSheet"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ContractServiceSheets(ProjectNo={ProjectNo},ContractServiceSheetId={ContractServiceSheetId})":{"get":{"tags":[" Office - ContractServiceSheets"],"summary":"Returns the entity with the key from ContractServiceSheets","operationId":"ContractServiceSheets_GetByProjectnoAndContractservicesheetid","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"ContractServiceSheetId","in":"path","description":"key: ContractServiceSheetId","required":true,"type":"integer","format":"int64"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ContractServiceSheets"],"summary":"Replace entity in EntitySet ContractServiceSheets","operationId":"ContractServiceSheets_PutByProjectnoAndContractservicesheetid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"ContractServiceSheetId","in":"path","description":"key: ContractServiceSheetId","required":true,"type":"integer","format":"int64"},{"name":"ContractServiceSheet","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ContractServiceSheet"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ContractServiceSheets"],"summary":"Delete entity in EntitySet ContractServiceSheets","operationId":"ContractServiceSheets_DeleteByProjectnoAndContractservicesheetid","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"ContractServiceSheetId","in":"path","description":"key: ContractServiceSheetId","required":true,"type":"integer","format":"int64"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ContractServiceSheets"],"summary":"Update entity in EntitySet ContractServiceSheets","operationId":"ContractServiceSheets_PatchByProjectnoAndContractservicesheetid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"ContractServiceSheetId","in":"path","description":"key: ContractServiceSheetId","required":true,"type":"integer","format":"int64"},{"name":"ContractServiceSheet","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ContractServiceSheet"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CostEstimations":{"get":{"tags":[" Office - CostEstimations"],"summary":"Returns the EntitySet CostEstimations","operationId":"CostEstimations_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfCostEstimation"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - CostEstimations"],"summary":"Post a new entity to EntitySet CostEstimations","operationId":"CostEstimations_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"CostEstimation","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CostEstimation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CostEstimations(CostEstimationNo={CostEstimationNo},CostEstimationSubNo={CostEstimationSubNo},CostEstimationAddendumNo={CostEstimationAddendumNo})":{"get":{"tags":[" Office - CostEstimations"],"summary":"Returns the entity with the key from CostEstimations","operationId":"CostEstimations_GetByCostestimationnoAndCostestimationsubnoAndCostestimationaddendumno","consumes":[],"produces":[],"parameters":[{"name":"CostEstimationNo","in":"path","description":"key: CostEstimationNo","required":true,"type":"integer","format":"int64"},{"name":"CostEstimationSubNo","in":"path","description":"key: CostEstimationSubNo","required":true,"type":"integer","format":"int32"},{"name":"CostEstimationAddendumNo","in":"path","description":"key: CostEstimationAddendumNo","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - CostEstimations"],"summary":"Replace entity in EntitySet CostEstimations","operationId":"CostEstimations_PutByCostestimationnoAndCostestimationsubnoAndCostestimationaddendumno","consumes":["application/json"],"produces":[],"parameters":[{"name":"CostEstimationNo","in":"path","description":"key: CostEstimationNo","required":true,"type":"integer","format":"int64"},{"name":"CostEstimationSubNo","in":"path","description":"key: CostEstimationSubNo","required":true,"type":"integer","format":"int32"},{"name":"CostEstimationAddendumNo","in":"path","description":"key: CostEstimationAddendumNo","required":true,"type":"integer","format":"int32"},{"name":"CostEstimation","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/CostEstimation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - CostEstimations"],"summary":"Delete entity in EntitySet CostEstimations","operationId":"CostEstimations_DeleteByCostestimationnoAndCostestimationsubnoAndCostestimationaddendumno","consumes":[],"produces":[],"parameters":[{"name":"CostEstimationNo","in":"path","description":"key: CostEstimationNo","required":true,"type":"integer","format":"int64"},{"name":"CostEstimationSubNo","in":"path","description":"key: CostEstimationSubNo","required":true,"type":"integer","format":"int32"},{"name":"CostEstimationAddendumNo","in":"path","description":"key: CostEstimationAddendumNo","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - CostEstimations"],"summary":"Update entity in EntitySet CostEstimations","operationId":"CostEstimations_PatchByCostestimationnoAndCostestimationsubnoAndCostestimationaddendumno","consumes":["application/json"],"produces":[],"parameters":[{"name":"CostEstimationNo","in":"path","description":"key: CostEstimationNo","required":true,"type":"integer","format":"int64"},{"name":"CostEstimationSubNo","in":"path","description":"key: CostEstimationSubNo","required":true,"type":"integer","format":"int32"},{"name":"CostEstimationAddendumNo","in":"path","description":"key: CostEstimationAddendumNo","required":true,"type":"integer","format":"int32"},{"name":"CostEstimation","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CostEstimation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CostEstimationServiceItems":{"get":{"tags":[" Office - CostEstimationServiceItems"],"summary":"Returns the EntitySet CostEstimationServiceItems","operationId":"CostEstimationServiceItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfCostEstimationServiceItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - CostEstimationServiceItems"],"summary":"Post a new entity to EntitySet CostEstimationServiceItems","operationId":"CostEstimationServiceItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"CostEstimationServiceItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CostEstimationServiceItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CostEstimationServiceItems(TypeNo={TypeNo},Description='{Description}')":{"get":{"tags":[" Office - CostEstimationServiceItems"],"summary":"Returns the entity with the key from CostEstimationServiceItems","operationId":"CostEstimationServiceItems_GetByTypenoAndDescription","consumes":[],"produces":[],"parameters":[{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"Description","in":"path","description":"key: Description","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - CostEstimationServiceItems"],"summary":"Replace entity in EntitySet CostEstimationServiceItems","operationId":"CostEstimationServiceItems_PutByTypenoAndDescription","consumes":["application/json"],"produces":[],"parameters":[{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"Description","in":"path","description":"key: Description","required":true,"type":"string"},{"name":"CostEstimationServiceItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/CostEstimationServiceItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - CostEstimationServiceItems"],"summary":"Delete entity in EntitySet CostEstimationServiceItems","operationId":"CostEstimationServiceItems_DeleteByTypenoAndDescription","consumes":[],"produces":[],"parameters":[{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"Description","in":"path","description":"key: Description","required":true,"type":"string"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - CostEstimationServiceItems"],"summary":"Update entity in EntitySet CostEstimationServiceItems","operationId":"CostEstimationServiceItems_PatchByTypenoAndDescription","consumes":["application/json"],"produces":[],"parameters":[{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"Description","in":"path","description":"key: Description","required":true,"type":"string"},{"name":"CostEstimationServiceItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CostEstimationServiceItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CostEstimationServiceTypes":{"get":{"tags":[" Office - CostEstimationServiceTypes"],"summary":"Returns the EntitySet CostEstimationServiceTypes","operationId":"CostEstimationServiceTypes_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfCostEstimationServiceType"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - CostEstimationServiceTypes"],"summary":"Post a new entity to EntitySet CostEstimationServiceTypes","operationId":"CostEstimationServiceTypes_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"CostEstimationServiceType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CostEstimationServiceType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CostEstimationServiceTypes({TypeNo})":{"get":{"tags":[" Office - CostEstimationServiceTypes"],"summary":"Returns the entity with the key from CostEstimationServiceTypes","operationId":"CostEstimationServiceTypes_GetByTypeno","consumes":[],"produces":[],"parameters":[{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - CostEstimationServiceTypes"],"summary":"Replace entity in EntitySet CostEstimationServiceTypes","operationId":"CostEstimationServiceTypes_PutByTypeno","consumes":["application/json"],"produces":[],"parameters":[{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"CostEstimationServiceType","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/CostEstimationServiceType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - CostEstimationServiceTypes"],"summary":"Delete entity in EntitySet CostEstimationServiceTypes","operationId":"CostEstimationServiceTypes_DeleteByTypeno","consumes":[],"produces":[],"parameters":[{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - CostEstimationServiceTypes"],"summary":"Update entity in EntitySet CostEstimationServiceTypes","operationId":"CostEstimationServiceTypes_PatchByTypeno","consumes":["application/json"],"produces":[],"parameters":[{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"CostEstimationServiceType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CostEstimationServiceType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CreditNoteItems":{"get":{"tags":[" Office - CreditNoteItems"],"summary":"Returns the EntitySet CreditNoteItems","operationId":"CreditNoteItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfCreditNoteItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - CreditNoteItems"],"summary":"Post a new entity to EntitySet CreditNoteItems","operationId":"CreditNoteItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"CreditNoteItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CreditNoteItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CreditNoteItems(CreditNoteNo={CreditNoteNo},FiscalYearKey={FiscalYearKey},SortOrderId={SortOrderId},ItemNo='{ItemNo}')":{"get":{"tags":[" Office - CreditNoteItems"],"summary":"Returns the entity with the key from CreditNoteItems","operationId":"CreditNoteItems_GetByCreditnotenoAndFiscalyearkeyAndSortorderidAndItemno","consumes":[],"produces":["application/json"],"parameters":[{"name":"CreditNoteNo","in":"path","description":"key: CreditNoteNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"SortOrderId","in":"path","description":"key: SortOrderId","required":true,"type":"integer","format":"int32"},{"name":"ItemNo","in":"path","description":"key: ItemNo","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfCreditNoteItem"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CreditNotes":{"get":{"tags":[" Office - CreditNotes"],"summary":"Returns the EntitySet CreditNotes","operationId":"CreditNotes_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfCreditNote"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - CreditNotes"],"summary":"Post a new entity to EntitySet CreditNotes","operationId":"CreditNotes_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"CreditNote","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CreditNote"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CreditNotes(CreditNoteNo={CreditNoteNo},FiscalYearKey={FiscalYearKey})":{"get":{"tags":[" Office - CreditNotes"],"summary":"Returns the entity with the key from CreditNotes","operationId":"CreditNotes_GetByCreditnotenoAndFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"CreditNoteNo","in":"path","description":"key: CreditNoteNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - CreditNotes"],"summary":"Replace entity in EntitySet CreditNotes","operationId":"CreditNotes_PutByCreditnotenoAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"CreditNoteNo","in":"path","description":"key: CreditNoteNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"CreditNote","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/CreditNote"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - CreditNotes"],"summary":"Delete entity in EntitySet CreditNotes","operationId":"CreditNotes_DeleteByCreditnotenoAndFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"CreditNoteNo","in":"path","description":"key: CreditNoteNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - CreditNotes"],"summary":"Update entity in EntitySet CreditNotes","operationId":"CreditNotes_PatchByCreditnotenoAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"CreditNoteNo","in":"path","description":"key: CreditNoteNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"CreditNote","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CreditNote"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CrewTemplates":{"get":{"tags":[" Office - CrewTemplates"],"summary":"Returns the EntitySet CrewTemplates","operationId":"CrewTemplates_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfCrewTemplate"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - CrewTemplates"],"summary":"Post a new entity to EntitySet CrewTemplates","operationId":"CrewTemplates_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"CrewTemplate","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CrewTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CrewTemplates('{CrewName}')":{"get":{"tags":[" Office - CrewTemplates"],"summary":"Returns the entity with the key from CrewTemplates","operationId":"CrewTemplates_GetByCrewname","consumes":[],"produces":[],"parameters":[{"name":"CrewName","in":"path","description":"key: CrewName","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - CrewTemplates"],"summary":"Replace entity in EntitySet CrewTemplates","operationId":"CrewTemplates_PutByCrewname","consumes":["application/json"],"produces":[],"parameters":[{"name":"CrewName","in":"path","description":"key: CrewName","required":true,"type":"string"},{"name":"CrewTemplate","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/CrewTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - CrewTemplates"],"summary":"Delete entity in EntitySet CrewTemplates","operationId":"CrewTemplates_DeleteByCrewname","consumes":[],"produces":[],"parameters":[{"name":"CrewName","in":"path","description":"key: CrewName","required":true,"type":"string"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - CrewTemplates"],"summary":"Update entity in EntitySet CrewTemplates","operationId":"CrewTemplates_PatchByCrewname","consumes":["application/json"],"produces":[],"parameters":[{"name":"CrewName","in":"path","description":"key: CrewName","required":true,"type":"string"},{"name":"CrewTemplate","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CrewTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Currencies":{"get":{"tags":[" Office - Currencies"],"summary":"Returns the EntitySet Currencies","operationId":"Currencies_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfCurrency"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Currencies"],"summary":"Post a new entity to EntitySet Currencies","operationId":"Currencies_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"Currency","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Currency"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Currencies(CurrencyKey='{CurrencyKey}',FiscalYearKey={FiscalYearKey})":{"get":{"tags":[" Office - Currencies"],"summary":"Returns the entity with the key from Currencies","operationId":"Currencies_GetByCurrencykeyAndFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"CurrencyKey","in":"path","description":"key: CurrencyKey","required":true,"type":"string"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Currencies"],"summary":"Replace entity in EntitySet Currencies","operationId":"Currencies_PutByCurrencykeyAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"CurrencyKey","in":"path","description":"key: CurrencyKey","required":true,"type":"string"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"Currency","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/Currency"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Currencies"],"summary":"Delete entity in EntitySet Currencies","operationId":"Currencies_DeleteByCurrencykeyAndFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"CurrencyKey","in":"path","description":"key: CurrencyKey","required":true,"type":"string"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Currencies"],"summary":"Update entity in EntitySet Currencies","operationId":"Currencies_PatchByCurrencykeyAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"CurrencyKey","in":"path","description":"key: CurrencyKey","required":true,"type":"string"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"Currency","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Currency"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CustomerGroup1":{"get":{"tags":[" Office - CustomerGroup1"],"summary":"Returns the EntitySet CustomerGroup1","operationId":"CustomerGroup1_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfCustomerGroup1"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - CustomerGroup1"],"summary":"Post a new entity to EntitySet CustomerGroup1","operationId":"CustomerGroup1_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"CustomerGroup1","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CustomerGroup1"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CustomerGroup1({CustomerGroup1Id})":{"get":{"tags":[" Office - CustomerGroup1"],"summary":"Returns the entity with the key from CustomerGroup1","operationId":"CustomerGroup1_GetByCustomergroup1id","consumes":[],"produces":[],"parameters":[{"name":"CustomerGroup1Id","in":"path","description":"key: CustomerGroup1Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - CustomerGroup1"],"summary":"Replace entity in EntitySet CustomerGroup1","operationId":"CustomerGroup1_PutByCustomergroup1id","consumes":["application/json"],"produces":[],"parameters":[{"name":"CustomerGroup1Id","in":"path","description":"key: CustomerGroup1Id","required":true,"type":"integer","format":"int32"},{"name":"CustomerGroup1","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/CustomerGroup1"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - CustomerGroup1"],"summary":"Delete entity in EntitySet CustomerGroup1","operationId":"CustomerGroup1_DeleteByCustomergroup1id","consumes":[],"produces":[],"parameters":[{"name":"CustomerGroup1Id","in":"path","description":"key: CustomerGroup1Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - CustomerGroup1"],"summary":"Update entity in EntitySet CustomerGroup1","operationId":"CustomerGroup1_PatchByCustomergroup1id","consumes":["application/json"],"produces":[],"parameters":[{"name":"CustomerGroup1Id","in":"path","description":"key: CustomerGroup1Id","required":true,"type":"integer","format":"int32"},{"name":"CustomerGroup1","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CustomerGroup1"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CustomerGroup2":{"get":{"tags":[" Office - CustomerGroup2"],"summary":"Returns the EntitySet CustomerGroup2","operationId":"CustomerGroup2_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfCustomerGroup2"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - CustomerGroup2"],"summary":"Post a new entity to EntitySet CustomerGroup2","operationId":"CustomerGroup2_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"CustomerGroup2","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/CustomerGroup2"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/CustomerGroup2({CustomerGroup2Id})":{"get":{"tags":[" Office - CustomerGroup2"],"summary":"Returns the entity with the key from CustomerGroup2","operationId":"CustomerGroup2_GetByCustomergroup2id","consumes":[],"produces":[],"parameters":[{"name":"CustomerGroup2Id","in":"path","description":"key: CustomerGroup2Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - CustomerGroup2"],"summary":"Replace entity in EntitySet CustomerGroup2","operationId":"CustomerGroup2_PutByCustomergroup2id","consumes":["application/json"],"produces":[],"parameters":[{"name":"CustomerGroup2Id","in":"path","description":"key: CustomerGroup2Id","required":true,"type":"integer","format":"int32"},{"name":"CustomerGroup2","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/CustomerGroup2"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - CustomerGroup2"],"summary":"Delete entity in EntitySet CustomerGroup2","operationId":"CustomerGroup2_DeleteByCustomergroup2id","consumes":[],"produces":[],"parameters":[{"name":"CustomerGroup2Id","in":"path","description":"key: CustomerGroup2Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - CustomerGroup2"],"summary":"Update entity in EntitySet CustomerGroup2","operationId":"CustomerGroup2_PatchByCustomergroup2id","consumes":["application/json"],"produces":[],"parameters":[{"name":"CustomerGroup2Id","in":"path","description":"key: CustomerGroup2Id","required":true,"type":"integer","format":"int32"},{"name":"CustomerGroup2","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/CustomerGroup2"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DailyCrewResources":{"get":{"tags":[" Office - DailyCrewResources"],"summary":"Returns the EntitySet DailyCrewResources","operationId":"DailyCrewResources_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDailyCrewResource"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DailyCrewResources"],"summary":"Post a new entity to EntitySet DailyCrewResources","operationId":"DailyCrewResources_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DailyCrewResource","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DailyCrewResource"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DailyCrewResources(Date={Date},CrewNo={CrewNo},SortOrderId={SortOrderId},SortNo={SortNo})":{"get":{"tags":[" Office - DailyCrewResources"],"summary":"Returns the entity with the key from DailyCrewResources","operationId":"DailyCrewResources_GetByDateAndCrewnoAndSortorderidAndSortno","consumes":[],"produces":["application/json"],"parameters":[{"name":"Date","in":"path","description":"key: Date","required":true,"type":"string","format":"date-time"},{"name":"CrewNo","in":"path","description":"key: CrewNo","required":true,"type":"integer","format":"int32"},{"name":"SortOrderId","in":"path","description":"key: SortOrderId","required":true,"type":"integer","format":"int32"},{"name":"SortNo","in":"path","description":"key: SortNo","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDailyCrewResource"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DailyCrewResources/Service.DeleteBy(Date={Date},CrewNo={CrewNo},SortOrderId={SortOrderId},SortNo={SortNo})":{"get":{"tags":[" Office - DailyCrewResources"],"summary":"Call operation  DeleteBy","operationId":"DailyCrewResources_DeleteBy_1","consumes":[],"produces":["application/json"],"parameters":[{"name":"Date","in":"path","description":"parameter: Date","required":true,"type":"string","format":"date-time"},{"name":"CrewNo","in":"path","description":"parameter: CrewNo","required":true,"type":"integer","format":"int32"},{"name":"SortOrderId","in":"path","description":"parameter: SortOrderId","required":true,"type":"integer","format":"int32"},{"name":"SortNo","in":"path","description":"parameter: SortNo","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DailyCrewResources/DeleteBy(Date={Date}, CrewNo={CrewNo}, SortOrderId={SortOrderId}, SortNo={SortNo})":{"get":{"tags":[" Office - DailyCrewResources"],"operationId":"DailyCrewResources_DeleteBy_2","consumes":[],"produces":["application/json"],"parameters":[{"name":"Date","in":"path","required":true,"type":"string","format":"date-time"},{"name":"CrewNo","in":"path","required":true,"type":"integer","format":"int32"},{"name":"SortOrderId","in":"path","required":true,"type":"integer","format":"int32"},{"name":"SortNo","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DailyCrews":{"get":{"tags":[" Office - DailyCrews"],"summary":"Returns the EntitySet DailyCrews","operationId":"DailyCrews_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDailyCrew"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DailyCrews"],"summary":"Post a new entity to EntitySet DailyCrews","operationId":"DailyCrews_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DailyCrew","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DailyCrew"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DailyCrews(Date={Date},CrewNo={CrewNo})":{"get":{"tags":[" Office - DailyCrews"],"summary":"Returns the entity with the key from DailyCrews","operationId":"DailyCrews_GetByDateAndCrewno","consumes":[],"produces":["application/json"],"parameters":[{"name":"Date","in":"path","description":"key: Date","required":true,"type":"string","format":"date-time"},{"name":"CrewNo","in":"path","description":"key: CrewNo","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDailyCrew"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DailyCrews/Service.DeleteBy(Date={Date},CrewNo={CrewNo})":{"get":{"tags":[" Office - DailyCrews"],"summary":"Call operation  DeleteBy","operationId":"DailyCrews_DeleteBy_1","consumes":[],"produces":["application/json"],"parameters":[{"name":"Date","in":"path","description":"parameter: Date","required":true,"type":"string","format":"date-time"},{"name":"CrewNo","in":"path","description":"parameter: CrewNo","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DailyCrews/DeleteBy(Date={Date}, CrewNo={CrewNo})":{"get":{"tags":[" Office - DailyCrews"],"operationId":"DailyCrews_DeleteBy_2","consumes":[],"produces":["application/json"],"parameters":[{"name":"Date","in":"path","required":true,"type":"string","format":"date-time"},{"name":"CrewNo","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DailyCrewWorkOrderAssignments":{"get":{"tags":[" Office - DailyCrewWorkOrderAssignments"],"summary":"Returns the EntitySet DailyCrewWorkOrderAssignments","operationId":"DailyCrewWorkOrderAssignments_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDailyCrewWorkOrderAssignment"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DailyCrewWorkOrderAssignments"],"summary":"Post a new entity to EntitySet DailyCrewWorkOrderAssignments","operationId":"DailyCrewWorkOrderAssignments_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DailyCrewWorkOrderAssignment","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DailyCrewWorkOrderAssignment"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DailyCrewWorkOrderAssignments(Date={Date},CrewNo={CrewNo},SortOrderId={SortOrderId})":{"get":{"tags":[" Office - DailyCrewWorkOrderAssignments"],"summary":"Returns the entity with the key from DailyCrewWorkOrderAssignments","operationId":"DailyCrewWorkOrderAssignments_GetByDateAndCrewnoAndSortorderid","consumes":[],"produces":["application/json"],"parameters":[{"name":"Date","in":"path","description":"key: Date","required":true,"type":"string","format":"date-time"},{"name":"CrewNo","in":"path","description":"key: CrewNo","required":true,"type":"integer","format":"int32"},{"name":"SortOrderId","in":"path","description":"key: SortOrderId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDailyCrewWorkOrderAssignment"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DailyCrewWorkOrderAssignments/Service.DeleteBy(Date={Date},CrewNo={CrewNo},SortOrderId={SortOrderId})":{"get":{"tags":[" Office - DailyCrewWorkOrderAssignments"],"summary":"Call operation  DeleteBy","operationId":"DailyCrewWorkOrderAssignments_DeleteBy_1","consumes":[],"produces":["application/json"],"parameters":[{"name":"Date","in":"path","description":"parameter: Date","required":true,"type":"string","format":"date-time"},{"name":"CrewNo","in":"path","description":"parameter: CrewNo","required":true,"type":"integer","format":"int32"},{"name":"SortOrderId","in":"path","description":"parameter: SortOrderId","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DailyCrewWorkOrderAssignments/DeleteBy(Date={Date}, CrewNo={CrewNo}, SortOrderId={SortOrderId})":{"get":{"tags":[" Office - DailyCrewWorkOrderAssignments"],"operationId":"DailyCrewWorkOrderAssignments_DeleteBy_2","consumes":[],"produces":["application/json"],"parameters":[{"name":"Date","in":"path","required":true,"type":"string","format":"date-time"},{"name":"CrewNo","in":"path","required":true,"type":"integer","format":"int32"},{"name":"SortOrderId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DebitorCreditorNumberRanges":{"get":{"tags":[" Office - DebitorCreditorNumberRanges"],"summary":"Returns the EntitySet DebitorCreditorNumberRanges","operationId":"DebitorCreditorNumberRanges_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDebitorCreditorNumberRange"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DebitorCreditorNumberRanges"],"summary":"Post a new entity to EntitySet DebitorCreditorNumberRanges","operationId":"DebitorCreditorNumberRanges_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DebitorCreditorNumberRange","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DebitorCreditorNumberRange"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DebitorCreditorNumberRanges({DebitorCreditorNumberRangeId})":{"get":{"tags":[" Office - DebitorCreditorNumberRanges"],"summary":"Returns the entity with the key from DebitorCreditorNumberRanges","operationId":"DebitorCreditorNumberRanges_GetByDebitorcreditornumberrangeid","consumes":[],"produces":[],"parameters":[{"name":"DebitorCreditorNumberRangeId","in":"path","description":"key: DebitorCreditorNumberRangeId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - DebitorCreditorNumberRanges"],"summary":"Replace entity in EntitySet DebitorCreditorNumberRanges","operationId":"DebitorCreditorNumberRanges_PutByDebitorcreditornumberrangeid","consumes":["application/json"],"produces":[],"parameters":[{"name":"DebitorCreditorNumberRangeId","in":"path","description":"key: DebitorCreditorNumberRangeId","required":true,"type":"integer","format":"int32"},{"name":"DebitorCreditorNumberRange","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/DebitorCreditorNumberRange"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - DebitorCreditorNumberRanges"],"summary":"Delete entity in EntitySet DebitorCreditorNumberRanges","operationId":"DebitorCreditorNumberRanges_DeleteByDebitorcreditornumberrangeid","consumes":[],"produces":[],"parameters":[{"name":"DebitorCreditorNumberRangeId","in":"path","description":"key: DebitorCreditorNumberRangeId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - DebitorCreditorNumberRanges"],"summary":"Update entity in EntitySet DebitorCreditorNumberRanges","operationId":"DebitorCreditorNumberRanges_PatchByDebitorcreditornumberrangeid","consumes":["application/json"],"produces":[],"parameters":[{"name":"DebitorCreditorNumberRangeId","in":"path","description":"key: DebitorCreditorNumberRangeId","required":true,"type":"integer","format":"int32"},{"name":"DebitorCreditorNumberRange","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/DebitorCreditorNumberRange"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DeliveryNotes":{"get":{"tags":[" Office - DeliveryNotes"],"summary":"Returns the EntitySet DeliveryNotes","operationId":"DeliveryNotes_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDeliveryNote"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DeliveryNotes"],"summary":"Post a new entity to EntitySet DeliveryNotes","operationId":"DeliveryNotes_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DeliveryNote","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DeliveryNote"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DeliveryNotes(DeliveryNoteNo={DeliveryNoteNo},DeliveryNoteSubNo={DeliveryNoteSubNo},FiscalYearKey={FiscalYearKey})":{"get":{"tags":[" Office - DeliveryNotes"],"summary":"Returns the entity with the key from DeliveryNotes","operationId":"DeliveryNotes_GetByDeliverynotenoAndDeliverynotesubnoAndFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"DeliveryNoteNo","in":"path","description":"key: DeliveryNoteNo","required":true,"type":"integer","format":"int64"},{"name":"DeliveryNoteSubNo","in":"path","description":"key: DeliveryNoteSubNo","required":true,"type":"integer","format":"int32"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - DeliveryNotes"],"summary":"Replace entity in EntitySet DeliveryNotes","operationId":"DeliveryNotes_PutByDeliverynotenoAndDeliverynotesubnoAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"DeliveryNoteNo","in":"path","description":"key: DeliveryNoteNo","required":true,"type":"integer","format":"int64"},{"name":"DeliveryNoteSubNo","in":"path","description":"key: DeliveryNoteSubNo","required":true,"type":"integer","format":"int32"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"DeliveryNote","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/DeliveryNote"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - DeliveryNotes"],"summary":"Delete entity in EntitySet DeliveryNotes","operationId":"DeliveryNotes_DeleteByDeliverynotenoAndDeliverynotesubnoAndFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"DeliveryNoteNo","in":"path","description":"key: DeliveryNoteNo","required":true,"type":"integer","format":"int64"},{"name":"DeliveryNoteSubNo","in":"path","description":"key: DeliveryNoteSubNo","required":true,"type":"integer","format":"int32"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - DeliveryNotes"],"summary":"Update entity in EntitySet DeliveryNotes","operationId":"DeliveryNotes_PatchByDeliverynotenoAndDeliverynotesubnoAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"DeliveryNoteNo","in":"path","description":"key: DeliveryNoteNo","required":true,"type":"integer","format":"int64"},{"name":"DeliveryNoteSubNo","in":"path","description":"key: DeliveryNoteSubNo","required":true,"type":"integer","format":"int32"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"DeliveryNote","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/DeliveryNote"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DirectoryOfServices":{"get":{"tags":[" Office - DirectoryOfServices"],"summary":"Returns the EntitySet DirectoryOfServices","operationId":"DirectoryOfServices_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDirectoryOfService"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DirectoryOfServices"],"summary":"Post a new entity to EntitySet DirectoryOfServices","operationId":"DirectoryOfServices_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DirectoryOfService","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DirectoryOfService"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DirectoryOfServices({Id})":{"get":{"tags":[" Office - DirectoryOfServices"],"summary":"Returns the entity with the key from DirectoryOfServices","operationId":"DirectoryOfServices_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - DirectoryOfServices"],"summary":"Replace entity in EntitySet DirectoryOfServices","operationId":"DirectoryOfServices_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"DirectoryOfService","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/DirectoryOfService"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - DirectoryOfServices"],"summary":"Delete entity in EntitySet DirectoryOfServices","operationId":"DirectoryOfServices_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - DirectoryOfServices"],"summary":"Update entity in EntitySet DirectoryOfServices","operationId":"DirectoryOfServices_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"DirectoryOfService","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/DirectoryOfService"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DirectoryOfServices/Service.GetHasDefaultProjectAssociation(projectNo={projectNo},directoryOfServicesId={directoryOfServicesId},directoryNo='{directoryNo}')":{"get":{"tags":[" Office - DirectoryOfServices"],"summary":"Call operation  GetHasDefaultProjectAssociation","operationId":"DirectoryOfServices_GetHasDefaultProjectAssociationByProjectnoAndDirectoryofservicesidAndDirectoryno","consumes":[],"produces":["application/json"],"parameters":[{"name":"projectNo","in":"path","description":"parameter: projectNo","required":true,"type":"integer","format":"int64"},{"name":"directoryOfServicesId","in":"path","description":"parameter: directoryOfServicesId","required":true,"type":"integer","format":"int32"},{"name":"directoryNo","in":"path","description":"parameter: directoryNo","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DirectoryOfServices/Service.GetNewVersionByNumber(directoryNo='{directoryNo}')":{"get":{"tags":[" Office - DirectoryOfServices"],"summary":"Call operation  GetNewVersionByNumber","operationId":"DirectoryOfServices_GetNewVersionByNumber","consumes":[],"produces":["application/json"],"parameters":[{"name":"directoryNo","in":"path","description":"parameter: directoryNo","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DirectoryOfServicesProjectAssociations":{"get":{"tags":[" Office - DirectoryOfServicesProjectAssociations"],"summary":"Returns the EntitySet DirectoryOfServicesProjectAssociations","operationId":"DirectoryOfServicesProjectAssociations_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDirectoryOfServicesProjectAssociation"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DirectoryOfServicesProjectAssociations"],"summary":"Post a new entity to EntitySet DirectoryOfServicesProjectAssociations","operationId":"DirectoryOfServicesProjectAssociations_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DirectoryOfServicesProjectAssociation","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DirectoryOfServicesProjectAssociation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DirectoryOfServicesProjectAssociations({Id})":{"get":{"tags":[" Office - DirectoryOfServicesProjectAssociations"],"summary":"Returns the entity with the key from DirectoryOfServicesProjectAssociations","operationId":"DirectoryOfServicesProjectAssociations_GetById","consumes":[],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDirectoryOfServicesProjectAssociation"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DiscountItems":{"get":{"tags":[" Office - DiscountItems"],"summary":"Returns the EntitySet DiscountItems","operationId":"DiscountItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDiscountItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DiscountItems"],"summary":"Post a new entity to EntitySet DiscountItems","operationId":"DiscountItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DiscountItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DiscountItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DiscountItems({Id})":{"get":{"tags":[" Office - DiscountItems"],"summary":"Returns the entity with the key from DiscountItems","operationId":"DiscountItems_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - DiscountItems"],"summary":"Replace entity in EntitySet DiscountItems","operationId":"DiscountItems_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"DiscountItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/DiscountItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - DiscountItems"],"summary":"Delete entity in EntitySet DiscountItems","operationId":"DiscountItems_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - DiscountItems"],"summary":"Update entity in EntitySet DiscountItems","operationId":"DiscountItems_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"DiscountItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/DiscountItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DiscountTemplateItems":{"get":{"tags":[" Office - DiscountTemplateItems"],"summary":"Returns the EntitySet DiscountTemplateItems","operationId":"DiscountTemplateItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDiscountTemplateItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DiscountTemplateItems"],"summary":"Post a new entity to EntitySet DiscountTemplateItems","operationId":"DiscountTemplateItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DiscountTemplateItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DiscountTemplateItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DiscountTemplateItems(TemplateId={TemplateId},ItemId={ItemId})":{"get":{"tags":[" Office - DiscountTemplateItems"],"summary":"Returns the entity with the key from DiscountTemplateItems","operationId":"DiscountTemplateItems_GetByTemplateidAndItemid","consumes":[],"produces":[],"parameters":[{"name":"TemplateId","in":"path","description":"key: TemplateId","required":true,"type":"integer","format":"int32"},{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - DiscountTemplateItems"],"summary":"Replace entity in EntitySet DiscountTemplateItems","operationId":"DiscountTemplateItems_PutByTemplateidAndItemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TemplateId","in":"path","description":"key: TemplateId","required":true,"type":"integer","format":"int32"},{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"DiscountTemplateItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/DiscountTemplateItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - DiscountTemplateItems"],"summary":"Delete entity in EntitySet DiscountTemplateItems","operationId":"DiscountTemplateItems_DeleteByTemplateidAndItemid","consumes":[],"produces":[],"parameters":[{"name":"TemplateId","in":"path","description":"key: TemplateId","required":true,"type":"integer","format":"int32"},{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - DiscountTemplateItems"],"summary":"Update entity in EntitySet DiscountTemplateItems","operationId":"DiscountTemplateItems_PatchByTemplateidAndItemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TemplateId","in":"path","description":"key: TemplateId","required":true,"type":"integer","format":"int32"},{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"DiscountTemplateItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/DiscountTemplateItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DiscountTemplates":{"get":{"tags":[" Office - DiscountTemplates"],"summary":"Returns the EntitySet DiscountTemplates","operationId":"DiscountTemplates_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDiscountTemplate"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DiscountTemplates"],"summary":"Post a new entity to EntitySet DiscountTemplates","operationId":"DiscountTemplates_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DiscountTemplate","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DiscountTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DiscountTemplates({TemplateId})":{"get":{"tags":[" Office - DiscountTemplates"],"summary":"Returns the entity with the key from DiscountTemplates","operationId":"DiscountTemplates_GetByTemplateid","consumes":[],"produces":[],"parameters":[{"name":"TemplateId","in":"path","description":"key: TemplateId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - DiscountTemplates"],"summary":"Replace entity in EntitySet DiscountTemplates","operationId":"DiscountTemplates_PutByTemplateid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TemplateId","in":"path","description":"key: TemplateId","required":true,"type":"integer","format":"int32"},{"name":"DiscountTemplate","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/DiscountTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - DiscountTemplates"],"summary":"Delete entity in EntitySet DiscountTemplates","operationId":"DiscountTemplates_DeleteByTemplateid","consumes":[],"produces":[],"parameters":[{"name":"TemplateId","in":"path","description":"key: TemplateId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - DiscountTemplates"],"summary":"Update entity in EntitySet DiscountTemplates","operationId":"DiscountTemplates_PatchByTemplateid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TemplateId","in":"path","description":"key: TemplateId","required":true,"type":"integer","format":"int32"},{"name":"DiscountTemplate","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/DiscountTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DocumentItemTypes":{"get":{"tags":[" Office - DocumentItemTypes"],"summary":"Returns the EntitySet DocumentItemTypes","operationId":"DocumentItemTypes_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDocumentItemType"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DocumentItemTypes"],"summary":"Post a new entity to EntitySet DocumentItemTypes","operationId":"DocumentItemTypes_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DocumentItemType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DocumentItemType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DocumentItemTypes('{ItemType}')":{"get":{"tags":[" Office - DocumentItemTypes"],"summary":"Returns the entity with the key from DocumentItemTypes","operationId":"DocumentItemTypes_GetByItemtype","consumes":[],"produces":[],"parameters":[{"name":"ItemType","in":"path","description":"key: ItemType","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - DocumentItemTypes"],"summary":"Replace entity in EntitySet DocumentItemTypes","operationId":"DocumentItemTypes_PutByItemtype","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemType","in":"path","description":"key: ItemType","required":true,"type":"string"},{"name":"DocumentItemType","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/DocumentItemType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - DocumentItemTypes"],"summary":"Delete entity in EntitySet DocumentItemTypes","operationId":"DocumentItemTypes_DeleteByItemtype","consumes":[],"produces":[],"parameters":[{"name":"ItemType","in":"path","description":"key: ItemType","required":true,"type":"string"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - DocumentItemTypes"],"summary":"Update entity in EntitySet DocumentItemTypes","operationId":"DocumentItemTypes_PatchByItemtype","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemType","in":"path","description":"key: ItemType","required":true,"type":"string"},{"name":"DocumentItemType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/DocumentItemType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DocumentSubTotals":{"get":{"tags":[" Office - DocumentSubTotals"],"summary":"Returns the EntitySet DocumentSubTotals","operationId":"DocumentSubTotals_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDocumentSubTotal"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DocumentSubTotals"],"summary":"Post a new entity to EntitySet DocumentSubTotals","operationId":"DocumentSubTotals_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DocumentSubTotal","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DocumentSubTotal"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DocumentSubTotals(ItemId={ItemId},DocumentKey1='{DocumentKey1}')":{"get":{"tags":[" Office - DocumentSubTotals"],"summary":"Returns the entity with the key from DocumentSubTotals","operationId":"DocumentSubTotals_GetByItemidAndDocumentkey1","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int64"},{"name":"DocumentKey1","in":"path","description":"key: DocumentKey1","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - DocumentSubTotals"],"summary":"Replace entity in EntitySet DocumentSubTotals","operationId":"DocumentSubTotals_PutByItemidAndDocumentkey1","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int64"},{"name":"DocumentKey1","in":"path","description":"key: DocumentKey1","required":true,"type":"string"},{"name":"DocumentSubTotal","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/DocumentSubTotal"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - DocumentSubTotals"],"summary":"Delete entity in EntitySet DocumentSubTotals","operationId":"DocumentSubTotals_DeleteByItemidAndDocumentkey1","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int64"},{"name":"DocumentKey1","in":"path","description":"key: DocumentKey1","required":true,"type":"string"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - DocumentSubTotals"],"summary":"Update entity in EntitySet DocumentSubTotals","operationId":"DocumentSubTotals_PatchByItemidAndDocumentkey1","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int64"},{"name":"DocumentKey1","in":"path","description":"key: DocumentKey1","required":true,"type":"string"},{"name":"DocumentSubTotal","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/DocumentSubTotal"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DunningItems":{"get":{"tags":[" Office - DunningItems"],"summary":"Returns the EntitySet DunningItems","operationId":"DunningItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDunningItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DunningItems"],"summary":"Post a new entity to EntitySet DunningItems","operationId":"DunningItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DunningItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DunningItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DunningItems(DunningNo={DunningNo},FiscalYearKey={FiscalYearKey},SortOrderId={SortOrderId})":{"get":{"tags":[" Office - DunningItems"],"summary":"Returns the entity with the key from DunningItems","operationId":"DunningItems_GetByDunningnoAndFiscalyearkeyAndSortorderid","consumes":[],"produces":["application/json"],"parameters":[{"name":"DunningNo","in":"path","description":"key: DunningNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"SortOrderId","in":"path","description":"key: SortOrderId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDunningItem"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DunningProfiles":{"get":{"tags":[" Office - DunningProfiles"],"summary":"Returns the EntitySet DunningProfiles","operationId":"DunningProfiles_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDunningProfile"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - DunningProfiles"],"summary":"Post a new entity to EntitySet DunningProfiles","operationId":"DunningProfiles_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"DunningProfile","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/DunningProfile"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/DunningProfiles('{DunningProfileKey}')":{"get":{"tags":[" Office - DunningProfiles"],"summary":"Returns the entity with the key from DunningProfiles","operationId":"DunningProfiles_GetByDunningprofilekey","consumes":[],"produces":[],"parameters":[{"name":"DunningProfileKey","in":"path","description":"key: DunningProfileKey","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - DunningProfiles"],"summary":"Replace entity in EntitySet DunningProfiles","operationId":"DunningProfiles_PutByDunningprofilekey","consumes":["application/json"],"produces":[],"parameters":[{"name":"DunningProfileKey","in":"path","description":"key: DunningProfileKey","required":true,"type":"string"},{"name":"DunningProfile","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/DunningProfile"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - DunningProfiles"],"summary":"Delete entity in EntitySet DunningProfiles","operationId":"DunningProfiles_DeleteByDunningprofilekey","consumes":[],"produces":[],"parameters":[{"name":"DunningProfileKey","in":"path","description":"key: DunningProfileKey","required":true,"type":"string"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - DunningProfiles"],"summary":"Update entity in EntitySet DunningProfiles","operationId":"DunningProfiles_PatchByDunningprofilekey","consumes":["application/json"],"produces":[],"parameters":[{"name":"DunningProfileKey","in":"path","description":"key: DunningProfileKey","required":true,"type":"string"},{"name":"DunningProfile","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/DunningProfile"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Dunnings":{"get":{"tags":[" Office - Dunnings"],"summary":"Returns the EntitySet Dunnings","operationId":"Dunnings_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDunning"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Dunnings"],"summary":"Post a new entity to EntitySet Dunnings","operationId":"Dunnings_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"Dunning","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Dunning"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Dunnings(DunningNo={DunningNo},FiscalYearKey={FiscalYearKey})":{"get":{"tags":[" Office - Dunnings"],"summary":"Returns the entity with the key from Dunnings","operationId":"Dunnings_GetByDunningnoAndFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"DunningNo","in":"path","description":"key: DunningNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Dunnings"],"summary":"Replace entity in EntitySet Dunnings","operationId":"Dunnings_PutByDunningnoAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"DunningNo","in":"path","description":"key: DunningNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"Dunning","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/Dunning"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Dunnings"],"summary":"Delete entity in EntitySet Dunnings","operationId":"Dunnings_DeleteByDunningnoAndFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"DunningNo","in":"path","description":"key: DunningNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Dunnings"],"summary":"Update entity in EntitySet Dunnings","operationId":"Dunnings_PatchByDunningnoAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"DunningNo","in":"path","description":"key: DunningNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"Dunning","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Dunning"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Employees":{"get":{"tags":[" Office - Employees"],"summary":"Returns the EntitySet Employees","operationId":"Employees_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfEmployee"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Employees"],"summary":"Post a new entity to EntitySet Employees","operationId":"Employees_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"Employee","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Employee"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Employees({EmployeeNo})":{"get":{"tags":[" Office - Employees"],"summary":"Returns the entity with the key from Employees","operationId":"Employees_GetByEmployeeno","consumes":[],"produces":[],"parameters":[{"name":"EmployeeNo","in":"path","description":"key: EmployeeNo","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Employees"],"summary":"Replace entity in EntitySet Employees","operationId":"Employees_PutByEmployeeno","consumes":["application/json"],"produces":[],"parameters":[{"name":"EmployeeNo","in":"path","description":"key: EmployeeNo","required":true,"type":"integer","format":"int32"},{"name":"Employee","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/Employee"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Employees"],"summary":"Delete entity in EntitySet Employees","operationId":"Employees_DeleteByEmployeeno","consumes":[],"produces":[],"parameters":[{"name":"EmployeeNo","in":"path","description":"key: EmployeeNo","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Employees"],"summary":"Update entity in EntitySet Employees","operationId":"Employees_PatchByEmployeeno","consumes":["application/json"],"produces":[],"parameters":[{"name":"EmployeeNo","in":"path","description":"key: EmployeeNo","required":true,"type":"integer","format":"int32"},{"name":"Employee","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Employee"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Employees({EmployeeNo})/Service.GetQrCode()":{"get":{"tags":[" Office - Employees"],"summary":"Call operation  GetQrCode","operationId":"Employees_GetQrCodeByEmployeeno","consumes":[],"produces":["application/json"],"parameters":[{"name":"EmployeeNo","in":"path","description":"key: EmployeeNo","required":true,"type":"integer","format":"int32"},{"name":"size","in":"query","required":false,"type":"integer","format":"int32"},{"name":"ecc","in":"query","required":false,"type":"string","enum":["L","M","Q","H"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Employees/Service.GetOccupied(date={date})":{"get":{"tags":[" Office - Employees"],"summary":"Call operation  GetOccupied","operationId":"Employees_GetOccupiedByDate","consumes":[],"produces":["application/json"],"parameters":[{"name":"date","in":"path","description":"parameter: date","required":true,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OccupiedEmployees"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Employees({EmployeeNo})/Service.GetCrew(date={date})":{"get":{"tags":[" Office - Employees"],"summary":"Call operation  GetCrew","operationId":"Employees_GetCrewByEmployeenoAndDate","consumes":[],"produces":["application/json"],"parameters":[{"name":"EmployeeNo","in":"path","description":"key: EmployeeNo","required":true,"type":"integer","format":"int32"},{"name":"date","in":"path","description":"parameter: date","required":true,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CrewResources"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Employees/Service.GetActiveEmployeesByDate(date={date})":{"get":{"tags":[" Office - Employees"],"summary":"Call operation  GetActiveEmployeesByDate","operationId":"Employees_GetActiveEmployeesByDate","consumes":[],"produces":["application/json"],"parameters":[{"name":"date","in":"path","description":"parameter: date","required":true,"type":"string","format":"date-time"},{"name":"cancellationToken","in":"body","required":true,"schema":{"$ref":"#/definitions/CancellationToken"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfEmployee"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Employees/Service.GetEmployeesIncludingWageAsync()":{"get":{"tags":[" Office - Employees"],"summary":"Call operation  GetEmployeesIncludingWageAsync","operationId":"Employees_GetEmployeesIncludingWageAsync","consumes":[],"produces":["application/json"],"parameters":[{"name":"cancellationToken","in":"body","required":true,"schema":{"$ref":"#/definitions/CancellationToken"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfEmployee"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/EmployeeScheduledAbsences":{"get":{"tags":[" Office - EmployeeScheduledAbsences"],"summary":"Returns the EntitySet EmployeeScheduledAbsences","operationId":"EmployeeScheduledAbsences_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfEmployeeScheduledAbsence"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - EmployeeScheduledAbsences"],"summary":"Post a new entity to EntitySet EmployeeScheduledAbsences","operationId":"EmployeeScheduledAbsences_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"EmployeeScheduledAbsence","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/EmployeeScheduledAbsence"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/EmployeeScheduledAbsences(EmployeeNo={EmployeeNo},SortOrderId={SortOrderId})":{"get":{"tags":[" Office - EmployeeScheduledAbsences"],"summary":"Returns the entity with the key from EmployeeScheduledAbsences","operationId":"EmployeeScheduledAbsences_GetByEmployeenoAndSortorderid","consumes":[],"produces":[],"parameters":[{"name":"EmployeeNo","in":"path","description":"key: EmployeeNo","required":true,"type":"integer","format":"int32"},{"name":"SortOrderId","in":"path","description":"key: SortOrderId","required":true,"type":"integer","format":"int64"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - EmployeeScheduledAbsences"],"summary":"Replace entity in EntitySet EmployeeScheduledAbsences","operationId":"EmployeeScheduledAbsences_PutByEmployeenoAndSortorderid","consumes":["application/json"],"produces":[],"parameters":[{"name":"EmployeeNo","in":"path","description":"key: EmployeeNo","required":true,"type":"integer","format":"int32"},{"name":"SortOrderId","in":"path","description":"key: SortOrderId","required":true,"type":"integer","format":"int64"},{"name":"EmployeeScheduledAbsence","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/EmployeeScheduledAbsence"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - EmployeeScheduledAbsences"],"summary":"Delete entity in EntitySet EmployeeScheduledAbsences","operationId":"EmployeeScheduledAbsences_DeleteByEmployeenoAndSortorderid","consumes":[],"produces":[],"parameters":[{"name":"EmployeeNo","in":"path","description":"key: EmployeeNo","required":true,"type":"integer","format":"int32"},{"name":"SortOrderId","in":"path","description":"key: SortOrderId","required":true,"type":"integer","format":"int64"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - EmployeeScheduledAbsences"],"summary":"Update entity in EntitySet EmployeeScheduledAbsences","operationId":"EmployeeScheduledAbsences_PatchByEmployeenoAndSortorderid","consumes":["application/json"],"produces":[],"parameters":[{"name":"EmployeeNo","in":"path","description":"key: EmployeeNo","required":true,"type":"integer","format":"int32"},{"name":"SortOrderId","in":"path","description":"key: SortOrderId","required":true,"type":"integer","format":"int64"},{"name":"EmployeeScheduledAbsence","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/EmployeeScheduledAbsence"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ExportDatevFiles":{"post":{"tags":[" Office - ExportDatevFiles"],"summary":"Call operation import  ExportDatevFiles","operationId":"DatevExport_ExportDatevFiles","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"parameters","in":"body","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/DatevExportParameters"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfDatevFile"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ExtraLaborPayDefinitions":{"get":{"tags":[" Office - ExtraLaborPayDefinitions"],"summary":"Returns the EntitySet ExtraLaborPayDefinitions","operationId":"ExtraLaborPayDefinitions_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfExtraLaborPayDefinition"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ExtraLaborPayDefinitions"],"summary":"Post a new entity to EntitySet ExtraLaborPayDefinitions","operationId":"ExtraLaborPayDefinitions_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ExtraLaborPayDefinition","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ExtraLaborPayDefinition"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ExtraLaborPayDefinitions({ItemId})":{"get":{"tags":[" Office - ExtraLaborPayDefinitions"],"summary":"Returns the entity with the key from ExtraLaborPayDefinitions","operationId":"ExtraLaborPayDefinitions_GetByItemid","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ExtraLaborPayDefinitions"],"summary":"Replace entity in EntitySet ExtraLaborPayDefinitions","operationId":"ExtraLaborPayDefinitions_PutByItemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"ExtraLaborPayDefinition","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ExtraLaborPayDefinition"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ExtraLaborPayDefinitions"],"summary":"Delete entity in EntitySet ExtraLaborPayDefinitions","operationId":"ExtraLaborPayDefinitions_DeleteByItemid","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ExtraLaborPayDefinitions"],"summary":"Update entity in EntitySet ExtraLaborPayDefinitions","operationId":"ExtraLaborPayDefinitions_PatchByItemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"ExtraLaborPayDefinition","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ExtraLaborPayDefinition"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/FiscalAccountRevenues":{"get":{"tags":[" Office - FiscalAccountRevenues"],"summary":"Returns the EntitySet FiscalAccountRevenues","operationId":"FiscalAccountRevenues_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfFiscalAccountRevenue"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - FiscalAccountRevenues"],"summary":"Post a new entity to EntitySet FiscalAccountRevenues","operationId":"FiscalAccountRevenues_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"FiscalAccountRevenue","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/FiscalAccountRevenue"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/FiscalAccountRevenues('{FiscalAccount}')":{"get":{"tags":[" Office - FiscalAccountRevenues"],"summary":"Returns the entity with the key from FiscalAccountRevenues","operationId":"FiscalAccountRevenues_GetByFiscalaccount","consumes":[],"produces":[],"parameters":[{"name":"FiscalAccount","in":"path","description":"key: FiscalAccount","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - FiscalAccountRevenues"],"summary":"Replace entity in EntitySet FiscalAccountRevenues","operationId":"FiscalAccountRevenues_PutByFiscalaccount","consumes":["application/json"],"produces":[],"parameters":[{"name":"FiscalAccount","in":"path","description":"key: FiscalAccount","required":true,"type":"string"},{"name":"FiscalAccountRevenue","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/FiscalAccountRevenue"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - FiscalAccountRevenues"],"summary":"Delete entity in EntitySet FiscalAccountRevenues","operationId":"FiscalAccountRevenues_DeleteByFiscalaccount","consumes":[],"produces":[],"parameters":[{"name":"FiscalAccount","in":"path","description":"key: FiscalAccount","required":true,"type":"string"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - FiscalAccountRevenues"],"summary":"Update entity in EntitySet FiscalAccountRevenues","operationId":"FiscalAccountRevenues_PatchByFiscalaccount","consumes":["application/json"],"produces":[],"parameters":[{"name":"FiscalAccount","in":"path","description":"key: FiscalAccount","required":true,"type":"string"},{"name":"FiscalAccountRevenue","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/FiscalAccountRevenue"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/FiscalYears":{"get":{"tags":[" Office - FiscalYears"],"summary":"Returns the EntitySet FiscalYears","operationId":"FiscalYears_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfFiscalYear"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - FiscalYears"],"summary":"Post a new entity to EntitySet FiscalYears","operationId":"FiscalYears_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"FiscalYear","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/FiscalYear"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/FiscalYears({FiscalYearKey})":{"get":{"tags":[" Office - FiscalYears"],"summary":"Returns the entity with the key from FiscalYears","operationId":"FiscalYears_GetByFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - FiscalYears"],"summary":"Replace entity in EntitySet FiscalYears","operationId":"FiscalYears_PutByFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"FiscalYear","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/FiscalYear"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - FiscalYears"],"summary":"Delete entity in EntitySet FiscalYears","operationId":"FiscalYears_DeleteByFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - FiscalYears"],"summary":"Update entity in EntitySet FiscalYears","operationId":"FiscalYears_PatchByFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"FiscalYear","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/FiscalYear"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/GetFiles":{"get":{"tags":[" Office - GetFiles"],"summary":"Returns the EntitySet GetFiles","operationId":"GetFiles_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfFileGet"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/GetFiles('{Id}')":{"get":{"tags":[" Office - GetFiles"],"summary":"Returns the entity with the key from GetFiles","operationId":"GetFiles_GetById","consumes":[],"produces":["application/json"],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FileGet"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/GetMapping(Entity={Entity})":{"get":{"tags":[" Office - GetMapping"],"summary":"Call operation import  GetMapping","operationId":"Mapping_GetMappingByEntity_1","consumes":[],"produces":["application/json"],"parameters":[{"name":"entity","in":"path","description":"parameter: Entity","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EntityMapping"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/GetMapping(Entity='{entity}')":{"get":{"tags":[" Office - GetMapping"],"operationId":"Mapping_GetMappingByEntity_2","consumes":[],"produces":["application/json"],"parameters":[{"name":"entity","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EntityMapping"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/GetValidations":{"get":{"tags":[" Office - GetValidations"],"operationId":"Validation_GetValidations","consumes":[],"produces":[],"parameters":[{"name":"entity","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/HazardAnalysisCheck":{"get":{"tags":[" Office - HazardAnalysisCheck"],"summary":"Returns the EntitySet HazardAnalysisCheck","operationId":"HazardAnalysisCheck_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfHazardAnalysisCheck"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - HazardAnalysisCheck"],"summary":"Post a new entity to EntitySet HazardAnalysisCheck","operationId":"HazardAnalysisCheck_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"HazardAnalysisCheck","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/HazardAnalysisCheck"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/HazardAnalysisCheck({HazardAnalysisCheckId})":{"get":{"tags":[" Office - HazardAnalysisCheck"],"summary":"Returns the entity with the key from HazardAnalysisCheck","operationId":"HazardAnalysisCheck_GetByHazardanalysischeckid","consumes":[],"produces":[],"parameters":[{"name":"HazardAnalysisCheckId","in":"path","description":"key: HazardAnalysisCheckId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - HazardAnalysisCheck"],"summary":"Replace entity in EntitySet HazardAnalysisCheck","operationId":"HazardAnalysisCheck_PutByHazardanalysischeckid","consumes":["application/json"],"produces":[],"parameters":[{"name":"HazardAnalysisCheckId","in":"path","description":"key: HazardAnalysisCheckId","required":true,"type":"integer","format":"int32"},{"name":"HazardAnalysisCheck","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/HazardAnalysisCheck"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - HazardAnalysisCheck"],"summary":"Delete entity in EntitySet HazardAnalysisCheck","operationId":"HazardAnalysisCheck_DeleteByHazardanalysischeckid","consumes":[],"produces":[],"parameters":[{"name":"HazardAnalysisCheckId","in":"path","description":"key: HazardAnalysisCheckId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - HazardAnalysisCheck"],"summary":"Update entity in EntitySet HazardAnalysisCheck","operationId":"HazardAnalysisCheck_PatchByHazardanalysischeckid","consumes":["application/json"],"produces":[],"parameters":[{"name":"HazardAnalysisCheckId","in":"path","description":"key: HazardAnalysisCheckId","required":true,"type":"integer","format":"int32"},{"name":"HazardAnalysisCheck","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/HazardAnalysisCheck"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/HazardAnalysisCheck({HazardAnalysisCheckId})/Service.SaveSignature":{"post":{"tags":[" Office - HazardAnalysisCheck"],"summary":"Call operation  SaveSignature","operationId":"HazardAnalysisCheck_SaveSignatureByHazardanalysischeckid","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"HazardAnalysisCheckId","in":"path","description":"key: HazardAnalysisCheckId","required":true,"type":"integer","format":"int32"},{"name":"parameters","in":"body","description":"SaveSignature action parameters","required":false,"schema":{"properties":{"signatureData":{"type":"string"}},"type":"object"}}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/HazardAnalysisTexts":{"get":{"tags":[" Office - HazardAnalysisTexts"],"summary":"Returns the EntitySet HazardAnalysisTexts","operationId":"HazardAnalysisTexts_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfHazardAnalysisText"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - HazardAnalysisTexts"],"summary":"Post a new entity to EntitySet HazardAnalysisTexts","operationId":"HazardAnalysisTexts_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"HazardAnalysisText","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/HazardAnalysisText"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/HazardAnalysisTexts({HazardAnalysisTextId})":{"get":{"tags":[" Office - HazardAnalysisTexts"],"summary":"Returns the entity with the key from HazardAnalysisTexts","operationId":"HazardAnalysisTexts_GetByHazardanalysistextid","consumes":[],"produces":[],"parameters":[{"name":"HazardAnalysisTextId","in":"path","description":"key: HazardAnalysisTextId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - HazardAnalysisTexts"],"summary":"Replace entity in EntitySet HazardAnalysisTexts","operationId":"HazardAnalysisTexts_PutByHazardanalysistextid","consumes":["application/json"],"produces":[],"parameters":[{"name":"HazardAnalysisTextId","in":"path","description":"key: HazardAnalysisTextId","required":true,"type":"integer","format":"int32"},{"name":"HazardAnalysisText","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/HazardAnalysisText"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - HazardAnalysisTexts"],"summary":"Delete entity in EntitySet HazardAnalysisTexts","operationId":"HazardAnalysisTexts_DeleteByHazardanalysistextid","consumes":[],"produces":[],"parameters":[{"name":"HazardAnalysisTextId","in":"path","description":"key: HazardAnalysisTextId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - HazardAnalysisTexts"],"summary":"Update entity in EntitySet HazardAnalysisTexts","operationId":"HazardAnalysisTexts_PatchByHazardanalysistextid","consumes":["application/json"],"produces":[],"parameters":[{"name":"HazardAnalysisTextId","in":"path","description":"key: HazardAnalysisTextId","required":true,"type":"integer","format":"int32"},{"name":"HazardAnalysisText","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/HazardAnalysisText"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/InvoiceItems":{"get":{"tags":[" Office - InvoiceItems"],"summary":"Returns the EntitySet InvoiceItems","operationId":"InvoiceItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfInvoiceItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - InvoiceItems"],"summary":"Post a new entity to EntitySet InvoiceItems","operationId":"InvoiceItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"InvoiceItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/InvoiceItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/InvoiceItems({InvoiceItemId})":{"get":{"tags":[" Office - InvoiceItems"],"summary":"Returns the entity with the key from InvoiceItems","operationId":"InvoiceItems_GetByInvoiceitemid","consumes":[],"produces":[],"parameters":[{"name":"InvoiceItemId","in":"path","description":"key: InvoiceItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - InvoiceItems"],"summary":"Replace entity in EntitySet InvoiceItems","operationId":"InvoiceItems_PutByInvoiceitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"InvoiceItemId","in":"path","description":"key: InvoiceItemId","required":true,"type":"integer","format":"int32"},{"name":"InvoiceItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/InvoiceItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - InvoiceItems"],"summary":"Delete entity in EntitySet InvoiceItems","operationId":"InvoiceItems_DeleteByInvoiceitemid","consumes":[],"produces":[],"parameters":[{"name":"InvoiceItemId","in":"path","description":"key: InvoiceItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - InvoiceItems"],"summary":"Update entity in EntitySet InvoiceItems","operationId":"InvoiceItems_PatchByInvoiceitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"InvoiceItemId","in":"path","description":"key: InvoiceItemId","required":true,"type":"integer","format":"int32"},{"name":"InvoiceItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/InvoiceItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Invoices":{"get":{"tags":[" Office - Invoices"],"summary":"Returns the EntitySet Invoices","operationId":"Invoices_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfInvoice"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Invoices"],"summary":"Post a new entity to EntitySet Invoices","operationId":"Invoices_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"Invoice","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Invoice"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Invoices({InvoiceId})":{"get":{"tags":[" Office - Invoices"],"summary":"Returns the entity with the key from Invoices","operationId":"Invoices_GetByInvoiceid","consumes":[],"produces":[],"parameters":[{"name":"InvoiceId","in":"path","description":"key: InvoiceId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Invoices"],"summary":"Replace entity in EntitySet Invoices","operationId":"Invoices_PutByInvoiceid","consumes":["application/json"],"produces":[],"parameters":[{"name":"InvoiceId","in":"path","description":"key: InvoiceId","required":true,"type":"integer","format":"int32"},{"name":"Invoice","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/Invoice"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Invoices"],"summary":"Delete entity in EntitySet Invoices","operationId":"Invoices_DeleteByInvoiceid","consumes":[],"produces":[],"parameters":[{"name":"InvoiceId","in":"path","description":"key: InvoiceId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Invoices"],"summary":"Update entity in EntitySet Invoices","operationId":"Invoices_PatchByInvoiceid","consumes":["application/json"],"produces":[],"parameters":[{"name":"InvoiceId","in":"path","description":"key: InvoiceId","required":true,"type":"integer","format":"int32"},{"name":"Invoice","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Invoice"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Invoices({InvoiceId})/Service.Export(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - Invoices"],"summary":"Call operation  Export","operationId":"Invoices_ExportByInvoiceidAndParametersAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"InvoiceId","in":"path","description":"key: InvoiceId","required":true,"type":"integer","format":"int32"},{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/InvoiceReportParameters"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Invoices/Service.OnAfterDelete(parameters={parameters})":{"get":{"tags":[" Office - Invoices"],"summary":"Call operation  OnAfterDelete","operationId":"Invoices_OnAfterDeleteByParameters","consumes":[],"produces":["application/json"],"parameters":[{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/InvoiceParameters"}},{"name":"cancellationToken","in":"body","required":true,"schema":{"$ref":"#/definitions/CancellationToken"}}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Invoices/Service.OnAfterUpdate(parameters={parameters})":{"get":{"tags":[" Office - Invoices"],"summary":"Call operation  OnAfterUpdate","operationId":"Invoices_OnAfterUpdateByParameters","consumes":[],"produces":["application/json"],"parameters":[{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/InvoiceParameters"}},{"name":"cancellationToken","in":"body","required":true,"schema":{"$ref":"#/definitions/CancellationToken"}}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Letters":{"get":{"tags":[" Office - Letters"],"summary":"Returns the EntitySet Letters","operationId":"Letters_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfLetter"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Letters"],"summary":"Post a new entity to EntitySet Letters","operationId":"Letters_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"Letter","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Letter"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Letters({Id})":{"get":{"tags":[" Office - Letters"],"summary":"Returns the entity with the key from Letters","operationId":"Letters_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Letters"],"summary":"Replace entity in EntitySet Letters","operationId":"Letters_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"Letter","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/Letter"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Letters"],"summary":"Delete entity in EntitySet Letters","operationId":"Letters_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Letters"],"summary":"Update entity in EntitySet Letters","operationId":"Letters_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"Letter","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Letter"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Letters({Id})/Service.Export(generationOptions={generationOptions})":{"get":{"tags":[" Office - Letters"],"summary":"Call operation  Export","operationId":"Letters_ExportByIdAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Letters/Service.GetByRequestNoNotAssigned(requestNo={requestNo})":{"get":{"tags":[" Office - Letters"],"summary":"Call operation  GetByRequestNoNotAssigned","operationId":"Letters_GetByRequestNoNotAssigned","consumes":[],"produces":["application/json"],"parameters":[{"name":"requestNo","in":"path","description":"parameter: requestNo","required":true,"type":"integer","format":"int64"},{"name":"token","in":"body","required":true,"schema":{"$ref":"#/definitions/CancellationToken"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfLetter"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Letters/Service.GetByProjectNoNotAssigned(projectNo={projectNo})":{"get":{"tags":[" Office - Letters"],"summary":"Call operation  GetByProjectNoNotAssigned","operationId":"Letters_GetByProjectNoNotAssigned","consumes":[],"produces":["application/json"],"parameters":[{"name":"projectNo","in":"path","description":"parameter: projectNo","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfLetter"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Letters/Service.GetFreeNotAssigned(AddressId={AddressId})":{"get":{"tags":[" Office - Letters"],"summary":"Call operation  GetFreeNotAssigned","operationId":"Letters_GetFreeNotAssignedByAddressid","consumes":[],"produces":["application/json"],"parameters":[{"name":"addressId","in":"path","description":"parameter: AddressId","required":true,"type":"integer","format":"int32"},{"name":"token","in":"body","required":true,"schema":{"$ref":"#/definitions/CancellationToken"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfLetter"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/MeasuringUnits":{"get":{"tags":[" Office - MeasuringUnits"],"summary":"Returns the EntitySet MeasuringUnits","operationId":"MeasuringUnits_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfMeasuringUnit"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - MeasuringUnits"],"summary":"Post a new entity to EntitySet MeasuringUnits","operationId":"MeasuringUnits_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"MeasuringUnit","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/MeasuringUnit"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/MeasuringUnits({MeasuringUnitId})":{"get":{"tags":[" Office - MeasuringUnits"],"summary":"Returns the entity with the key from MeasuringUnits","operationId":"MeasuringUnits_GetByMeasuringunitid","consumes":[],"produces":[],"parameters":[{"name":"MeasuringUnitId","in":"path","description":"key: MeasuringUnitId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - MeasuringUnits"],"summary":"Replace entity in EntitySet MeasuringUnits","operationId":"MeasuringUnits_PutByMeasuringunitid","consumes":["application/json"],"produces":[],"parameters":[{"name":"MeasuringUnitId","in":"path","description":"key: MeasuringUnitId","required":true,"type":"integer","format":"int32"},{"name":"MeasuringUnit","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/MeasuringUnit"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - MeasuringUnits"],"summary":"Delete entity in EntitySet MeasuringUnits","operationId":"MeasuringUnits_DeleteByMeasuringunitid","consumes":[],"produces":[],"parameters":[{"name":"MeasuringUnitId","in":"path","description":"key: MeasuringUnitId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - MeasuringUnits"],"summary":"Update entity in EntitySet MeasuringUnits","operationId":"MeasuringUnits_PatchByMeasuringunitid","consumes":["application/json"],"produces":[],"parameters":[{"name":"MeasuringUnitId","in":"path","description":"key: MeasuringUnitId","required":true,"type":"integer","format":"int32"},{"name":"MeasuringUnit","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/MeasuringUnit"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ObjectSection":{"get":{"tags":[" Office - ObjectSection"],"summary":"Returns the EntitySet ObjectSection","operationId":"ObjectSection_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfObjectSection"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ObjectSection"],"summary":"Post a new entity to EntitySet ObjectSection","operationId":"ObjectSection_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ObjectSection","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ObjectSection"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ObjectSection({ItemId})":{"get":{"tags":[" Office - ObjectSection"],"summary":"Returns the entity with the key from ObjectSection","operationId":"ObjectSection_GetByItemid","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ObjectSection"],"summary":"Replace entity in EntitySet ObjectSection","operationId":"ObjectSection_PutByItemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"ObjectSection","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ObjectSection"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ObjectSection"],"summary":"Delete entity in EntitySet ObjectSection","operationId":"ObjectSection_DeleteByItemid","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ObjectSection"],"summary":"Update entity in EntitySet ObjectSection","operationId":"ObjectSection_PatchByItemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"ObjectSection","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ObjectSection"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/OrderConfirmationItemQuantities":{"get":{"tags":[" Office - OrderConfirmationItemQuantities"],"summary":"Returns the EntitySet OrderConfirmationItemQuantities","operationId":"OrderConfirmationItemQuantities_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfOrderConfirmationItemQuantity"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - OrderConfirmationItemQuantities"],"summary":"Post a new entity to EntitySet OrderConfirmationItemQuantities","operationId":"OrderConfirmationItemQuantities_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"OrderConfirmationItemQuantity","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/OrderConfirmationItemQuantity"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/OrderConfirmationItemQuantities({OrderConfirmationItemQuantityId})":{"get":{"tags":[" Office - OrderConfirmationItemQuantities"],"summary":"Returns the entity with the key from OrderConfirmationItemQuantities","operationId":"OrderConfirmationItemQuantities_GetByOrderconfirmationitemquantityid","consumes":[],"produces":[],"parameters":[{"name":"OrderConfirmationItemQuantityId","in":"path","description":"key: OrderConfirmationItemQuantityId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - OrderConfirmationItemQuantities"],"summary":"Replace entity in EntitySet OrderConfirmationItemQuantities","operationId":"OrderConfirmationItemQuantities_PutByOrderconfirmationitemquantityid","consumes":["application/json"],"produces":[],"parameters":[{"name":"OrderConfirmationItemQuantityId","in":"path","description":"key: OrderConfirmationItemQuantityId","required":true,"type":"integer","format":"int32"},{"name":"OrderConfirmationItemQuantity","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/OrderConfirmationItemQuantity"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - OrderConfirmationItemQuantities"],"summary":"Delete entity in EntitySet OrderConfirmationItemQuantities","operationId":"OrderConfirmationItemQuantities_DeleteByOrderconfirmationitemquantityid","consumes":[],"produces":[],"parameters":[{"name":"OrderConfirmationItemQuantityId","in":"path","description":"key: OrderConfirmationItemQuantityId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - OrderConfirmationItemQuantities"],"summary":"Update entity in EntitySet OrderConfirmationItemQuantities","operationId":"OrderConfirmationItemQuantities_PatchByOrderconfirmationitemquantityid","consumes":["application/json"],"produces":[],"parameters":[{"name":"OrderConfirmationItemQuantityId","in":"path","description":"key: OrderConfirmationItemQuantityId","required":true,"type":"integer","format":"int32"},{"name":"OrderConfirmationItemQuantity","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/OrderConfirmationItemQuantity"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/OrderConfirmationItems":{"get":{"tags":[" Office - OrderConfirmationItems"],"summary":"Returns the EntitySet OrderConfirmationItems","operationId":"OrderConfirmationItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfOrderConfirmationItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - OrderConfirmationItems"],"summary":"Post a new entity to EntitySet OrderConfirmationItems","operationId":"OrderConfirmationItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"OrderConfirmationItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/OrderConfirmationItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/OrderConfirmationItems({OrderConfirmationItemId})":{"get":{"tags":[" Office - OrderConfirmationItems"],"summary":"Returns the entity with the key from OrderConfirmationItems","operationId":"OrderConfirmationItems_GetByOrderconfirmationitemid","consumes":[],"produces":[],"parameters":[{"name":"OrderConfirmationItemId","in":"path","description":"key: OrderConfirmationItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - OrderConfirmationItems"],"summary":"Replace entity in EntitySet OrderConfirmationItems","operationId":"OrderConfirmationItems_PutByOrderconfirmationitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"OrderConfirmationItemId","in":"path","description":"key: OrderConfirmationItemId","required":true,"type":"integer","format":"int32"},{"name":"OrderConfirmationItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/OrderConfirmationItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - OrderConfirmationItems"],"summary":"Delete entity in EntitySet OrderConfirmationItems","operationId":"OrderConfirmationItems_DeleteByOrderconfirmationitemid","consumes":[],"produces":[],"parameters":[{"name":"OrderConfirmationItemId","in":"path","description":"key: OrderConfirmationItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - OrderConfirmationItems"],"summary":"Update entity in EntitySet OrderConfirmationItems","operationId":"OrderConfirmationItems_PatchByOrderconfirmationitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"OrderConfirmationItemId","in":"path","description":"key: OrderConfirmationItemId","required":true,"type":"integer","format":"int32"},{"name":"OrderConfirmationItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/OrderConfirmationItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/OrderConfirmations":{"get":{"tags":[" Office - OrderConfirmations"],"summary":"Returns the EntitySet OrderConfirmations","operationId":"OrderConfirmations_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfOrderConfirmation"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - OrderConfirmations"],"summary":"Post a new entity to EntitySet OrderConfirmations","operationId":"OrderConfirmations_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"OrderConfirmation","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/OrderConfirmation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/OrderConfirmations({OrderConfirmationId})":{"get":{"tags":[" Office - OrderConfirmations"],"summary":"Returns the entity with the key from OrderConfirmations","operationId":"OrderConfirmations_GetByOrderconfirmationid","consumes":[],"produces":[],"parameters":[{"name":"OrderConfirmationId","in":"path","description":"key: OrderConfirmationId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - OrderConfirmations"],"summary":"Replace entity in EntitySet OrderConfirmations","operationId":"OrderConfirmations_PutByOrderconfirmationid","consumes":["application/json"],"produces":[],"parameters":[{"name":"OrderConfirmationId","in":"path","description":"key: OrderConfirmationId","required":true,"type":"integer","format":"int32"},{"name":"OrderConfirmation","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/OrderConfirmation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - OrderConfirmations"],"summary":"Delete entity in EntitySet OrderConfirmations","operationId":"OrderConfirmations_DeleteByOrderconfirmationid","consumes":[],"produces":[],"parameters":[{"name":"OrderConfirmationId","in":"path","description":"key: OrderConfirmationId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - OrderConfirmations"],"summary":"Update entity in EntitySet OrderConfirmations","operationId":"OrderConfirmations_PatchByOrderconfirmationid","consumes":["application/json"],"produces":[],"parameters":[{"name":"OrderConfirmationId","in":"path","description":"key: OrderConfirmationId","required":true,"type":"integer","format":"int32"},{"name":"OrderConfirmation","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/OrderConfirmation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/OrderConfirmations({OrderConfirmationId})/Service.Export(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - OrderConfirmations"],"summary":"Call operation  Export","operationId":"OrderConfirmations_ExportByOrderconfirmationidAndParametersAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"OrderConfirmationId","in":"path","description":"key: OrderConfirmationId","required":true,"type":"integer","format":"int32"},{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/OrderConfirmationReportParameters"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Parts":{"get":{"tags":[" Office - Parts"],"summary":"Returns the EntitySet Parts","operationId":"Parts_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfPart"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Parts"],"summary":"Post a new entity to EntitySet Parts","operationId":"Parts_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"Part","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Part"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Parts('{PartNo}')":{"get":{"tags":[" Office - Parts"],"summary":"Returns the entity with the key from Parts","operationId":"Parts_GetByPartno","consumes":[],"produces":[],"parameters":[{"name":"PartNo","in":"path","description":"key: PartNo","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Parts"],"summary":"Replace entity in EntitySet Parts","operationId":"Parts_PutByPartno","consumes":["application/json"],"produces":[],"parameters":[{"name":"PartNo","in":"path","description":"key: PartNo","required":true,"type":"string"},{"name":"Part","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/Part"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Parts"],"summary":"Delete entity in EntitySet Parts","operationId":"Parts_DeleteByPartno","consumes":[],"produces":[],"parameters":[{"name":"PartNo","in":"path","description":"key: PartNo","required":true,"type":"string"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Parts"],"summary":"Update entity in EntitySet Parts","operationId":"Parts_PatchByPartno","consumes":["application/json"],"produces":[],"parameters":[{"name":"PartNo","in":"path","description":"key: PartNo","required":true,"type":"string"},{"name":"Part","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Part"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Parts('{PartNo}')/Service.CreateStockTransactionItem(quantity={quantity})":{"get":{"tags":[" Office - Parts"],"summary":"Call operation  CreateStockTransactionItem","operationId":"Parts_CreateStockTransactionItemByPartnoAndQuantity","consumes":[],"produces":["application/json"],"parameters":[{"name":"PartNo","in":"path","description":"key: PartNo","required":true,"type":"string"},{"name":"quantity","in":"path","description":"parameter: quantity","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StockTransactionItem"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Parts('{PartNo}')/Service.GetStockTotalForProject(projectNo={projectNo},consignmentNo={consignmentNo})":{"get":{"tags":[" Office - Parts"],"summary":"Call operation  GetStockTotalForProject","operationId":"Parts_GetStockTotalForProjectByPartnoAndProjectnoAndConsignmentno","consumes":[],"produces":["application/json"],"parameters":[{"name":"PartNo","in":"path","description":"key: PartNo","required":true,"type":"string"},{"name":"projectNo","in":"path","description":"parameter: projectNo","required":true,"type":"integer","format":"int64"},{"name":"consignmentNo","in":"path","description":"parameter: consignmentNo","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfDecimal"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Parts('{PartNo}')/Service.GetStockPartQuantity(projectNo={projectNo},addressId={addressId})":{"get":{"tags":[" Office - Parts"],"summary":"Call operation  GetStockPartQuantity","operationId":"Parts_GetStockPartQuantityByPartnoAndProjectnoAndAddressid","consumes":[],"produces":["application/json"],"parameters":[{"name":"PartNo","in":"path","description":"key: PartNo","required":true,"type":"string"},{"name":"projectNo","in":"path","description":"parameter: projectNo","required":true,"type":"integer","format":"int64"},{"name":"addressId","in":"path","description":"parameter: addressId","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StockPartQuantities"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Parts('{PartNo}')/Service.GetStockAlternativePartQuantity(projectNo={projectNo})":{"get":{"tags":[" Office - Parts"],"summary":"Call operation  GetStockAlternativePartQuantity","operationId":"Parts_GetStockAlternativePartQuantityByPartnoAndProjectno","consumes":[],"produces":["application/json"],"parameters":[{"name":"PartNo","in":"path","description":"key: PartNo","required":true,"type":"string"},{"name":"projectNo","in":"path","description":"parameter: projectNo","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StockAlternativePartQuantities"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/PaymentTerms":{"get":{"tags":[" Office - PaymentTerms"],"summary":"Returns the EntitySet PaymentTerms","operationId":"PaymentTerms_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfPaymentTerms"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - PaymentTerms"],"summary":"Post a new entity to EntitySet PaymentTerms","operationId":"PaymentTerms_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"PaymentTerms","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/PaymentTerms"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/PaymentTerms({Id})":{"get":{"tags":[" Office - PaymentTerms"],"summary":"Returns the entity with the key from PaymentTerms","operationId":"PaymentTerms_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - PaymentTerms"],"summary":"Replace entity in EntitySet PaymentTerms","operationId":"PaymentTerms_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"PaymentTerms","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/PaymentTerms"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - PaymentTerms"],"summary":"Delete entity in EntitySet PaymentTerms","operationId":"PaymentTerms_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - PaymentTerms"],"summary":"Update entity in EntitySet PaymentTerms","operationId":"PaymentTerms_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"PaymentTerms","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/PaymentTerms"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/PostFiles":{"post":{"tags":[" Office - PostFiles"],"summary":"Post a new entity to EntitySet PostFiles","operationId":"PostFiles_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"FilePost","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/FilePost"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FileGet"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/PostLargeFiles":{"post":{"tags":[" Office - PostLargeFiles"],"summary":"Post a new entity to EntitySet PostLargeFiles","operationId":"PostLargeFiles_Post","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"LargeFilePost","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/LargeFilePost"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FileGet"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/PreferencesCostingModule":{"get":{"tags":[" Office - PreferencesCostingModule"],"summary":"Returns the EntitySet PreferencesCostingModule","operationId":"PreferencesCostingModule_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfPreferencesCostingModule"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - PreferencesCostingModule"],"summary":"Post a new entity to EntitySet PreferencesCostingModule","operationId":"PreferencesCostingModule_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"PreferencesCostingModule","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/PreferencesCostingModule"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/PreferencesCostingModule({PreferencesCostingModuleId})":{"get":{"tags":[" Office - PreferencesCostingModule"],"summary":"Returns the entity with the key from PreferencesCostingModule","operationId":"PreferencesCostingModule_GetByPreferencescostingmoduleid","consumes":[],"produces":[],"parameters":[{"name":"PreferencesCostingModuleId","in":"path","description":"key: PreferencesCostingModuleId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - PreferencesCostingModule"],"summary":"Replace entity in EntitySet PreferencesCostingModule","operationId":"PreferencesCostingModule_PutByPreferencescostingmoduleid","consumes":["application/json"],"produces":[],"parameters":[{"name":"PreferencesCostingModuleId","in":"path","description":"key: PreferencesCostingModuleId","required":true,"type":"integer","format":"int32"},{"name":"PreferencesCostingModule","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/PreferencesCostingModule"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - PreferencesCostingModule"],"summary":"Delete entity in EntitySet PreferencesCostingModule","operationId":"PreferencesCostingModule_DeleteByPreferencescostingmoduleid","consumes":[],"produces":[],"parameters":[{"name":"PreferencesCostingModuleId","in":"path","description":"key: PreferencesCostingModuleId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - PreferencesCostingModule"],"summary":"Update entity in EntitySet PreferencesCostingModule","operationId":"PreferencesCostingModule_PatchByPreferencescostingmoduleid","consumes":["application/json"],"produces":[],"parameters":[{"name":"PreferencesCostingModuleId","in":"path","description":"key: PreferencesCostingModuleId","required":true,"type":"integer","format":"int32"},{"name":"PreferencesCostingModule","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/PreferencesCostingModule"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/PreferencesProjectModule":{"get":{"tags":[" Office - PreferencesProjectModule"],"summary":"Returns the EntitySet PreferencesProjectModule","operationId":"PreferencesProjectModule_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfPreferencesProjectModule"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - PreferencesProjectModule"],"summary":"Post a new entity to EntitySet PreferencesProjectModule","operationId":"PreferencesProjectModule_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"PreferencesProjectModule","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/PreferencesProjectModule"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/PreferencesProjectModule({PreferencesProjectModuleId})":{"get":{"tags":[" Office - PreferencesProjectModule"],"summary":"Returns the entity with the key from PreferencesProjectModule","operationId":"PreferencesProjectModule_GetByPreferencesprojectmoduleid","consumes":[],"produces":[],"parameters":[{"name":"PreferencesProjectModuleId","in":"path","description":"key: PreferencesProjectModuleId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - PreferencesProjectModule"],"summary":"Replace entity in EntitySet PreferencesProjectModule","operationId":"PreferencesProjectModule_PutByPreferencesprojectmoduleid","consumes":["application/json"],"produces":[],"parameters":[{"name":"PreferencesProjectModuleId","in":"path","description":"key: PreferencesProjectModuleId","required":true,"type":"integer","format":"int32"},{"name":"PreferencesProjectModule","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/PreferencesProjectModule"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - PreferencesProjectModule"],"summary":"Delete entity in EntitySet PreferencesProjectModule","operationId":"PreferencesProjectModule_DeleteByPreferencesprojectmoduleid","consumes":[],"produces":[],"parameters":[{"name":"PreferencesProjectModuleId","in":"path","description":"key: PreferencesProjectModuleId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - PreferencesProjectModule"],"summary":"Update entity in EntitySet PreferencesProjectModule","operationId":"PreferencesProjectModule_PatchByPreferencesprojectmoduleid","consumes":["application/json"],"produces":[],"parameters":[{"name":"PreferencesProjectModuleId","in":"path","description":"key: PreferencesProjectModuleId","required":true,"type":"integer","format":"int32"},{"name":"PreferencesProjectModule","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/PreferencesProjectModule"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ProjectFiscalYears":{"get":{"tags":[" Office - ProjectFiscalYears"],"summary":"Returns the EntitySet ProjectFiscalYears","operationId":"ProjectFiscalYears_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfProjectFiscalYear"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ProjectFiscalYears"],"summary":"Post a new entity to EntitySet ProjectFiscalYears","operationId":"ProjectFiscalYears_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectFiscalYear","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ProjectFiscalYear"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ProjectFiscalYears(ProjectNo={ProjectNo},FiscalYearKey={FiscalYearKey})":{"get":{"tags":[" Office - ProjectFiscalYears"],"summary":"Returns the entity with the key from ProjectFiscalYears","operationId":"ProjectFiscalYears_GetByProjectnoAndFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ProjectFiscalYears"],"summary":"Replace entity in EntitySet ProjectFiscalYears","operationId":"ProjectFiscalYears_PutByProjectnoAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"ProjectFiscalYear","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ProjectFiscalYear"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ProjectFiscalYears"],"summary":"Delete entity in EntitySet ProjectFiscalYears","operationId":"ProjectFiscalYears_DeleteByProjectnoAndFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ProjectFiscalYears"],"summary":"Update entity in EntitySet ProjectFiscalYears","operationId":"ProjectFiscalYears_PatchByProjectnoAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"ProjectFiscalYear","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ProjectFiscalYear"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ProjectFiscalYears(ProjectNo={ProjectNo},FiscalYearKey={FiscalYearKey})/Service.ChangeEntityKey":{"post":{"tags":[" Office - ProjectFiscalYears"],"summary":"Call operation  ChangeEntityKey","operationId":"ProjectFiscalYears_ChangeEntityKeyByProjectnoAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"parameters","in":"body","description":"ChangeEntityKey action parameters","required":true,"schema":{"required":["newProjectNo"],"properties":{"newProjectNo":{"type":"integer","format":"int64"}},"type":"object"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ProjectManagerViewedItems":{"get":{"tags":[" Office - ProjectManagerViewedItems"],"summary":"Returns the EntitySet ProjectManagerViewedItems","operationId":"ProjectManagerViewedItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfProjectManagerViewedItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ProjectManagerViewedItems"],"summary":"Post a new entity to EntitySet ProjectManagerViewedItems","operationId":"ProjectManagerViewedItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectManagerViewedItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ProjectManagerViewedItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ProjectManagerViewedItems({ProjectManagerViewedItemId})":{"get":{"tags":[" Office - ProjectManagerViewedItems"],"summary":"Returns the entity with the key from ProjectManagerViewedItems","operationId":"ProjectManagerViewedItems_GetByProjectmanagervieweditemid","consumes":[],"produces":[],"parameters":[{"name":"ProjectManagerViewedItemId","in":"path","description":"key: ProjectManagerViewedItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ProjectManagerViewedItems"],"summary":"Replace entity in EntitySet ProjectManagerViewedItems","operationId":"ProjectManagerViewedItems_PutByProjectmanagervieweditemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectManagerViewedItemId","in":"path","description":"key: ProjectManagerViewedItemId","required":true,"type":"integer","format":"int32"},{"name":"ProjectManagerViewedItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ProjectManagerViewedItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ProjectManagerViewedItems"],"summary":"Delete entity in EntitySet ProjectManagerViewedItems","operationId":"ProjectManagerViewedItems_DeleteByProjectmanagervieweditemid","consumes":[],"produces":[],"parameters":[{"name":"ProjectManagerViewedItemId","in":"path","description":"key: ProjectManagerViewedItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ProjectManagerViewedItems"],"summary":"Update entity in EntitySet ProjectManagerViewedItems","operationId":"ProjectManagerViewedItems_PatchByProjectmanagervieweditemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectManagerViewedItemId","in":"path","description":"key: ProjectManagerViewedItemId","required":true,"type":"integer","format":"int32"},{"name":"ProjectManagerViewedItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ProjectManagerViewedItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Projects":{"get":{"tags":[" Office - Projects"],"summary":"Returns the EntitySet Projects","operationId":"Projects_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfProject"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Projects"],"summary":"Post a new entity to EntitySet Projects","operationId":"Projects_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"Project","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Project"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Projects({ProjectNo})":{"get":{"tags":[" Office - Projects"],"summary":"Returns the entity with the key from Projects","operationId":"Projects_GetByProjectno","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Projects"],"summary":"Replace entity in EntitySet Projects","operationId":"Projects_PutByProjectno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"Project","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/Project"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Projects"],"summary":"Delete entity in EntitySet Projects","operationId":"Projects_DeleteByProjectno","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Projects"],"summary":"Update entity in EntitySet Projects","operationId":"Projects_PatchByProjectno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"Project","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Project"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Projects({ProjectNo})/Service.GetConsignments(type='{type}')":{"get":{"tags":[" Office - Projects"],"summary":"Call operation  GetConsignments","operationId":"Projects_GetConsignmentsByProjectnoAndType","consumes":[],"produces":["application/json"],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"type","in":"path","description":"parameter: type","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfInt32"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Projects({ProjectNo})/Service.ExportAccount(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - Projects"],"summary":"Call operation  ExportAccount","operationId":"Projects_ExportAccountByProjectnoAndParametersAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/ProjectAccountReportParameters"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/PublicHolidays":{"get":{"tags":[" Office - PublicHolidays"],"summary":"Returns the EntitySet PublicHolidays","operationId":"PublicHolidays_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfPublicHoliday"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - PublicHolidays"],"summary":"Post a new entity to EntitySet PublicHolidays","operationId":"PublicHolidays_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"PublicHoliday","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/PublicHoliday"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/PublicHolidays({Id})":{"get":{"tags":[" Office - PublicHolidays"],"summary":"Returns the entity with the key from PublicHolidays","operationId":"PublicHolidays_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - PublicHolidays"],"summary":"Replace entity in EntitySet PublicHolidays","operationId":"PublicHolidays_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"PublicHoliday","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/PublicHoliday"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - PublicHolidays"],"summary":"Delete entity in EntitySet PublicHolidays","operationId":"PublicHolidays_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - PublicHolidays"],"summary":"Update entity in EntitySet PublicHolidays","operationId":"PublicHolidays_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"PublicHoliday","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/PublicHoliday"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/PurchaseInvoices":{"get":{"tags":[" Office - PurchaseInvoices"],"summary":"Returns the EntitySet PurchaseInvoices","operationId":"PurchaseInvoices_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfPurchaseInvoice"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - PurchaseInvoices"],"summary":"Post a new entity to EntitySet PurchaseInvoices","operationId":"PurchaseInvoices_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"PurchaseInvoice","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/PurchaseInvoice"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/PurchaseInvoices(PurchaseInvoiceNo={PurchaseInvoiceNo},FiscalYearKey={FiscalYearKey})":{"get":{"tags":[" Office - PurchaseInvoices"],"summary":"Returns the entity with the key from PurchaseInvoices","operationId":"PurchaseInvoices_GetByPurchaseinvoicenoAndFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"PurchaseInvoiceNo","in":"path","description":"key: PurchaseInvoiceNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - PurchaseInvoices"],"summary":"Replace entity in EntitySet PurchaseInvoices","operationId":"PurchaseInvoices_PutByPurchaseinvoicenoAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"PurchaseInvoiceNo","in":"path","description":"key: PurchaseInvoiceNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"PurchaseInvoice","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/PurchaseInvoice"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - PurchaseInvoices"],"summary":"Delete entity in EntitySet PurchaseInvoices","operationId":"PurchaseInvoices_DeleteByPurchaseinvoicenoAndFiscalyearkey","consumes":[],"produces":[],"parameters":[{"name":"PurchaseInvoiceNo","in":"path","description":"key: PurchaseInvoiceNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - PurchaseInvoices"],"summary":"Update entity in EntitySet PurchaseInvoices","operationId":"PurchaseInvoices_PatchByPurchaseinvoicenoAndFiscalyearkey","consumes":["application/json"],"produces":[],"parameters":[{"name":"PurchaseInvoiceNo","in":"path","description":"key: PurchaseInvoiceNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"PurchaseInvoice","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/PurchaseInvoice"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/QuotationItemQuantities":{"get":{"tags":[" Office - QuotationItemQuantities"],"summary":"Returns the EntitySet QuotationItemQuantities","operationId":"QuotationItemQuantities_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfQuotationItemQuantity"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - QuotationItemQuantities"],"summary":"Post a new entity to EntitySet QuotationItemQuantities","operationId":"QuotationItemQuantities_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"QuotationItemQuantity","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/QuotationItemQuantity"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/QuotationItemQuantities({ID})":{"get":{"tags":[" Office - QuotationItemQuantities"],"summary":"Returns the entity with the key from QuotationItemQuantities","operationId":"QuotationItemQuantities_GetByID","consumes":[],"produces":[],"parameters":[{"name":"ID","in":"path","description":"key: ID","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - QuotationItemQuantities"],"summary":"Replace entity in EntitySet QuotationItemQuantities","operationId":"QuotationItemQuantities_PutByID","consumes":["application/json"],"produces":[],"parameters":[{"name":"ID","in":"path","description":"key: ID","required":true,"type":"integer","format":"int32"},{"name":"QuotationItemQuantity","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/QuotationItemQuantity"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - QuotationItemQuantities"],"summary":"Delete entity in EntitySet QuotationItemQuantities","operationId":"QuotationItemQuantities_DeleteByID","consumes":[],"produces":[],"parameters":[{"name":"ID","in":"path","description":"key: ID","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - QuotationItemQuantities"],"summary":"Update entity in EntitySet QuotationItemQuantities","operationId":"QuotationItemQuantities_PatchByID","consumes":["application/json"],"produces":[],"parameters":[{"name":"ID","in":"path","description":"key: ID","required":true,"type":"integer","format":"int32"},{"name":"QuotationItemQuantity","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/QuotationItemQuantity"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/QuotationItems":{"get":{"tags":[" Office - QuotationItems"],"summary":"Returns the EntitySet QuotationItems","operationId":"QuotationItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfQuotationItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - QuotationItems"],"summary":"Post a new entity to EntitySet QuotationItems","operationId":"QuotationItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"QuotationItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/QuotationItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/QuotationItems({QuotationItemId})":{"get":{"tags":[" Office - QuotationItems"],"summary":"Returns the entity with the key from QuotationItems","operationId":"QuotationItems_GetByQuotationitemid","consumes":[],"produces":[],"parameters":[{"name":"QuotationItemId","in":"path","description":"key: QuotationItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - QuotationItems"],"summary":"Replace entity in EntitySet QuotationItems","operationId":"QuotationItems_PutByQuotationitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"QuotationItemId","in":"path","description":"key: QuotationItemId","required":true,"type":"integer","format":"int32"},{"name":"QuotationItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/QuotationItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - QuotationItems"],"summary":"Delete entity in EntitySet QuotationItems","operationId":"QuotationItems_DeleteByQuotationitemid","consumes":[],"produces":[],"parameters":[{"name":"QuotationItemId","in":"path","description":"key: QuotationItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - QuotationItems"],"summary":"Update entity in EntitySet QuotationItems","operationId":"QuotationItems_PatchByQuotationitemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"QuotationItemId","in":"path","description":"key: QuotationItemId","required":true,"type":"integer","format":"int32"},{"name":"QuotationItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/QuotationItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/QuotationProgressPlans":{"get":{"tags":[" Office - QuotationProgressPlans"],"summary":"Returns the EntitySet QuotationProgressPlans","operationId":"QuotationProgressPlans_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfQuotationProgressPlan"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - QuotationProgressPlans"],"summary":"Post a new entity to EntitySet QuotationProgressPlans","operationId":"QuotationProgressPlans_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"QuotationProgressPlan","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/QuotationProgressPlan"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/QuotationProgressPlans({QuotationProgressPlanId})":{"get":{"tags":[" Office - QuotationProgressPlans"],"summary":"Returns the entity with the key from QuotationProgressPlans","operationId":"QuotationProgressPlans_GetByQuotationprogressplanid","consumes":[],"produces":[],"parameters":[{"name":"QuotationProgressPlanId","in":"path","description":"key: QuotationProgressPlanId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - QuotationProgressPlans"],"summary":"Replace entity in EntitySet QuotationProgressPlans","operationId":"QuotationProgressPlans_PutByQuotationprogressplanid","consumes":["application/json"],"produces":[],"parameters":[{"name":"QuotationProgressPlanId","in":"path","description":"key: QuotationProgressPlanId","required":true,"type":"integer","format":"int32"},{"name":"QuotationProgressPlan","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/QuotationProgressPlan"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - QuotationProgressPlans"],"summary":"Delete entity in EntitySet QuotationProgressPlans","operationId":"QuotationProgressPlans_DeleteByQuotationprogressplanid","consumes":[],"produces":[],"parameters":[{"name":"QuotationProgressPlanId","in":"path","description":"key: QuotationProgressPlanId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - QuotationProgressPlans"],"summary":"Update entity in EntitySet QuotationProgressPlans","operationId":"QuotationProgressPlans_PatchByQuotationprogressplanid","consumes":["application/json"],"produces":[],"parameters":[{"name":"QuotationProgressPlanId","in":"path","description":"key: QuotationProgressPlanId","required":true,"type":"integer","format":"int32"},{"name":"QuotationProgressPlan","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/QuotationProgressPlan"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/QuotationRequests":{"get":{"tags":[" Office - QuotationRequests"],"summary":"Returns the EntitySet QuotationRequests","operationId":"QuotationRequests_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfQuotationRequest"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - QuotationRequests"],"summary":"Post a new entity to EntitySet QuotationRequests","operationId":"QuotationRequests_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"QuotationRequest","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/QuotationRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/QuotationRequests({QuotationRequestId})":{"get":{"tags":[" Office - QuotationRequests"],"summary":"Returns the entity with the key from QuotationRequests","operationId":"QuotationRequests_GetByQuotationrequestid","consumes":[],"produces":[],"parameters":[{"name":"QuotationRequestId","in":"path","description":"key: QuotationRequestId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - QuotationRequests"],"summary":"Replace entity in EntitySet QuotationRequests","operationId":"QuotationRequests_PutByQuotationrequestid","consumes":["application/json"],"produces":[],"parameters":[{"name":"QuotationRequestId","in":"path","description":"key: QuotationRequestId","required":true,"type":"integer","format":"int32"},{"name":"QuotationRequest","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/QuotationRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - QuotationRequests"],"summary":"Delete entity in EntitySet QuotationRequests","operationId":"QuotationRequests_DeleteByQuotationrequestid","consumes":[],"produces":[],"parameters":[{"name":"QuotationRequestId","in":"path","description":"key: QuotationRequestId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - QuotationRequests"],"summary":"Update entity in EntitySet QuotationRequests","operationId":"QuotationRequests_PatchByQuotationrequestid","consumes":["application/json"],"produces":[],"parameters":[{"name":"QuotationRequestId","in":"path","description":"key: QuotationRequestId","required":true,"type":"integer","format":"int32"},{"name":"QuotationRequest","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/QuotationRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/QuotationRequests({QuotationRequestId})/Service.Export(generationOptions={generationOptions})":{"get":{"tags":[" Office - QuotationRequests"],"summary":"Call operation  Export","operationId":"QuotationRequests_ExportByQuotationrequestidAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"QuotationRequestId","in":"path","description":"key: QuotationRequestId","required":true,"type":"integer","format":"int32"},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/QuotationRequests/Service.GetQuotationRequestsListAsync(parameters={parameters})":{"get":{"tags":[" Office - QuotationRequests"],"summary":"Call operation  GetQuotationRequestsListAsync","operationId":"QuotationRequests_GetQuotationRequestsListAsyncByParameters","consumes":[],"produces":["application/json"],"parameters":[{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/QuotationRequestsListParameters"}},{"name":"cancellationToken","in":"body","required":true,"schema":{"$ref":"#/definitions/CancellationToken"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfQuotationRequest"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Quotations":{"get":{"tags":[" Office - Quotations"],"summary":"Returns the EntitySet Quotations","operationId":"Quotations_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfQuotation"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Quotations"],"summary":"Post a new entity to EntitySet Quotations","operationId":"Quotations_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"Quotation","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Quotation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Quotations({QuotationId})":{"get":{"tags":[" Office - Quotations"],"summary":"Returns the entity with the key from Quotations","operationId":"Quotations_GetByQuotationid","consumes":[],"produces":[],"parameters":[{"name":"QuotationId","in":"path","description":"key: QuotationId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Quotations"],"summary":"Replace entity in EntitySet Quotations","operationId":"Quotations_PutByQuotationid","consumes":["application/json"],"produces":[],"parameters":[{"name":"QuotationId","in":"path","description":"key: QuotationId","required":true,"type":"integer","format":"int32"},{"name":"Quotation","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/Quotation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Quotations"],"summary":"Delete entity in EntitySet Quotations","operationId":"Quotations_DeleteByQuotationid","consumes":[],"produces":[],"parameters":[{"name":"QuotationId","in":"path","description":"key: QuotationId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Quotations"],"summary":"Update entity in EntitySet Quotations","operationId":"Quotations_PatchByQuotationid","consumes":["application/json"],"produces":[],"parameters":[{"name":"QuotationId","in":"path","description":"key: QuotationId","required":true,"type":"integer","format":"int32"},{"name":"Quotation","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Quotation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Quotations({QuotationId})/Service.Export(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - Quotations"],"summary":"Call operation  Export","operationId":"Quotations_ExportByQuotationidAndParametersAndGenerationoptions","consumes":[],"produces":[],"parameters":[{"name":"QuotationId","in":"path","description":"key: QuotationId","required":true,"type":"integer","format":"int32"},{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/QuotationReportParameters"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Quotations/Service.GetQuotationsListAsync(parameters={parameters})":{"get":{"tags":[" Office - Quotations"],"summary":"Call operation  GetQuotationsListAsync","operationId":"Quotations_GetQuotationsListAsyncByParameters","consumes":[],"produces":["application/json"],"parameters":[{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/QuotationsListParameters"}},{"name":"cancellationToken","in":"body","required":true,"schema":{"$ref":"#/definitions/CancellationToken"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfQuotation"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/RecordLocks":{"get":{"tags":[" Office - RecordLocks"],"summary":"Returns the EntitySet RecordLocks","operationId":"RecordLocks_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfRecordLock"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - RecordLocks"],"summary":"Post a new entity to EntitySet RecordLocks","operationId":"RecordLocks_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"RecordLock","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/RecordLock"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/RecordLocks({RecordLockId})":{"get":{"tags":[" Office - RecordLocks"],"summary":"Returns the entity with the key from RecordLocks","operationId":"RecordLocks_GetByRecordlockid","consumes":[],"produces":[],"parameters":[{"name":"RecordLockId","in":"path","description":"key: RecordLockId","required":true,"type":"string","format":"uuid"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - RecordLocks"],"summary":"Replace entity in EntitySet RecordLocks","operationId":"RecordLocks_PutByRecordlockid","consumes":["application/json"],"produces":[],"parameters":[{"name":"RecordLockId","in":"path","description":"key: RecordLockId","required":true,"type":"string","format":"uuid"},{"name":"RecordLock","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/RecordLock"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - RecordLocks"],"summary":"Delete entity in EntitySet RecordLocks","operationId":"RecordLocks_DeleteByRecordlockid","consumes":[],"produces":[],"parameters":[{"name":"RecordLockId","in":"path","description":"key: RecordLockId","required":true,"type":"string","format":"uuid"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - RecordLocks"],"summary":"Update entity in EntitySet RecordLocks","operationId":"RecordLocks_PatchByRecordlockid","consumes":["application/json"],"produces":[],"parameters":[{"name":"RecordLockId","in":"path","description":"key: RecordLockId","required":true,"type":"string","format":"uuid"},{"name":"RecordLock","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/RecordLock"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/RecurringCharges":{"get":{"tags":[" Office - RecurringCharges"],"summary":"Returns the EntitySet RecurringCharges","operationId":"RecurringCharges_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfRecurringCharge"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - RecurringCharges"],"summary":"Post a new entity to EntitySet RecurringCharges","operationId":"RecurringCharges_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"RecurringCharge","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/RecurringCharge"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/RecurringCharges({RecurringChargeNo})":{"get":{"tags":[" Office - RecurringCharges"],"summary":"Returns the entity with the key from RecurringCharges","operationId":"RecurringCharges_GetByRecurringchargeno","consumes":[],"produces":[],"parameters":[{"name":"RecurringChargeNo","in":"path","description":"key: RecurringChargeNo","required":true,"type":"integer","format":"int64"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - RecurringCharges"],"summary":"Replace entity in EntitySet RecurringCharges","operationId":"RecurringCharges_PutByRecurringchargeno","consumes":["application/json"],"produces":[],"parameters":[{"name":"RecurringChargeNo","in":"path","description":"key: RecurringChargeNo","required":true,"type":"integer","format":"int64"},{"name":"RecurringCharge","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/RecurringCharge"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - RecurringCharges"],"summary":"Delete entity in EntitySet RecurringCharges","operationId":"RecurringCharges_DeleteByRecurringchargeno","consumes":[],"produces":[],"parameters":[{"name":"RecurringChargeNo","in":"path","description":"key: RecurringChargeNo","required":true,"type":"integer","format":"int64"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - RecurringCharges"],"summary":"Update entity in EntitySet RecurringCharges","operationId":"RecurringCharges_PatchByRecurringchargeno","consumes":["application/json"],"produces":[],"parameters":[{"name":"RecurringChargeNo","in":"path","description":"key: RecurringChargeNo","required":true,"type":"integer","format":"int64"},{"name":"RecurringCharge","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/RecurringCharge"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ReportLayouts":{"get":{"tags":[" Office - ReportLayouts"],"summary":"Returns the EntitySet ReportLayouts","operationId":"ReportLayouts_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfReportLayout"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ReportLayouts"],"summary":"Post a new entity to EntitySet ReportLayouts","operationId":"ReportLayouts_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ReportLayout","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ReportLayout"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ReportLayouts({Id})":{"get":{"tags":[" Office - ReportLayouts"],"summary":"Returns the entity with the key from ReportLayouts","operationId":"ReportLayouts_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"string","format":"uuid"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ReportLayouts"],"summary":"Replace entity in EntitySet ReportLayouts","operationId":"ReportLayouts_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"string","format":"uuid"},{"name":"ReportLayout","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ReportLayout"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ReportLayouts"],"summary":"Delete entity in EntitySet ReportLayouts","operationId":"ReportLayouts_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"string","format":"uuid"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ReportLayouts"],"summary":"Update entity in EntitySet ReportLayouts","operationId":"ReportLayouts_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"string","format":"uuid"},{"name":"ReportLayout","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ReportLayout"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ReportSettings":{"get":{"tags":[" Office - ReportSettings"],"summary":"Returns the EntitySet ReportSettings","operationId":"ReportSettings_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfReportSetting"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ReportSettings"],"summary":"Post a new entity to EntitySet ReportSettings","operationId":"ReportSettings_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ReportSetting","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ReportSetting"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ReportSettings({ReportSettingsId})":{"get":{"tags":[" Office - ReportSettings"],"summary":"Returns the entity with the key from ReportSettings","operationId":"ReportSettings_GetByReportsettingsid","consumes":[],"produces":[],"parameters":[{"name":"ReportSettingsId","in":"path","description":"key: ReportSettingsId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ReportSettings"],"summary":"Replace entity in EntitySet ReportSettings","operationId":"ReportSettings_PutByReportsettingsid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ReportSettingsId","in":"path","description":"key: ReportSettingsId","required":true,"type":"integer","format":"int32"},{"name":"ReportSetting","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ReportSetting"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ReportSettings"],"summary":"Delete entity in EntitySet ReportSettings","operationId":"ReportSettings_DeleteByReportsettingsid","consumes":[],"produces":[],"parameters":[{"name":"ReportSettingsId","in":"path","description":"key: ReportSettingsId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ReportSettings"],"summary":"Update entity in EntitySet ReportSettings","operationId":"ReportSettings_PatchByReportsettingsid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ReportSettingsId","in":"path","description":"key: ReportSettingsId","required":true,"type":"integer","format":"int32"},{"name":"ReportSetting","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ReportSetting"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/RequestStatus":{"get":{"tags":[" Office - RequestStatus"],"summary":"Returns the EntitySet RequestStatus","operationId":"RequestStatus_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfRequestStatus"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - RequestStatus"],"summary":"Post a new entity to EntitySet RequestStatus","operationId":"RequestStatus_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"RequestStatus","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/RequestStatus"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/RequestStatus({StatusId})":{"get":{"tags":[" Office - RequestStatus"],"summary":"Returns the entity with the key from RequestStatus","operationId":"RequestStatus_GetByStatusid","consumes":[],"produces":[],"parameters":[{"name":"StatusId","in":"path","description":"key: StatusId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - RequestStatus"],"summary":"Replace entity in EntitySet RequestStatus","operationId":"RequestStatus_PutByStatusid","consumes":["application/json"],"produces":[],"parameters":[{"name":"StatusId","in":"path","description":"key: StatusId","required":true,"type":"integer","format":"int32"},{"name":"RequestStatus","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/RequestStatus"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - RequestStatus"],"summary":"Delete entity in EntitySet RequestStatus","operationId":"RequestStatus_DeleteByStatusid","consumes":[],"produces":[],"parameters":[{"name":"StatusId","in":"path","description":"key: StatusId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - RequestStatus"],"summary":"Update entity in EntitySet RequestStatus","operationId":"RequestStatus_PatchByStatusid","consumes":["application/json"],"produces":[],"parameters":[{"name":"StatusId","in":"path","description":"key: StatusId","required":true,"type":"integer","format":"int32"},{"name":"RequestStatus","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/RequestStatus"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ResourceAbsences":{"get":{"tags":[" Office - ResourceAbsences"],"summary":"Returns the EntitySet ResourceAbsences","operationId":"ResourceAbsences_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfResourceAbsence"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ResourceAbsences"],"summary":"Post a new entity to EntitySet ResourceAbsences","operationId":"ResourceAbsences_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ResourceAbsence","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ResourceAbsence"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ResourceAbsences(ResourceNo={ResourceNo},SortOrderId={SortOrderId})":{"get":{"tags":[" Office - ResourceAbsences"],"summary":"Returns the entity with the key from ResourceAbsences","operationId":"ResourceAbsences_GetByResourcenoAndSortorderid","consumes":[],"produces":[],"parameters":[{"name":"ResourceNo","in":"path","description":"key: ResourceNo","required":true,"type":"integer","format":"int64"},{"name":"SortOrderId","in":"path","description":"key: SortOrderId","required":true,"type":"integer","format":"int64"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ResourceAbsences"],"summary":"Replace entity in EntitySet ResourceAbsences","operationId":"ResourceAbsences_PutByResourcenoAndSortorderid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ResourceNo","in":"path","description":"key: ResourceNo","required":true,"type":"integer","format":"int64"},{"name":"SortOrderId","in":"path","description":"key: SortOrderId","required":true,"type":"integer","format":"int64"},{"name":"ResourceAbsence","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ResourceAbsence"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ResourceAbsences"],"summary":"Delete entity in EntitySet ResourceAbsences","operationId":"ResourceAbsences_DeleteByResourcenoAndSortorderid","consumes":[],"produces":[],"parameters":[{"name":"ResourceNo","in":"path","description":"key: ResourceNo","required":true,"type":"integer","format":"int64"},{"name":"SortOrderId","in":"path","description":"key: SortOrderId","required":true,"type":"integer","format":"int64"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ResourceAbsences"],"summary":"Update entity in EntitySet ResourceAbsences","operationId":"ResourceAbsences_PatchByResourcenoAndSortorderid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ResourceNo","in":"path","description":"key: ResourceNo","required":true,"type":"integer","format":"int64"},{"name":"SortOrderId","in":"path","description":"key: SortOrderId","required":true,"type":"integer","format":"int64"},{"name":"ResourceAbsence","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ResourceAbsence"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ResourceAbsenceTypes":{"get":{"tags":[" Office - ResourceAbsenceTypes"],"summary":"Returns the EntitySet ResourceAbsenceTypes","operationId":"ResourceAbsenceTypes_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfResourceAbsenceType"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ResourceAbsenceTypes"],"summary":"Post a new entity to EntitySet ResourceAbsenceTypes","operationId":"ResourceAbsenceTypes_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ResourceAbsenceType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ResourceAbsenceType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ResourceAbsenceTypes('{AbsenceKey}')":{"get":{"tags":[" Office - ResourceAbsenceTypes"],"summary":"Returns the entity with the key from ResourceAbsenceTypes","operationId":"ResourceAbsenceTypes_GetByAbsencekey","consumes":[],"produces":[],"parameters":[{"name":"AbsenceKey","in":"path","description":"key: AbsenceKey","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ResourceAbsenceTypes"],"summary":"Replace entity in EntitySet ResourceAbsenceTypes","operationId":"ResourceAbsenceTypes_PutByAbsencekey","consumes":["application/json"],"produces":[],"parameters":[{"name":"AbsenceKey","in":"path","description":"key: AbsenceKey","required":true,"type":"string"},{"name":"ResourceAbsenceType","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ResourceAbsenceType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ResourceAbsenceTypes"],"summary":"Delete entity in EntitySet ResourceAbsenceTypes","operationId":"ResourceAbsenceTypes_DeleteByAbsencekey","consumes":[],"produces":[],"parameters":[{"name":"AbsenceKey","in":"path","description":"key: AbsenceKey","required":true,"type":"string"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ResourceAbsenceTypes"],"summary":"Update entity in EntitySet ResourceAbsenceTypes","operationId":"ResourceAbsenceTypes_PatchByAbsencekey","consumes":["application/json"],"produces":[],"parameters":[{"name":"AbsenceKey","in":"path","description":"key: AbsenceKey","required":true,"type":"string"},{"name":"ResourceAbsenceType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ResourceAbsenceType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Resources":{"get":{"tags":[" Office - Resources"],"summary":"Returns the EntitySet Resources","operationId":"Resources_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfResource"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Resources"],"summary":"Post a new entity to EntitySet Resources","operationId":"Resources_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"Resource","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Resource"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Resources({ResourceNo})":{"get":{"tags":[" Office - Resources"],"summary":"Returns the entity with the key from Resources","operationId":"Resources_GetByResourceno","consumes":[],"produces":[],"parameters":[{"name":"ResourceNo","in":"path","description":"key: ResourceNo","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Resources"],"summary":"Replace entity in EntitySet Resources","operationId":"Resources_PutByResourceno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ResourceNo","in":"path","description":"key: ResourceNo","required":true,"type":"integer","format":"int32"},{"name":"Resource","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/Resource"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Resources"],"summary":"Delete entity in EntitySet Resources","operationId":"Resources_DeleteByResourceno","consumes":[],"produces":[],"parameters":[{"name":"ResourceNo","in":"path","description":"key: ResourceNo","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Resources"],"summary":"Update entity in EntitySet Resources","operationId":"Resources_PatchByResourceno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ResourceNo","in":"path","description":"key: ResourceNo","required":true,"type":"integer","format":"int32"},{"name":"Resource","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Resource"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Resources({ResourceNo})/Service.GetQrCode()":{"get":{"tags":[" Office - Resources"],"summary":"Call operation  GetQrCode","operationId":"Resources_GetQrCodeByResourceno","consumes":[],"produces":["application/json"],"parameters":[{"name":"ResourceNo","in":"path","description":"key: ResourceNo","required":true,"type":"integer","format":"int32"},{"name":"size","in":"query","required":false,"type":"integer","format":"int32"},{"name":"ecc","in":"query","required":false,"type":"string","enum":["L","M","Q","H"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/SerialLetterAddresses":{"get":{"tags":[" Office - SerialLetterAddresses"],"summary":"Returns the EntitySet SerialLetterAddresses","operationId":"SerialLetterAddresses_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfSerialLetterAddress"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - SerialLetterAddresses"],"summary":"Post a new entity to EntitySet SerialLetterAddresses","operationId":"SerialLetterAddresses_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"SerialLetterAddress","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/SerialLetterAddress"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/SerialLetterAddresses(LetterNo={LetterNo},FiscalYearKey={FiscalYearKey},Matchcode='{Matchcode}')":{"get":{"tags":[" Office - SerialLetterAddresses"],"summary":"Returns the entity with the key from SerialLetterAddresses","operationId":"SerialLetterAddresses_GetByLetternoAndFiscalyearkeyAndMatchcode","consumes":[],"produces":["application/json"],"parameters":[{"name":"LetterNo","in":"path","description":"key: LetterNo","required":true,"type":"integer","format":"int64"},{"name":"FiscalYearKey","in":"path","description":"key: FiscalYearKey","required":true,"type":"integer","format":"int32"},{"name":"Matchcode","in":"path","description":"key: Matchcode","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfSerialLetterAddress"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ServiceItemGroups":{"get":{"tags":[" Office - ServiceItemGroups"],"summary":"Returns the EntitySet ServiceItemGroups","operationId":"ServiceItemGroups_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfServiceItemGroup"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ServiceItemGroups"],"summary":"Post a new entity to EntitySet ServiceItemGroups","operationId":"ServiceItemGroups_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ServiceItemGroup","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ServiceItemGroup"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ServiceItemGroups({Id})":{"get":{"tags":[" Office - ServiceItemGroups"],"summary":"Returns the entity with the key from ServiceItemGroups","operationId":"ServiceItemGroups_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ServiceItemGroups"],"summary":"Replace entity in EntitySet ServiceItemGroups","operationId":"ServiceItemGroups_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"ServiceItemGroup","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ServiceItemGroup"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ServiceItemGroups"],"summary":"Delete entity in EntitySet ServiceItemGroups","operationId":"ServiceItemGroups_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ServiceItemGroups"],"summary":"Update entity in EntitySet ServiceItemGroups","operationId":"ServiceItemGroups_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"ServiceItemGroup","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ServiceItemGroup"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ServiceItems":{"get":{"tags":[" Office - ServiceItems"],"summary":"Returns the EntitySet ServiceItems","operationId":"ServiceItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfServiceItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ServiceItems"],"summary":"Post a new entity to EntitySet ServiceItems","operationId":"ServiceItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ServiceItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ServiceItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ServiceItems({Id})":{"get":{"tags":[" Office - ServiceItems"],"summary":"Returns the entity with the key from ServiceItems","operationId":"ServiceItems_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ServiceItems"],"summary":"Replace entity in EntitySet ServiceItems","operationId":"ServiceItems_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"ServiceItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ServiceItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ServiceItems"],"summary":"Delete entity in EntitySet ServiceItems","operationId":"ServiceItems_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ServiceItems"],"summary":"Update entity in EntitySet ServiceItems","operationId":"ServiceItems_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"ServiceItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ServiceItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ServiceItemSubcontractorPrices":{"get":{"tags":[" Office - ServiceItemSubcontractorPrices"],"summary":"Returns the EntitySet ServiceItemSubcontractorPrices","operationId":"ServiceItemSubcontractorPrices_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfServiceItemSubcontractorPrice"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ServiceItemSubcontractorPrices"],"summary":"Post a new entity to EntitySet ServiceItemSubcontractorPrices","operationId":"ServiceItemSubcontractorPrices_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ServiceItemSubcontractorPrice","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ServiceItemSubcontractorPrice"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ServiceItemSubcontractorPrices({Id})":{"get":{"tags":[" Office - ServiceItemSubcontractorPrices"],"summary":"Returns the entity with the key from ServiceItemSubcontractorPrices","operationId":"ServiceItemSubcontractorPrices_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ServiceItemSubcontractorPrices"],"summary":"Replace entity in EntitySet ServiceItemSubcontractorPrices","operationId":"ServiceItemSubcontractorPrices_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"ServiceItemSubcontractorPrice","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ServiceItemSubcontractorPrice"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ServiceItemSubcontractorPrices"],"summary":"Delete entity in EntitySet ServiceItemSubcontractorPrices","operationId":"ServiceItemSubcontractorPrices_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ServiceItemSubcontractorPrices"],"summary":"Update entity in EntitySet ServiceItemSubcontractorPrices","operationId":"ServiceItemSubcontractorPrices_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"ServiceItemSubcontractorPrice","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ServiceItemSubcontractorPrice"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ServiceSheetProgressHistory":{"get":{"tags":[" Office - ServiceSheetProgressHistory"],"summary":"Returns the EntitySet ServiceSheetProgressHistory","operationId":"ServiceSheetProgressHistory_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfServiceSheetProgressHistory"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - ServiceSheetProgressHistory"],"summary":"Post a new entity to EntitySet ServiceSheetProgressHistory","operationId":"ServiceSheetProgressHistory_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"ServiceSheetProgressHistory","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/ServiceSheetProgressHistory"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/ServiceSheetProgressHistory({Id})":{"get":{"tags":[" Office - ServiceSheetProgressHistory"],"summary":"Returns the entity with the key from ServiceSheetProgressHistory","operationId":"ServiceSheetProgressHistory_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - ServiceSheetProgressHistory"],"summary":"Replace entity in EntitySet ServiceSheetProgressHistory","operationId":"ServiceSheetProgressHistory_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"ServiceSheetProgressHistory","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/ServiceSheetProgressHistory"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - ServiceSheetProgressHistory"],"summary":"Delete entity in EntitySet ServiceSheetProgressHistory","operationId":"ServiceSheetProgressHistory_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - ServiceSheetProgressHistory"],"summary":"Update entity in EntitySet ServiceSheetProgressHistory","operationId":"ServiceSheetProgressHistory_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"ServiceSheetProgressHistory","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/ServiceSheetProgressHistory"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Stocks":{"get":{"tags":[" Office - Stocks"],"summary":"Returns the EntitySet Stocks","operationId":"Stocks_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfStock"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Stocks"],"summary":"Post a new entity to EntitySet Stocks","operationId":"Stocks_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"Stock","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/Stock"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Stocks({StockNo})":{"get":{"tags":[" Office - Stocks"],"summary":"Returns the entity with the key from Stocks","operationId":"Stocks_GetByStockno","consumes":[],"produces":[],"parameters":[{"name":"StockNo","in":"path","description":"key: StockNo","required":true,"type":"integer","format":"int64"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Stocks"],"summary":"Replace entity in EntitySet Stocks","operationId":"Stocks_PutByStockno","consumes":["application/json"],"produces":[],"parameters":[{"name":"StockNo","in":"path","description":"key: StockNo","required":true,"type":"integer","format":"int64"},{"name":"Stock","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/Stock"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Stocks"],"summary":"Delete entity in EntitySet Stocks","operationId":"Stocks_DeleteByStockno","consumes":[],"produces":[],"parameters":[{"name":"StockNo","in":"path","description":"key: StockNo","required":true,"type":"integer","format":"int64"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Stocks"],"summary":"Update entity in EntitySet Stocks","operationId":"Stocks_PatchByStockno","consumes":["application/json"],"produces":[],"parameters":[{"name":"StockNo","in":"path","description":"key: StockNo","required":true,"type":"integer","format":"int64"},{"name":"Stock","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/Stock"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Stocks/Service.GetPartsOnStock(stockNo={stockNo},filter='{filter}')":{"get":{"tags":[" Office - Stocks"],"summary":"Call operation  GetPartsOnStock","operationId":"Stocks_GetPartsOnStockByStocknoAndFilter","consumes":[],"produces":["application/json"],"parameters":[{"name":"stockNo","in":"path","description":"parameter: stockNo","required":true,"type":"integer","format":"int64"},{"name":"filter","in":"path","description":"parameter: filter","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfPart"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/StockTransactionItems":{"get":{"tags":[" Office - StockTransactionItems"],"summary":"Returns the EntitySet StockTransactionItems","operationId":"StockTransactionItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfStockTransactionItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - StockTransactionItems"],"summary":"Post a new entity to EntitySet StockTransactionItems","operationId":"StockTransactionItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"StockTransactionItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/StockTransactionItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/StockTransactionItems(TransactionNo={TransactionNo},PartNo='{PartNo}',SupplierNo={SupplierNo},ItemId={ItemId})":{"get":{"tags":[" Office - StockTransactionItems"],"summary":"Returns the entity with the key from StockTransactionItems","operationId":"StockTransactionItems_GetByTransactionnoAndPartnoAndSuppliernoAndItemid","consumes":[],"produces":[],"parameters":[{"name":"TransactionNo","in":"path","description":"key: TransactionNo","required":true,"type":"integer","format":"int64"},{"name":"PartNo","in":"path","description":"key: PartNo","required":true,"type":"string"},{"name":"SupplierNo","in":"path","description":"key: SupplierNo","required":true,"type":"integer","format":"int64"},{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - StockTransactionItems"],"summary":"Replace entity in EntitySet StockTransactionItems","operationId":"StockTransactionItems_PutByTransactionnoAndPartnoAndSuppliernoAndItemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TransactionNo","in":"path","description":"key: TransactionNo","required":true,"type":"integer","format":"int64"},{"name":"PartNo","in":"path","description":"key: PartNo","required":true,"type":"string"},{"name":"SupplierNo","in":"path","description":"key: SupplierNo","required":true,"type":"integer","format":"int64"},{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"StockTransactionItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/StockTransactionItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - StockTransactionItems"],"summary":"Delete entity in EntitySet StockTransactionItems","operationId":"StockTransactionItems_DeleteByTransactionnoAndPartnoAndSuppliernoAndItemid","consumes":[],"produces":[],"parameters":[{"name":"TransactionNo","in":"path","description":"key: TransactionNo","required":true,"type":"integer","format":"int64"},{"name":"PartNo","in":"path","description":"key: PartNo","required":true,"type":"string"},{"name":"SupplierNo","in":"path","description":"key: SupplierNo","required":true,"type":"integer","format":"int64"},{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - StockTransactionItems"],"summary":"Update entity in EntitySet StockTransactionItems","operationId":"StockTransactionItems_PatchByTransactionnoAndPartnoAndSuppliernoAndItemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TransactionNo","in":"path","description":"key: TransactionNo","required":true,"type":"integer","format":"int64"},{"name":"PartNo","in":"path","description":"key: PartNo","required":true,"type":"string"},{"name":"SupplierNo","in":"path","description":"key: SupplierNo","required":true,"type":"integer","format":"int64"},{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"StockTransactionItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/StockTransactionItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/StockTransactions":{"get":{"tags":[" Office - StockTransactions"],"summary":"Returns the EntitySet StockTransactions","operationId":"StockTransactions_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfStockTransaction"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - StockTransactions"],"summary":"Post a new entity to EntitySet StockTransactions","operationId":"StockTransactions_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"StockTransaction","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/StockTransaction"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/StockTransactions({TransactionNo})":{"get":{"tags":[" Office - StockTransactions"],"summary":"Returns the entity with the key from StockTransactions","operationId":"StockTransactions_GetByTransactionno","consumes":[],"produces":[],"parameters":[{"name":"TransactionNo","in":"path","description":"key: TransactionNo","required":true,"type":"integer","format":"int64"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - StockTransactions"],"summary":"Replace entity in EntitySet StockTransactions","operationId":"StockTransactions_PutByTransactionno","consumes":["application/json"],"produces":[],"parameters":[{"name":"TransactionNo","in":"path","description":"key: TransactionNo","required":true,"type":"integer","format":"int64"},{"name":"StockTransaction","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/StockTransaction"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - StockTransactions"],"summary":"Delete entity in EntitySet StockTransactions","operationId":"StockTransactions_DeleteByTransactionno","consumes":[],"produces":[],"parameters":[{"name":"TransactionNo","in":"path","description":"key: TransactionNo","required":true,"type":"integer","format":"int64"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - StockTransactions"],"summary":"Update entity in EntitySet StockTransactions","operationId":"StockTransactions_PatchByTransactionno","consumes":["application/json"],"produces":[],"parameters":[{"name":"TransactionNo","in":"path","description":"key: TransactionNo","required":true,"type":"integer","format":"int64"},{"name":"StockTransaction","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/StockTransaction"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/StockTransactions({TransactionNo})/Service.SaveSignature":{"post":{"tags":[" Office - StockTransactions"],"summary":"Call operation  SaveSignature","operationId":"StockTransactions_SaveSignatureByTransactionno","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"TransactionNo","in":"path","description":"key: TransactionNo","required":true,"type":"integer","format":"int64"},{"name":"parameters","in":"body","description":"SaveSignature action parameters","required":false,"schema":{"properties":{"signatureName":{"type":"string"},"numberPlate":{"type":"string"},"signatureData":{"type":"string"}},"type":"object"}}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/StockTransactionSubTypes":{"get":{"tags":[" Office - StockTransactionSubTypes"],"summary":"Returns the EntitySet StockTransactionSubTypes","operationId":"StockTransactionSubTypes_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfStockTransactionSubType"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - StockTransactionSubTypes"],"summary":"Post a new entity to EntitySet StockTransactionSubTypes","operationId":"StockTransactionSubTypes_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"StockTransactionSubType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/StockTransactionSubType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/StockTransactionSubTypes(TransactionTypeId={TransactionTypeId},TransactionSubTypeId={TransactionSubTypeId})":{"get":{"tags":[" Office - StockTransactionSubTypes"],"summary":"Returns the entity with the key from StockTransactionSubTypes","operationId":"StockTransactionSubTypes_GetByTransactiontypeidAndTransactionsubtypeid","consumes":[],"produces":[],"parameters":[{"name":"TransactionTypeId","in":"path","description":"key: TransactionTypeId","required":true,"type":"integer","format":"int32"},{"name":"TransactionSubTypeId","in":"path","description":"key: TransactionSubTypeId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - StockTransactionSubTypes"],"summary":"Replace entity in EntitySet StockTransactionSubTypes","operationId":"StockTransactionSubTypes_PutByTransactiontypeidAndTransactionsubtypeid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TransactionTypeId","in":"path","description":"key: TransactionTypeId","required":true,"type":"integer","format":"int32"},{"name":"TransactionSubTypeId","in":"path","description":"key: TransactionSubTypeId","required":true,"type":"integer","format":"int32"},{"name":"StockTransactionSubType","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/StockTransactionSubType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - StockTransactionSubTypes"],"summary":"Delete entity in EntitySet StockTransactionSubTypes","operationId":"StockTransactionSubTypes_DeleteByTransactiontypeidAndTransactionsubtypeid","consumes":[],"produces":[],"parameters":[{"name":"TransactionTypeId","in":"path","description":"key: TransactionTypeId","required":true,"type":"integer","format":"int32"},{"name":"TransactionSubTypeId","in":"path","description":"key: TransactionSubTypeId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - StockTransactionSubTypes"],"summary":"Update entity in EntitySet StockTransactionSubTypes","operationId":"StockTransactionSubTypes_PatchByTransactiontypeidAndTransactionsubtypeid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TransactionTypeId","in":"path","description":"key: TransactionTypeId","required":true,"type":"integer","format":"int32"},{"name":"TransactionSubTypeId","in":"path","description":"key: TransactionSubTypeId","required":true,"type":"integer","format":"int32"},{"name":"StockTransactionSubType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/StockTransactionSubType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/StockTransactionTypes":{"get":{"tags":[" Office - StockTransactionTypes"],"summary":"Returns the EntitySet StockTransactionTypes","operationId":"StockTransactionTypes_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfStockTransactionType"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - StockTransactionTypes"],"summary":"Post a new entity to EntitySet StockTransactionTypes","operationId":"StockTransactionTypes_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"StockTransactionType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/StockTransactionType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/StockTransactionTypes({TransactionTypeId})":{"get":{"tags":[" Office - StockTransactionTypes"],"summary":"Returns the entity with the key from StockTransactionTypes","operationId":"StockTransactionTypes_GetByTransactiontypeid","consumes":[],"produces":[],"parameters":[{"name":"TransactionTypeId","in":"path","description":"key: TransactionTypeId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - StockTransactionTypes"],"summary":"Replace entity in EntitySet StockTransactionTypes","operationId":"StockTransactionTypes_PutByTransactiontypeid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TransactionTypeId","in":"path","description":"key: TransactionTypeId","required":true,"type":"integer","format":"int32"},{"name":"StockTransactionType","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/StockTransactionType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - StockTransactionTypes"],"summary":"Delete entity in EntitySet StockTransactionTypes","operationId":"StockTransactionTypes_DeleteByTransactiontypeid","consumes":[],"produces":[],"parameters":[{"name":"TransactionTypeId","in":"path","description":"key: TransactionTypeId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - StockTransactionTypes"],"summary":"Update entity in EntitySet StockTransactionTypes","operationId":"StockTransactionTypes_PatchByTransactiontypeid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TransactionTypeId","in":"path","description":"key: TransactionTypeId","required":true,"type":"integer","format":"int32"},{"name":"StockTransactionType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/StockTransactionType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TaxKeys":{"get":{"tags":[" Office - TaxKeys"],"summary":"Returns the EntitySet TaxKeys","operationId":"TaxKeys_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfTaxKey"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - TaxKeys"],"summary":"Post a new entity to EntitySet TaxKeys","operationId":"TaxKeys_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"TaxKey","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/TaxKey"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TaxKeys(TaxKeyId='{TaxKeyId}',Description='{Description}')":{"get":{"tags":[" Office - TaxKeys"],"summary":"Returns the entity with the key from TaxKeys","operationId":"TaxKeys_GetByTaxkeyidAndDescription","consumes":[],"produces":["application/json"],"parameters":[{"name":"TaxKeyId","in":"path","description":"key: TaxKeyId","required":true,"type":"string"},{"name":"Description","in":"path","description":"key: Description","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfTaxKey"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TechnicalContacts":{"get":{"tags":[" Office - TechnicalContacts"],"summary":"Returns the EntitySet TechnicalContacts","operationId":"TechnicalContacts_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfTechnicalContact"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - TechnicalContacts"],"summary":"Post a new entity to EntitySet TechnicalContacts","operationId":"TechnicalContacts_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"TechnicalContact","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/TechnicalContact"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TechnicalContacts({TechnicalContactId})":{"get":{"tags":[" Office - TechnicalContacts"],"summary":"Returns the entity with the key from TechnicalContacts","operationId":"TechnicalContacts_GetByTechnicalcontactid","consumes":[],"produces":[],"parameters":[{"name":"TechnicalContactId","in":"path","description":"key: TechnicalContactId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - TechnicalContacts"],"summary":"Replace entity in EntitySet TechnicalContacts","operationId":"TechnicalContacts_PutByTechnicalcontactid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TechnicalContactId","in":"path","description":"key: TechnicalContactId","required":true,"type":"integer","format":"int32"},{"name":"TechnicalContact","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/TechnicalContact"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - TechnicalContacts"],"summary":"Delete entity in EntitySet TechnicalContacts","operationId":"TechnicalContacts_DeleteByTechnicalcontactid","consumes":[],"produces":[],"parameters":[{"name":"TechnicalContactId","in":"path","description":"key: TechnicalContactId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - TechnicalContacts"],"summary":"Update entity in EntitySet TechnicalContacts","operationId":"TechnicalContacts_PatchByTechnicalcontactid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TechnicalContactId","in":"path","description":"key: TechnicalContactId","required":true,"type":"integer","format":"int32"},{"name":"TechnicalContact","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/TechnicalContact"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TextTemplates":{"get":{"tags":[" Office - TextTemplates"],"summary":"Returns the EntitySet TextTemplates","operationId":"TextTemplates_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfTextTemplate"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - TextTemplates"],"summary":"Post a new entity to EntitySet TextTemplates","operationId":"TextTemplates_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"TextTemplate","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/TextTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TextTemplates({TextTemplateId})":{"get":{"tags":[" Office - TextTemplates"],"summary":"Returns the entity with the key from TextTemplates","operationId":"TextTemplates_GetByTexttemplateid","consumes":[],"produces":[],"parameters":[{"name":"TextTemplateId","in":"path","description":"key: TextTemplateId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - TextTemplates"],"summary":"Replace entity in EntitySet TextTemplates","operationId":"TextTemplates_PutByTexttemplateid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TextTemplateId","in":"path","description":"key: TextTemplateId","required":true,"type":"integer","format":"int32"},{"name":"TextTemplate","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/TextTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - TextTemplates"],"summary":"Delete entity in EntitySet TextTemplates","operationId":"TextTemplates_DeleteByTexttemplateid","consumes":[],"produces":[],"parameters":[{"name":"TextTemplateId","in":"path","description":"key: TextTemplateId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - TextTemplates"],"summary":"Update entity in EntitySet TextTemplates","operationId":"TextTemplates_PatchByTexttemplateid","consumes":["application/json"],"produces":[],"parameters":[{"name":"TextTemplateId","in":"path","description":"key: TextTemplateId","required":true,"type":"integer","format":"int32"},{"name":"TextTemplate","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/TextTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TimeTrackEvents":{"get":{"tags":[" Office - TimeTrackEvents"],"summary":"Returns the EntitySet TimeTrackEvents","operationId":"TimeTrackEvents_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfTimeTrackEvent"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - TimeTrackEvents"],"summary":"Post a new entity to EntitySet TimeTrackEvents","operationId":"TimeTrackEvents_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"TimeTrackEvent","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/TimeTrackEvent"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TimeTrackEvents({Uid})":{"get":{"tags":[" Office - TimeTrackEvents"],"summary":"Returns the entity with the key from TimeTrackEvents","operationId":"TimeTrackEvents_GetByUid","consumes":[],"produces":[],"parameters":[{"name":"Uid","in":"path","description":"key: Uid","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - TimeTrackEvents"],"summary":"Replace entity in EntitySet TimeTrackEvents","operationId":"TimeTrackEvents_PutByUid","consumes":["application/json"],"produces":[],"parameters":[{"name":"Uid","in":"path","description":"key: Uid","required":true,"type":"integer","format":"int32"},{"name":"TimeTrackEvent","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/TimeTrackEvent"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - TimeTrackEvents"],"summary":"Delete entity in EntitySet TimeTrackEvents","operationId":"TimeTrackEvents_DeleteByUid","consumes":[],"produces":[],"parameters":[{"name":"Uid","in":"path","description":"key: Uid","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - TimeTrackEvents"],"summary":"Update entity in EntitySet TimeTrackEvents","operationId":"TimeTrackEvents_PatchByUid","consumes":["application/json"],"produces":[],"parameters":[{"name":"Uid","in":"path","description":"key: Uid","required":true,"type":"integer","format":"int32"},{"name":"TimeTrackEvent","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/TimeTrackEvent"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TimeTrackEvents/Service.CreateFromSimpleEvents":{"post":{"tags":[" Office - TimeTrackEvents"],"summary":"Call operation  CreateFromSimpleEvents","operationId":"TimeTrackEvents_CreateFromSimpleEvents","consumes":["application/json"],"produces":[],"parameters":[{"name":"parameters","in":"body","description":"CreateFromSimpleEvents action parameters","required":false,"schema":{"properties":{"events":{"items":{"$ref":"#/definitions/SimpleEvent"},"type":"array"}},"type":"object"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TranslationLanguages":{"get":{"tags":[" Office - TranslationLanguages"],"summary":"Returns the EntitySet TranslationLanguages","operationId":"TranslationLanguages_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfTranslationLanguage"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - TranslationLanguages"],"summary":"Post a new entity to EntitySet TranslationLanguages","operationId":"TranslationLanguages_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"TranslationLanguage","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/TranslationLanguage"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TranslationLanguages('{LanguageId}')":{"get":{"tags":[" Office - TranslationLanguages"],"summary":"Returns the entity with the key from TranslationLanguages","operationId":"TranslationLanguages_GetByLanguageid","consumes":[],"produces":[],"parameters":[{"name":"LanguageId","in":"path","description":"key: LanguageId","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - TranslationLanguages"],"summary":"Replace entity in EntitySet TranslationLanguages","operationId":"TranslationLanguages_PutByLanguageid","consumes":["application/json"],"produces":[],"parameters":[{"name":"LanguageId","in":"path","description":"key: LanguageId","required":true,"type":"string"},{"name":"TranslationLanguage","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/TranslationLanguage"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - TranslationLanguages"],"summary":"Delete entity in EntitySet TranslationLanguages","operationId":"TranslationLanguages_DeleteByLanguageid","consumes":[],"produces":[],"parameters":[{"name":"LanguageId","in":"path","description":"key: LanguageId","required":true,"type":"string"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - TranslationLanguages"],"summary":"Update entity in EntitySet TranslationLanguages","operationId":"TranslationLanguages_PatchByLanguageid","consumes":["application/json"],"produces":[],"parameters":[{"name":"LanguageId","in":"path","description":"key: LanguageId","required":true,"type":"string"},{"name":"TranslationLanguage","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/TranslationLanguage"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TranslationTextItems":{"get":{"tags":[" Office - TranslationTextItems"],"summary":"Returns the EntitySet TranslationTextItems","operationId":"TranslationTextItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfTranslationTextItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - TranslationTextItems"],"summary":"Post a new entity to EntitySet TranslationTextItems","operationId":"TranslationTextItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"TranslationTextItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/TranslationTextItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/TranslationTextItems({ItemId})":{"get":{"tags":[" Office - TranslationTextItems"],"summary":"Returns the entity with the key from TranslationTextItems","operationId":"TranslationTextItems_GetByItemid","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - TranslationTextItems"],"summary":"Replace entity in EntitySet TranslationTextItems","operationId":"TranslationTextItems_PutByItemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"TranslationTextItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/TranslationTextItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - TranslationTextItems"],"summary":"Delete entity in EntitySet TranslationTextItems","operationId":"TranslationTextItems_DeleteByItemid","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - TranslationTextItems"],"summary":"Update entity in EntitySet TranslationTextItems","operationId":"TranslationTextItems_PatchByItemid","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"TranslationTextItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/TranslationTextItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/UISettingsAndDynamicData":{"get":{"tags":[" Office - UISettingsAndDynamicData"],"summary":"Returns the EntitySet UISettingsAndDynamicData","operationId":"UISettingsAndDynamicData_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfUISettingsAndDynamicData"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - UISettingsAndDynamicData"],"summary":"Post a new entity to EntitySet UISettingsAndDynamicData","operationId":"UISettingsAndDynamicData_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"UISettingsAndDynamicData","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/UISettingsAndDynamicData"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/UISettingsAndDynamicData({Id})":{"get":{"tags":[" Office - UISettingsAndDynamicData"],"summary":"Returns the entity with the key from UISettingsAndDynamicData","operationId":"UISettingsAndDynamicData_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - UISettingsAndDynamicData"],"summary":"Replace entity in EntitySet UISettingsAndDynamicData","operationId":"UISettingsAndDynamicData_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"UISettingsAndDynamicData","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/UISettingsAndDynamicData"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - UISettingsAndDynamicData"],"summary":"Delete entity in EntitySet UISettingsAndDynamicData","operationId":"UISettingsAndDynamicData_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - UISettingsAndDynamicData"],"summary":"Update entity in EntitySet UISettingsAndDynamicData","operationId":"UISettingsAndDynamicData_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"UISettingsAndDynamicData","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/UISettingsAndDynamicData"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Users":{"get":{"tags":[" Office - Users"],"summary":"Returns the EntitySet Users","operationId":"Users_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfUser"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - Users"],"summary":"Post a new entity to EntitySet Users","operationId":"Users_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"User","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/User"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Users({UserId})":{"get":{"tags":[" Office - Users"],"summary":"Returns the entity with the key from Users","operationId":"Users_GetByUserid","consumes":[],"produces":[],"parameters":[{"name":"UserId","in":"path","description":"key: UserId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - Users"],"summary":"Replace entity in EntitySet Users","operationId":"Users_PutByUserid","consumes":["application/json"],"produces":[],"parameters":[{"name":"UserId","in":"path","description":"key: UserId","required":true,"type":"integer","format":"int32"},{"name":"User","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/User"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - Users"],"summary":"Delete entity in EntitySet Users","operationId":"Users_DeleteByUserid","consumes":[],"produces":[],"parameters":[{"name":"UserId","in":"path","description":"key: UserId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - Users"],"summary":"Update entity in EntitySet Users","operationId":"Users_PatchByUserid","consumes":["application/json"],"produces":[],"parameters":[{"name":"UserId","in":"path","description":"key: UserId","required":true,"type":"integer","format":"int32"},{"name":"User","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/User"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Users/Service.GetCurrentUserAsync()":{"get":{"tags":[" Office - Users"],"summary":"Call operation  GetCurrentUserAsync","operationId":"Users_GetCurrentUserAsync","consumes":[],"produces":["application/json"],"parameters":[{"name":"cancellationToken","in":"body","required":true,"schema":{"$ref":"#/definitions/CancellationToken"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/User"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Users/Service.GetUserRights()":{"get":{"tags":[" Office - Users"],"summary":"Call operation  GetUserRights","operationId":"Users_GetUserRights","consumes":[],"produces":[],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfUserPermissions"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/Users/Service.GetCurrentUser()":{"get":{"tags":[" Office - Users"],"summary":"Call operation  GetCurrentUser","operationId":"Users_GetCurrentUser","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/User"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WageTypes":{"get":{"tags":[" Office - WageTypes"],"summary":"Returns the EntitySet WageTypes","operationId":"WageTypes_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfWageType"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - WageTypes"],"summary":"Post a new entity to EntitySet WageTypes","operationId":"WageTypes_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"WageType","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/WageType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WageTypes(WageTypeKey='{WageTypeKey}',ValidFrom={ValidFrom},ValidEndDate={ValidEndDate})":{"get":{"tags":[" Office - WageTypes"],"summary":"Returns the entity with the key from WageTypes","operationId":"WageTypes_GetByWagetypekeyAndValidfromAndValidenddate","consumes":[],"produces":[],"parameters":[{"name":"WageTypeKey","in":"path","description":"key: WageTypeKey","required":true,"type":"string"},{"name":"ValidFrom","in":"path","description":"key: ValidFrom","required":true,"type":"string","format":"date-time"},{"name":"ValidEndDate","in":"path","description":"key: ValidEndDate","required":true,"type":"string","format":"date-time"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - WageTypes"],"summary":"Replace entity in EntitySet WageTypes","operationId":"WageTypes_PutByWagetypekeyAndValidfromAndValidenddate","consumes":["application/json"],"produces":[],"parameters":[{"name":"WageTypeKey","in":"path","description":"key: WageTypeKey","required":true,"type":"string"},{"name":"ValidFrom","in":"path","description":"key: ValidFrom","required":true,"type":"string","format":"date-time"},{"name":"ValidEndDate","in":"path","description":"key: ValidEndDate","required":true,"type":"string","format":"date-time"},{"name":"WageType","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/WageType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - WageTypes"],"summary":"Delete entity in EntitySet WageTypes","operationId":"WageTypes_DeleteByWagetypekeyAndValidfromAndValidenddate","consumes":[],"produces":[],"parameters":[{"name":"WageTypeKey","in":"path","description":"key: WageTypeKey","required":true,"type":"string"},{"name":"ValidFrom","in":"path","description":"key: ValidFrom","required":true,"type":"string","format":"date-time"},{"name":"ValidEndDate","in":"path","description":"key: ValidEndDate","required":true,"type":"string","format":"date-time"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - WageTypes"],"summary":"Update entity in EntitySet WageTypes","operationId":"WageTypes_PatchByWagetypekeyAndValidfromAndValidenddate","consumes":["application/json"],"produces":[],"parameters":[{"name":"WageTypeKey","in":"path","description":"key: WageTypeKey","required":true,"type":"string"},{"name":"ValidFrom","in":"path","description":"key: ValidFrom","required":true,"type":"string","format":"date-time"},{"name":"ValidEndDate","in":"path","description":"key: ValidEndDate","required":true,"type":"string","format":"date-time"},{"name":"WageType","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/WageType"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkingAreas":{"get":{"tags":[" Office - WorkingAreas"],"summary":"Returns the EntitySet WorkingAreas","operationId":"WorkingAreas_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfWorkingArea"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - WorkingAreas"],"summary":"Post a new entity to EntitySet WorkingAreas","operationId":"WorkingAreas_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkingArea","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/WorkingArea"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkingAreas('{WorkingAreaKey}')":{"get":{"tags":[" Office - WorkingAreas"],"summary":"Returns the entity with the key from WorkingAreas","operationId":"WorkingAreas_GetByWorkingareakey","consumes":[],"produces":[],"parameters":[{"name":"WorkingAreaKey","in":"path","description":"key: WorkingAreaKey","required":true,"type":"string"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - WorkingAreas"],"summary":"Replace entity in EntitySet WorkingAreas","operationId":"WorkingAreas_PutByWorkingareakey","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkingAreaKey","in":"path","description":"key: WorkingAreaKey","required":true,"type":"string"},{"name":"WorkingArea","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/WorkingArea"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - WorkingAreas"],"summary":"Delete entity in EntitySet WorkingAreas","operationId":"WorkingAreas_DeleteByWorkingareakey","consumes":[],"produces":[],"parameters":[{"name":"WorkingAreaKey","in":"path","description":"key: WorkingAreaKey","required":true,"type":"string"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - WorkingAreas"],"summary":"Update entity in EntitySet WorkingAreas","operationId":"WorkingAreas_PatchByWorkingareakey","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkingAreaKey","in":"path","description":"key: WorkingAreaKey","required":true,"type":"string"},{"name":"WorkingArea","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/WorkingArea"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkingHourRestPeriods":{"get":{"tags":[" Office - WorkingHourRestPeriods"],"summary":"Returns the EntitySet WorkingHourRestPeriods","operationId":"WorkingHourRestPeriods_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfWorkingHourRestPeriod"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - WorkingHourRestPeriods"],"summary":"Post a new entity to EntitySet WorkingHourRestPeriods","operationId":"WorkingHourRestPeriods_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkingHourRestPeriod","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/WorkingHourRestPeriod"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkingHourRestPeriods({WorkingHourRestPeriodId})":{"get":{"tags":[" Office - WorkingHourRestPeriods"],"summary":"Returns the entity with the key from WorkingHourRestPeriods","operationId":"WorkingHourRestPeriods_GetByWorkinghourrestperiodid","consumes":[],"produces":[],"parameters":[{"name":"WorkingHourRestPeriodId","in":"path","description":"key: WorkingHourRestPeriodId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - WorkingHourRestPeriods"],"summary":"Replace entity in EntitySet WorkingHourRestPeriods","operationId":"WorkingHourRestPeriods_PutByWorkinghourrestperiodid","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkingHourRestPeriodId","in":"path","description":"key: WorkingHourRestPeriodId","required":true,"type":"integer","format":"int32"},{"name":"WorkingHourRestPeriod","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/WorkingHourRestPeriod"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - WorkingHourRestPeriods"],"summary":"Delete entity in EntitySet WorkingHourRestPeriods","operationId":"WorkingHourRestPeriods_DeleteByWorkinghourrestperiodid","consumes":[],"produces":[],"parameters":[{"name":"WorkingHourRestPeriodId","in":"path","description":"key: WorkingHourRestPeriodId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - WorkingHourRestPeriods"],"summary":"Update entity in EntitySet WorkingHourRestPeriods","operationId":"WorkingHourRestPeriods_PatchByWorkinghourrestperiodid","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkingHourRestPeriodId","in":"path","description":"key: WorkingHourRestPeriodId","required":true,"type":"integer","format":"int32"},{"name":"WorkingHourRestPeriod","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/WorkingHourRestPeriod"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkingHours":{"get":{"tags":[" Office - WorkingHours"],"summary":"Returns the EntitySet WorkingHours","operationId":"WorkingHours_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfWorkingHour"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - WorkingHours"],"summary":"Post a new entity to EntitySet WorkingHours","operationId":"WorkingHours_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkingHour","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/WorkingHour"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkingHours({Id})":{"get":{"tags":[" Office - WorkingHours"],"summary":"Returns the entity with the key from WorkingHours","operationId":"WorkingHours_GetById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - WorkingHours"],"summary":"Replace entity in EntitySet WorkingHours","operationId":"WorkingHours_PutById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"WorkingHour","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/WorkingHour"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - WorkingHours"],"summary":"Delete entity in EntitySet WorkingHours","operationId":"WorkingHours_DeleteById","consumes":[],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - WorkingHours"],"summary":"Update entity in EntitySet WorkingHours","operationId":"WorkingHours_PatchById","consumes":["application/json"],"produces":[],"parameters":[{"name":"Id","in":"path","description":"key: Id","required":true,"type":"integer","format":"int32"},{"name":"WorkingHour","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/WorkingHour"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrderHours":{"get":{"tags":[" Office - WorkOrderHours"],"summary":"Returns the EntitySet WorkOrderHours","operationId":"WorkOrderHours_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfWorkOrderHour"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - WorkOrderHours"],"summary":"Post a new entity to EntitySet WorkOrderHours","operationId":"WorkOrderHours_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkOrderHour","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/WorkOrderHour"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrderHours({WorkOrderHourId})":{"get":{"tags":[" Office - WorkOrderHours"],"summary":"Returns the entity with the key from WorkOrderHours","operationId":"WorkOrderHours_GetByWorkorderhourid","consumes":[],"produces":[],"parameters":[{"name":"WorkOrderHourId","in":"path","description":"key: WorkOrderHourId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - WorkOrderHours"],"summary":"Replace entity in EntitySet WorkOrderHours","operationId":"WorkOrderHours_PutByWorkorderhourid","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkOrderHourId","in":"path","description":"key: WorkOrderHourId","required":true,"type":"integer","format":"int32"},{"name":"WorkOrderHour","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/WorkOrderHour"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - WorkOrderHours"],"summary":"Delete entity in EntitySet WorkOrderHours","operationId":"WorkOrderHours_DeleteByWorkorderhourid","consumes":[],"produces":[],"parameters":[{"name":"WorkOrderHourId","in":"path","description":"key: WorkOrderHourId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - WorkOrderHours"],"summary":"Update entity in EntitySet WorkOrderHours","operationId":"WorkOrderHours_PatchByWorkorderhourid","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkOrderHourId","in":"path","description":"key: WorkOrderHourId","required":true,"type":"integer","format":"int32"},{"name":"WorkOrderHour","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/WorkOrderHour"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrderOperations":{"get":{"tags":[" Office - WorkOrderOperations"],"summary":"Returns the EntitySet WorkOrderOperations","operationId":"WorkOrderOperations_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfWorkOrderOperation"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - WorkOrderOperations"],"summary":"Post a new entity to EntitySet WorkOrderOperations","operationId":"WorkOrderOperations_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkOrderOperation","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/WorkOrderOperation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrderOperations({OperationId})":{"get":{"tags":[" Office - WorkOrderOperations"],"summary":"Returns the entity with the key from WorkOrderOperations","operationId":"WorkOrderOperations_GetByOperationid","consumes":[],"produces":[],"parameters":[{"name":"OperationId","in":"path","description":"key: OperationId","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - WorkOrderOperations"],"summary":"Replace entity in EntitySet WorkOrderOperations","operationId":"WorkOrderOperations_PutByOperationid","consumes":["application/json"],"produces":[],"parameters":[{"name":"OperationId","in":"path","description":"key: OperationId","required":true,"type":"integer","format":"int32"},{"name":"WorkOrderOperation","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/WorkOrderOperation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - WorkOrderOperations"],"summary":"Delete entity in EntitySet WorkOrderOperations","operationId":"WorkOrderOperations_DeleteByOperationid","consumes":[],"produces":[],"parameters":[{"name":"OperationId","in":"path","description":"key: OperationId","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - WorkOrderOperations"],"summary":"Update entity in EntitySet WorkOrderOperations","operationId":"WorkOrderOperations_PatchByOperationid","consumes":["application/json"],"produces":[],"parameters":[{"name":"OperationId","in":"path","description":"key: OperationId","required":true,"type":"integer","format":"int32"},{"name":"WorkOrderOperation","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/WorkOrderOperation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrders":{"get":{"tags":[" Office - WorkOrders"],"summary":"Returns the EntitySet WorkOrders","operationId":"WorkOrders_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfWorkOrder"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - WorkOrders"],"summary":"Post a new entity to EntitySet WorkOrders","operationId":"WorkOrders_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkOrder","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/WorkOrder"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrders(ProjectNo={ProjectNo},WorkOrderNo={WorkOrderNo})":{"get":{"tags":[" Office - WorkOrders"],"summary":"Returns the entity with the key from WorkOrders","operationId":"WorkOrders_GetByProjectnoAndWorkorderno","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderNo","in":"path","description":"key: WorkOrderNo","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - WorkOrders"],"summary":"Replace entity in EntitySet WorkOrders","operationId":"WorkOrders_PutByProjectnoAndWorkorderno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderNo","in":"path","description":"key: WorkOrderNo","required":true,"type":"integer","format":"int32"},{"name":"WorkOrder","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/WorkOrder"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - WorkOrders"],"summary":"Delete entity in EntitySet WorkOrders","operationId":"WorkOrders_DeleteByProjectnoAndWorkorderno","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderNo","in":"path","description":"key: WorkOrderNo","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - WorkOrders"],"summary":"Update entity in EntitySet WorkOrders","operationId":"WorkOrders_PatchByProjectnoAndWorkorderno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderNo","in":"path","description":"key: WorkOrderNo","required":true,"type":"integer","format":"int32"},{"name":"WorkOrder","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/WorkOrder"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrders(ProjectNo={ProjectNo},WorkOrderNo={WorkOrderNo})/Service.Export(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - WorkOrders"],"summary":"Call operation  Export","operationId":"WorkOrders_ExportByProjectnoAndWorkordernoAndParametersAndGenerationoptions","consumes":[],"produces":["application/json"],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderNo","in":"path","description":"key: WorkOrderNo","required":true,"type":"integer","format":"int32"},{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/WorkOrderReportParameters"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrders(ProjectNo={ProjectNo},WorkOrderNo={WorkOrderNo})/Service.ExportStructure(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - WorkOrders"],"summary":"Call operation  ExportStructure","operationId":"WorkOrders_ExportStructureByProjectnoAndWorkordernoAndParametersAndGenerationoptions","consumes":[],"produces":["application/json"],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderNo","in":"path","description":"key: WorkOrderNo","required":true,"type":"integer","format":"int32"},{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/WorkOrderStructureReportParameters"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrders(ProjectNo={ProjectNo},WorkOrderNo={WorkOrderNo})/Service.ExportHazardAnalysis(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - WorkOrders"],"summary":"Call operation  ExportHazardAnalysis","operationId":"WorkOrders_ExportHazardAnalysisByProjectnoAndWorkordernoAndParametersAndGenerationoptions","consumes":[],"produces":["application/json"],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderNo","in":"path","description":"key: WorkOrderNo","required":true,"type":"integer","format":"int32"},{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/WorkOrderHazardAnalysisReportParameters"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrders(ProjectNo={ProjectNo},WorkOrderNo={WorkOrderNo})/Service.ExportDailyServiceSheet(parameters={parameters},generationOptions={generationOptions})":{"get":{"tags":[" Office - WorkOrders"],"summary":"Call operation  ExportDailyServiceSheet","operationId":"WorkOrders_ExportDailyServiceSheetByProjectnoAndWorkordernoAndParametersAndGenerationoptions","consumes":[],"produces":["application/json"],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderNo","in":"path","description":"key: WorkOrderNo","required":true,"type":"integer","format":"int32"},{"name":"parameters","in":"path","description":"parameter: parameters","required":true,"schema":{"$ref":"#/definitions/WorkOrderDailyServiceSheetReportParameters"}},{"name":"generationOptions","in":"path","description":"parameter: generationOptions","required":true,"schema":{"$ref":"#/definitions/ReportGenerationOptions"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ByteArrayContent"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrders/Service.GetWorkOrderByKey(projectNo={projectNo},workOrderNo={workOrderNo})":{"get":{"tags":[" Office - WorkOrders"],"summary":"Call operation  GetWorkOrderByKey","operationId":"WorkOrders_GetWorkOrderByKey","consumes":[],"produces":["application/json"],"parameters":[{"name":"projectNo","in":"path","description":"parameter: projectNo","required":true,"type":"integer","format":"int64"},{"name":"workOrderNo","in":"path","description":"parameter: workOrderNo","required":true,"type":"integer","format":"int32"},{"name":"cancellationToken","in":"body","required":true,"schema":{"$ref":"#/definitions/CancellationToken"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfWorkOrder"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrderServiceSheetItems":{"get":{"tags":[" Office - WorkOrderServiceSheetItems"],"summary":"Returns the EntitySet WorkOrderServiceSheetItems","operationId":"WorkOrderServiceSheetItems_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfWorkOrderServiceSheetItem"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - WorkOrderServiceSheetItems"],"summary":"Post a new entity to EntitySet WorkOrderServiceSheetItems","operationId":"WorkOrderServiceSheetItems_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkOrderServiceSheetItem","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/WorkOrderServiceSheetItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrderServiceSheetItems(ItemId={ItemId},ProjectNo={ProjectNo},WorkOrderOriginNo={WorkOrderOriginNo})":{"get":{"tags":[" Office - WorkOrderServiceSheetItems"],"summary":"Returns the entity with the key from WorkOrderServiceSheetItems","operationId":"WorkOrderServiceSheetItems_GetByItemidAndProjectnoAndWorkorderoriginno","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderOriginNo","in":"path","description":"key: WorkOrderOriginNo","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - WorkOrderServiceSheetItems"],"summary":"Replace entity in EntitySet WorkOrderServiceSheetItems","operationId":"WorkOrderServiceSheetItems_PutByItemidAndProjectnoAndWorkorderoriginno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderOriginNo","in":"path","description":"key: WorkOrderOriginNo","required":true,"type":"integer","format":"int32"},{"name":"WorkOrderServiceSheetItem","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/WorkOrderServiceSheetItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - WorkOrderServiceSheetItems"],"summary":"Delete entity in EntitySet WorkOrderServiceSheetItems","operationId":"WorkOrderServiceSheetItems_DeleteByItemidAndProjectnoAndWorkorderoriginno","consumes":[],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderOriginNo","in":"path","description":"key: WorkOrderOriginNo","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - WorkOrderServiceSheetItems"],"summary":"Update entity in EntitySet WorkOrderServiceSheetItems","operationId":"WorkOrderServiceSheetItems_PatchByItemidAndProjectnoAndWorkorderoriginno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ItemId","in":"path","description":"key: ItemId","required":true,"type":"integer","format":"int32"},{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderOriginNo","in":"path","description":"key: WorkOrderOriginNo","required":true,"type":"integer","format":"int32"},{"name":"WorkOrderServiceSheetItem","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/WorkOrderServiceSheetItem"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrderServiceSheets":{"get":{"tags":[" Office - WorkOrderServiceSheets"],"summary":"Returns the EntitySet WorkOrderServiceSheets","operationId":"WorkOrderServiceSheets_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfWorkOrderServiceSheet"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - WorkOrderServiceSheets"],"summary":"Post a new entity to EntitySet WorkOrderServiceSheets","operationId":"WorkOrderServiceSheets_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkOrderServiceSheet","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/WorkOrderServiceSheet"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrderServiceSheets(ProjectNo={ProjectNo},WorkOrderOriginNo={WorkOrderOriginNo})":{"get":{"tags":[" Office - WorkOrderServiceSheets"],"summary":"Returns the entity with the key from WorkOrderServiceSheets","operationId":"WorkOrderServiceSheets_GetByProjectnoAndWorkorderoriginno","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderOriginNo","in":"path","description":"key: WorkOrderOriginNo","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - WorkOrderServiceSheets"],"summary":"Replace entity in EntitySet WorkOrderServiceSheets","operationId":"WorkOrderServiceSheets_PutByProjectnoAndWorkorderoriginno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderOriginNo","in":"path","description":"key: WorkOrderOriginNo","required":true,"type":"integer","format":"int32"},{"name":"WorkOrderServiceSheet","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/WorkOrderServiceSheet"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - WorkOrderServiceSheets"],"summary":"Delete entity in EntitySet WorkOrderServiceSheets","operationId":"WorkOrderServiceSheets_DeleteByProjectnoAndWorkorderoriginno","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderOriginNo","in":"path","description":"key: WorkOrderOriginNo","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - WorkOrderServiceSheets"],"summary":"Update entity in EntitySet WorkOrderServiceSheets","operationId":"WorkOrderServiceSheets_PatchByProjectnoAndWorkorderoriginno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderOriginNo","in":"path","description":"key: WorkOrderOriginNo","required":true,"type":"integer","format":"int32"},{"name":"WorkOrderServiceSheet","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/WorkOrderServiceSheet"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrderStatus":{"get":{"tags":[" Office - WorkOrderStatus"],"summary":"Returns the EntitySet WorkOrderStatus","operationId":"WorkOrderStatus_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfWorkOrderStatus"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - WorkOrderStatus"],"summary":"Post a new entity to EntitySet WorkOrderStatus","operationId":"WorkOrderStatus_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkOrderStatus","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/WorkOrderStatus"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrderStatus(ProjectNo={ProjectNo},WorkOrderNo={WorkOrderNo},TypeNo={TypeNo})":{"get":{"tags":[" Office - WorkOrderStatus"],"summary":"Returns the entity with the key from WorkOrderStatus","operationId":"WorkOrderStatus_GetByProjectnoAndWorkordernoAndTypeno","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderNo","in":"path","description":"key: WorkOrderNo","required":true,"type":"integer","format":"int32"},{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - WorkOrderStatus"],"summary":"Replace entity in EntitySet WorkOrderStatus","operationId":"WorkOrderStatus_PutByProjectnoAndWorkordernoAndTypeno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderNo","in":"path","description":"key: WorkOrderNo","required":true,"type":"integer","format":"int32"},{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"WorkOrderStatus","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/WorkOrderStatus"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - WorkOrderStatus"],"summary":"Delete entity in EntitySet WorkOrderStatus","operationId":"WorkOrderStatus_DeleteByProjectnoAndWorkordernoAndTypeno","consumes":[],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderNo","in":"path","description":"key: WorkOrderNo","required":true,"type":"integer","format":"int32"},{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - WorkOrderStatus"],"summary":"Update entity in EntitySet WorkOrderStatus","operationId":"WorkOrderStatus_PatchByProjectnoAndWorkordernoAndTypeno","consumes":["application/json"],"produces":[],"parameters":[{"name":"ProjectNo","in":"path","description":"key: ProjectNo","required":true,"type":"integer","format":"int64"},{"name":"WorkOrderNo","in":"path","description":"key: WorkOrderNo","required":true,"type":"integer","format":"int32"},{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"WorkOrderStatus","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/WorkOrderStatus"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrderStatusTemplate":{"get":{"tags":[" Office - WorkOrderStatusTemplate"],"summary":"Returns the EntitySet WorkOrderStatusTemplate","operationId":"WorkOrderStatusTemplate_Get","consumes":[],"produces":["application/json"],"parameters":[{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$filter","in":"query","description":"Filters the results, based on a Boolean condition.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"},{"name":"$orderby","in":"query","description":"Sorts the results.","required":false,"type":"string"},{"name":"$top","in":"query","description":"Returns only the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$skip","in":"query","description":"Skips the first n results.","required":false,"type":"integer","format":"int32"},{"name":"$count","in":"query","description":"Includes a count of the matching results in the response.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ODataResponseOfListOfWorkOrderStatusTemplate"}}},"deprecated":false,"security":[{"oauth2":[]}]},"post":{"tags":[" Office - WorkOrderStatusTemplate"],"summary":"Post a new entity to EntitySet WorkOrderStatusTemplate","operationId":"WorkOrderStatusTemplate_Post","consumes":["application/json"],"produces":[],"parameters":[{"name":"WorkOrderStatusTemplate","in":"body","description":"The entity to post","required":true,"schema":{"$ref":"#/definitions/WorkOrderStatusTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}},"/v1/api/odata/WorkOrderStatusTemplate(UserId={UserId},TypeNo={TypeNo})":{"get":{"tags":[" Office - WorkOrderStatusTemplate"],"summary":"Returns the entity with the key from WorkOrderStatusTemplate","operationId":"WorkOrderStatusTemplate_GetByUseridAndTypeno","consumes":[],"produces":[],"parameters":[{"name":"UserId","in":"path","description":"key: UserId","required":true,"type":"integer","format":"int32"},{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"$expand","in":"query","description":"Expands related entities inline.","required":false,"type":"string"},{"name":"$select","in":"query","description":"Selects which properties to include in the response.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"put":{"tags":[" Office - WorkOrderStatusTemplate"],"summary":"Replace entity in EntitySet WorkOrderStatusTemplate","operationId":"WorkOrderStatusTemplate_PutByUseridAndTypeno","consumes":["application/json"],"produces":[],"parameters":[{"name":"UserId","in":"path","description":"key: UserId","required":true,"type":"integer","format":"int32"},{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"WorkOrderStatusTemplate","in":"body","description":"The entity to put","required":true,"schema":{"$ref":"#/definitions/WorkOrderStatusTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"delete":{"tags":[" Office - WorkOrderStatusTemplate"],"summary":"Delete entity in EntitySet WorkOrderStatusTemplate","operationId":"WorkOrderStatusTemplate_DeleteByUseridAndTypeno","consumes":[],"produces":[],"parameters":[{"name":"UserId","in":"path","description":"key: UserId","required":true,"type":"integer","format":"int32"},{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"If-Match","in":"header","description":"If-Match header","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]},"patch":{"tags":[" Office - WorkOrderStatusTemplate"],"summary":"Update entity in EntitySet WorkOrderStatusTemplate","operationId":"WorkOrderStatusTemplate_PatchByUseridAndTypeno","consumes":["application/json"],"produces":[],"parameters":[{"name":"UserId","in":"path","description":"key: UserId","required":true,"type":"integer","format":"int32"},{"name":"TypeNo","in":"path","description":"key: TypeNo","required":true,"type":"integer","format":"int32"},{"name":"WorkOrderStatusTemplate","in":"body","description":"The entity to patch","required":true,"schema":{"$ref":"#/definitions/WorkOrderStatusTemplate"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":false,"security":[{"oauth2":[]}]}}},"definitions":{"LicenseViewModel":{"properties":{"licenseProviderAddress":{"type":"string"},"message":{"type":"string"},"serial":{"type":"string"}},"xml":{"name":"LicenseViewModel"},"type":"object"},"CancellationToken":{"properties":{"isCancellationRequested":{"readOnly":true,"type":"boolean"},"canBeCanceled":{"readOnly":true,"type":"boolean"},"waitHandle":{"$ref":"#/definitions/WaitHandle","readOnly":true}},"xml":{"name":"CancellationToken"},"type":"object"},"WaitHandle":{"properties":{"safeWaitHandle":{"$ref":"#/definitions/SafeWaitHandle"}},"xml":{"name":"WaitHandle"},"type":"object"},"SafeWaitHandle":{"properties":{"isInvalid":{"readOnly":true,"type":"boolean"},"isClosed":{"readOnly":true,"type":"boolean"}},"xml":{"name":"SafeWaitHandle"},"type":"object"},"SetupViewModel":{"description":"Viewmodel to store server config temporary","properties":{"applicationInsightsKey":{"description":"Gets or sets the application insights key.","type":"string"},"hangfireDatabase":{"type":"string"},"apiSecret":{"type":"string"},"staticDirectory":{"description":"Gets or sets the static directory.","type":"string"},"rootDirectory":{"description":"Gets or sets the root directory.","type":"string"},"dataDirectory":{"type":"string"},"loggingLevel":{"description":"Gets or sets the logging level.","type":"string","enum":["None","Error","Warn","Info","Debug"]},"includeErrorDetails":{"type":"boolean"},"dataSourceServer":{"description":"Gets or sets the data source server.","type":"string"},"dataSourceDatabase":{"description":"Gets or sets the data source database.","type":"string"},"dataSourceUsername":{"description":"Gets or sets the data source username.","type":"string"},"dataSourcePassword":{"description":"Gets or sets the data source password.","type":"string"},"serverName":{"description":"Gets or sets the server name to the configuration.","type":"string"},"serverPublicDomain":{"description":"Gets or sets the public domain used to desktop app configuration.","type":"string"},"serverScheme":{"type":"string"},"serverBindTo":{"description":"Gets or sets the server bind to.","type":"string"},"serverPort":{"description":"Gets or sets the server port.","type":"integer","format":"int32"},"hasApplicationInsightsKey":{"type":"boolean"},"loggingDirectory":{"type":"string"},"url":{"type":"string"},"port":{"type":"integer","format":"int32"},"useResponseCompression":{"type":"boolean"},"isHttps":{"readOnly":true,"type":"boolean"},"renewCertificate":{"type":"boolean"},"renewBefore":{"type":"integer","format":"int32"},"certificateThumbprint":{"type":"string"},"certificateDomain":{"type":"string"},"certificateAdminEmail":{"type":"string"},"databaseConnection":{"type":"string"},"databaseInformation":{"type":"string"},"initialCatalog":{"type":"string"},"dataSource":{"type":"string"},"dateTimeNow":{"type":"string","format":"date-time"},"domainAuthentication":{"type":"boolean"},"domainName":{"type":"string"},"domainPath":{"type":"string"},"clientName":{"type":"string"},"saved":{"type":"boolean"},"hadUploadError":{"type":"boolean"},"errorMessage":{"type":"string"},"smtpServer":{"type":"string"},"smtpPort":{"type":"integer","format":"int32"},"smtpUseSsl":{"type":"boolean"},"smtpUseTls":{"type":"boolean"},"smtpRequiresAuthentication":{"type":"boolean"},"smtpUser":{"type":"string"},"smtpPassword":{"type":"string"},"smtpFromName":{"type":"string"},"smtpFromEmail":{"type":"string"},"cultureInfoReport":{"description":"Gets or sets the culture info of the report.","type":"string"},"updateProviderAddress":{"type":"string"},"updateCheckInterval":{"type":"string"},"registrationProviderAddress":{"type":"string"},"licenseProviderAddress":{"type":"string"},"updateExecuteDelay":{"type":"integer","format":"int32"},"externalJwtLicenseFilePath":{"type":"string"},"externalLicenseFilePath":{"type":"string"},"accessTokenExpirationTimeInSeconds":{"type":"number","format":"double"},"refreshTokenExpirationTimeInSeconds":{"type":"number","format":"double"},"isValidCultureInfoReport":{"type":"boolean"},"configurationMessages":{"items":{"type":"string"},"readOnly":true,"type":"array"},"pwaRoute":{"type":"string"},"hasPwaRoute":{"readOnly":true,"type":"boolean"}},"xml":{"name":"SetupViewModel"},"type":"object"},"RegistrationViewModel":{"properties":{"registrationNeeded":{"type":"boolean"},"registrationProviderAddress":{"type":"string"},"message":{"type":"string"},"currentTenant":{"readOnly":true,"type":"string"},"currentMachineId":{"readOnly":true,"type":"string"},"currentLimits":{"additionalProperties":{"type":"object"},"readOnly":true,"type":"object"},"currentVersion":{"readOnly":true,"type":"string"},"databaseVersion":{"readOnly":true,"type":"string"},"email":{"type":"string"},"name":{"type":"string"},"companyName":{"type":"string"},"customerNo":{"type":"integer","format":"int32"},"phone":{"type":"string"},"street":{"type":"string"},"zip":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"invoiceNo":{"type":"integer","format":"int32"},"invoiceDate":{"type":"string"}},"xml":{"name":"RegistrationViewModel"},"type":"object"},"SetCertificateParams":{"properties":{"certificateType":{"type":"string","enum":["SelfSigned","LetsEncryptHttpChallenge","Other","LetsEncryptDnsChallenge","LetsEncryptDnsChallengeVerified"]},"thumbprint":{"type":"string"},"domain":{"type":"string"},"adminEmail":{"type":"string"},"accountKey":{"type":"string"},"orderLocation":{"type":"string"}},"xml":{"name":"SetCertificateParams"},"type":"object"},"CertificateViewModel":{"description":"View model used by the Certificate page.","properties":{"renewCertificate":{"type":"boolean"},"renewBefore":{"type":"integer","format":"int32"},"domain":{"type":"string"},"adminEmail":{"type":"string"},"saved":{"type":"boolean"},"hadErrors":{"type":"boolean"},"errorMessage":{"type":"string"},"certificate":{"$ref":"#/definitions/CertificateInfo"}},"xml":{"name":"CertificateViewModel"},"type":"object"},"CertificateInfo":{"properties":{"thumbprint":{"type":"string"},"issuedBy":{"type":"string"},"issuedTo":{"type":"string"},"validFrom":{"type":"string","format":"date-time"},"validTo":{"type":"string","format":"date-time"}},"xml":{"name":"CertificateInfo"},"type":"object"},"ByteArrayContent":{"properties":{"headers":{"items":{"$ref":"#/definitions/KeyValuePairOfStringAndIEnumerableOfString"},"readOnly":true,"xml":{"name":"KeyValuePair`2","wrapped":true},"type":"array"}},"xml":{"name":"ByteArrayContent"},"type":"object"},"KeyValuePairOfStringAndIEnumerableOfString":{"properties":{"key":{"readOnly":true,"type":"string"},"value":{"items":{"type":"string"},"readOnly":true,"type":"array"}},"xml":{"name":"KeyValuePair`2"},"type":"object"},"MobileSettings":{"properties":{"gfaConfirmOf":{"type":"string","enum":["None","CrewLeader","Employee"]},"gfaConfirmWith":{"type":"string","enum":["CheckBox","QRCode","Password","Signature"]},"timeTrackEmployeeConfirm":{"type":"boolean"},"startDayHidden":{"type":"boolean"}},"xml":{"name":"MobileSettings"},"type":"object"},"ODataResponseOfListOfAccountingTransaction":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"AccountingTransaction":{"required":["invoiceFiscalYearKey","isCreditValue","noDunningCreationTemporary","noDunningCreationPermanent","taxKeyId","vatPercentage","dunningLevelText","dunningNo1","dunningNo2","dunningNo3","dunningNo4","dunningFiscalYear1","dunningFiscalYear2","dunningFiscalYear3","dunningFiscalYear4","dunningProfileKey","bankId","fiscalAccount","contraAccount","recurringChargeNo","bookingAccountId","partNo","partQuantity","partUnitPrice","swiftImportId","notShowWithLiquidityPlanOption","unsettled"],"properties":{"ItemId":{"type":"integer","format":"int32"},"AccountingTransactionUsageOption":{"type":"string","enum":["Undefined","Debitor","Creditor","Kasse","Liqui"]},"DebitorCreditorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"AssociatedInvoiceNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"InvoiceFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"DocumentDate":{"type":"string","format":"date-time"},"BookingDate":{"type":"string","format":"date-time"},"BookingValue":{"type":"number","format":"double"},"IsCreditValue":{"type":"boolean"},"TranscationFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"InvoiceNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"CreditNoteNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"NoDunningCreationTemporary":{"type":"integer","format":"int32","maximum":9,"minimum":0},"NoDunningCreationPermanent":{"type":"boolean"},"DueDate":{"type":"string","format":"date-time"},"CashDiscountDueDate":{"type":"string","format":"date-time"},"DocumentNo":{"type":"string","maxLength":15,"minLength":0},"NetTotal":{"type":"number","format":"double"},"VatValue":{"type":"number","format":"double"},"PaymentValue":{"type":"number","format":"double"},"TaxKeyId":{"type":"string","maxLength":5,"minLength":0},"VatPercentage":{"type":"number","format":"decimal"},"CashDiscountPercentage":{"type":"number","format":"double"},"CashDiscountValue":{"type":"number","format":"double"},"Reduction":{"type":"number","format":"double"},"AutomaticCreditNoteNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"AutomaticCreditNoteFiscalYear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"DateOfTotalPayment":{"type":"string","format":"date-time"},"DueDay":{"type":"integer","format":"int32","maximum":99999999,"minimum":-99999999},"DunningLevel":{"type":"integer","format":"int32","maximum":99,"minimum":0},"DunningLevelText":{"type":"string","maxLength":50,"minLength":0},"BookingText":{"type":"string","maxLength":40,"minLength":0},"TransactionIsOpen":{"type":"integer","format":"int32","maximum":9,"minimum":0},"DunningNo1":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"DunningNo2":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"DunningNo3":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"DunningNo4":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"DunningFiscalYear1":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"DunningFiscalYear2":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"DunningFiscalYear3":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"DunningFiscalYear4":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"DunningProfileKey":{"type":"string","maxLength":20,"minLength":0},"NextDunningDate":{"type":"string","format":"date-time"},"ExportDate":{"type":"string","format":"date-time"},"BankId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"FiscalAccount":{"type":"string","maxLength":10,"minLength":0},"ContraAccount":{"type":"string","maxLength":10,"minLength":0},"RecurringChargeNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"BookingAccountId":{"type":"integer","format":"int32"},"PartNo":{"type":"string","maxLength":20,"minLength":0},"PartQuantity":{"type":"number","format":"decimal"},"PartUnitPrice":{"type":"number","format":"decimal"},"SwiftImportId":{"type":"integer","format":"int32"},"NotShowWithLiquidityPlanOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Unsettled":{"type":"boolean"},"ExpectedDayOfPayment":{"type":"string","format":"date-time"},"DunningInformation":{"type":"string","maxLength":254,"minLength":0}},"xml":{"name":"AccountingTransaction"},"type":"object"},"Project":{"required":["projectName","projectFiscalYearsCount","projectLastFiscalYear","addressId","debitorNo","matchcode","projectType","businessUnit1Key"],"properties":{"ProjectNo":{"type":"integer","format":"int64"},"ProjectName":{"type":"string","maxLength":80,"minLength":0},"ProjectFiscalYearsCount":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ProjectLastFiscalYear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"AddressId":{"type":"integer","format":"int32"},"DebitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"ProjectType":{"type":"string","enum":["Undefined","External","InternalProductive","InternalUnproductive"]},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"Project"},"type":"object"},"BankAccount":{"required":["accountName","bankName","nationalBankCode","nationalBankAccountNo","accountHolder","fiscalAccountOutgoing","fiscalAccountIncoming","isOutgoingAccountUsed","isIncomingAccountUsed","fiscalAccount","sortNo","isMainCashAccount","internationalBankAccountNo","bankIdentifierCode","overdraftCredit","isUsedForLiquidityForecast","paymentOrderWithReferenceNumberNo","paymentOrderWithReferenceNumberUserNo"],"properties":{"BankId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"AccountName":{"type":"string","maxLength":50,"minLength":0},"BankName":{"type":"string","maxLength":50,"minLength":0},"NationalBankCode":{"type":"string","maxLength":8,"minLength":0},"NationalBankAccountNo":{"type":"string","maxLength":10,"minLength":0},"AccountHolder":{"type":"string","maxLength":27,"minLength":0},"FiscalAccountOutgoing":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountIncoming":{"type":"string","maxLength":10,"minLength":0},"IsOutgoingAccountUsed":{"type":"boolean"},"IsIncomingAccountUsed":{"type":"boolean"},"FiscalAccount":{"type":"string","maxLength":10,"minLength":0},"SortNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"IsMainCashAccount":{"type":"boolean"},"InternationalBankAccountNo":{"type":"string","maxLength":34,"minLength":0},"BankIdentifierCode":{"type":"string","maxLength":11,"minLength":0},"OverdraftCredit":{"type":"number","format":"decimal"},"IsUsedForLiquidityForecast":{"type":"boolean"},"PaymentOrderWithReferenceNumberNo":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"PaymentOrderWithReferenceNumberUserNo":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"BankZipCode":{"type":"string","maxLength":5,"minLength":0},"BankCity":{"type":"string","maxLength":15,"minLength":0},"QrIban":{"type":"string","maxLength":21,"minLength":0}},"xml":{"name":"BankAccount"},"type":"object"},"Part":{"required":["purchasePrice","transportPrice","salesPriceNet","salesPriceIncludingVaT","minimumStockInventory","measuringUnitKey","lastPurchaseSupplier","isExpired","isPriceCalculationDisabled","basicRentalRatePercentage","assetType","depreciatonPercent","depreciationYear","actualUsableYear","assetNo","accountPurchase","costId","mountingTime","mountingTimePerKG","progressMountingPercentage","taxKeyId","storageLocation","palette","itemsPerPackingUnit","packingOrder","cadPartId","projectNo","costCenter","isStockTrackingDisabled","rentalBasePriceAtMountingTime","surchargePercentage","rentalBasePriceAtDismantlingTime","surchargePercentageDismantling","rentalBasePrice","surchargePercentageRental","includedRentalTime","includedRentalTimeUnit","rentalTimeUnit","useListPrice","consumption"],"properties":{"PartNo":{"type":"string","maxLength":20,"minLength":0},"ShortDescpription":{"type":"string","maxLength":40,"minLength":0},"ManufacturerPartNo":{"type":"string","maxLength":20,"minLength":0},"ItemPrice":{"type":"number","format":"double"},"ListPrice":{"type":"number","format":"double"},"NotUsedStockInventory":{"type":"number","format":"double"},"NotUsedStockInventoryRented":{"type":"number","format":"double"},"SupplierNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"WeightKG":{"type":"number","format":"double"},"ProductGroupId":{"type":"string","maxLength":30,"minLength":0},"PurchasePrice":{"type":"number","format":"decimal"},"TransportPrice":{"type":"number","format":"decimal"},"SalesPriceNet":{"type":"number","format":"decimal"},"SalesPriceIncludingVaT":{"type":"number","format":"decimal"},"MinimumStockInventory":{"type":"number","format":"decimal"},"MeasuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"LastPurchaseDate":{"type":"string","format":"date-time"},"LastPurchaseSupplier":{"type":"string","maxLength":30,"minLength":0},"DetailDescription":{"type":"string"},"DetailRemark":{"type":"string"},"IsExpired":{"type":"boolean"},"IsPriceCalculationDisabled":{"type":"boolean"},"TechnicalDescription":{"type":"string"},"BasicRentalRatePercentage":{"type":"number","format":"decimal"},"AssetType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"DepreciatonPercent":{"type":"number","format":"decimal"},"DepreciationYear":{"type":"number","format":"decimal"},"ActualUsableYear":{"type":"number","format":"decimal"},"AssetNo":{"type":"string","maxLength":20,"minLength":0},"AccountPurchase":{"type":"string","maxLength":10,"minLength":0},"CostId":{"type":"integer","format":"int32"},"MountingTime":{"type":"number","format":"decimal"},"MountingTimePerKG":{"type":"number","format":"decimal"},"ProgressMountingPercentage":{"type":"number","format":"decimal"},"TaxKeyId":{"type":"string","maxLength":5,"minLength":0},"StorageLocation":{"type":"string","maxLength":20,"minLength":0},"Palette":{"type":"string","maxLength":12,"minLength":0},"ItemsPerPackingUnit":{"type":"number","format":"decimal"},"PackingOrder":{"type":"string","maxLength":50,"minLength":0},"CADPartId":{"type":"string","maxLength":25,"minLength":0},"PictureFilename":{"type":"string"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"CostCenter":{"type":"string","maxLength":10,"minLength":0},"IsStockTrackingDisabled":{"type":"boolean"},"RentalBasePriceAtMountingTime":{"type":"number","format":"decimal"},"SurchargePercentage":{"type":"number","format":"decimal"},"RentalBasePriceAtDismantlingTime":{"type":"number","format":"decimal"},"SurchargePercentageDismantling":{"type":"number","format":"decimal"},"RentalBasePrice":{"type":"number","format":"decimal"},"SurchargePercentageRental":{"type":"number","format":"decimal"},"DetailDescriptionMounting":{"type":"string"},"DetailDescriptionMountingFormatted":{"type":"string"},"DetailDescriptionRental":{"type":"string"},"DetailDescriptionRentalFormatted":{"type":"string"},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"RentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"UseListPrice":{"type":"integer","format":"int32","maximum":9,"minimum":0},"JumboPartStatus":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Consumption":{"type":"boolean"}},"xml":{"name":"Part"},"type":"object"},"BookingAccount":{"required":["typeNo","bookingAccountTypeName","serviceTypeId","serviceTypeName","fiscalAccount","measuringUnitKey","revenueOrCostOption","sortNo","isUsedForPurchaseInvoice","valueDeterminationOption","extraValueCalculationOption","itemIdOld"],"properties":{"bookingAccountId":{"type":"integer","format":"int32"},"bookingAccountItemName":{"type":"string","maxLength":80,"minLength":0},"typeNo":{"type":"integer","format":"int32","maximum":99,"minimum":0},"bookingAccountTypeName":{"type":"string","maxLength":30,"minLength":0},"serviceTypeId":{"type":"integer","format":"int32"},"serviceTypeName":{"type":"string","maxLength":20,"minLength":0},"fiscalAccount":{"type":"string","maxLength":10,"minLength":0},"measuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"revenueOrCostOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"sortNo":{"type":"integer","format":"int32"},"isUsedForPurchaseInvoice":{"type":"boolean"},"valueDeterminationOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"extraValueCalculationOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"itemIdOld":{"type":"integer","format":"int32","maximum":99,"minimum":0}},"xml":{"name":"BookingAccount"},"type":"object"},"FiscalYear":{"required":["exchangeRateForward","exchangeRateBackward","isClosed"],"properties":{"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":1},"StartDate":{"type":"string","format":"date-time"},"EndDate":{"type":"string","format":"date-time"},"InternalProjectNoFormat":{"type":"string","maxLength":12,"minLength":0},"LastEvaluatedOnDate":{"type":"string","format":"date-time"},"LastEvaluatedBusinessUnit":{"type":"string","maxLength":20,"minLength":0},"NotUsedTrendtype":{"type":"integer","format":"int32","maximum":9,"minimum":0},"TotalWorker":{"type":"number","format":"double"},"ProductiveWorkingHoursPerWorker":{"type":"number","format":"double"},"TotalProductiveWorkingHour":{"type":"number","format":"double"},"EvaluatedMonth":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NotUsedNumberRangeProjectsStart":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"NotUsedNumberRangeProjectsEnd":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"NotUsedNumberRangeInternalUnproductiveStart":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"NotUsedNumberRangeInternalUnproductiveEnd":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"NotUsedNumberRangeInternalProductiveStart":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"NotusedNumberRangeInternalProductiveEnd":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"CurrencyKeyPrint":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrintAdditional":{"type":"string","maxLength":5,"minLength":0},"ExchangeRateForward":{"type":"number","format":"decimal"},"ExchangeRateBackward":{"type":"number","format":"decimal"},"IsClosed":{"type":"boolean"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"FiscalYear"},"type":"object"},"Address":{"required":["differingAddressIdForBilling","country","detailDescriptionFormatted","externalFiscalAccountNo","lastModifiedUserName","addressType","email","vatId","showVatIdAlways","isWithoutVat","taxNo","vatPercentage","commercialRegisterNo","technicalContactKey","businessUnit1Key","businessUnit2Key","customerGroup1Key","customerGroup2Key","commercialContactKey","defaultHeaderForQuotation","defaultFooterForQuotation","defaultHeaderForInvoice","defaultFooterForInvoice","paymentTermsDescription","dunningProfileKey","currencyKeyPrint","currencyKeyPrintAdditional","progressMountingPercentage","includedRentalTime","includedRentalTimeUnit","rentalTimeUnit","postalTransitTime","notUsedPartialPaymentMode","isDeductPriorInvoice","deductPriorInvoicesOption","isDeductPriorPayment","deductPriorPaymentsOption","notUsedDeductPriorPaymentType","isPartialPaymentOptionsDefault","partialPaymentVatOption","tradeCreditInsuranceSum","insuranceTypeId","isTradeCreditInsuranceBlocked","tradeCreditInsuranceNo","numberOfGifts1","numberOfGifts2","numberOfGifts3","numberOfGifts4","numberOfGifts5","numberOfGifts6","numberOfGifts7","giftShippingId","isGiftRecipient","notUsedNo","homepageUrl","creditRating","nationalBankAccountNo","nationalBankCode","bankName","ownCustomerNoWithThisSupplier","accountHolder","syncronisationKey","isOnlyCustomerServiceItemsDisplayed","internationalbankaccountno","bankidentifiercode","countryCode","creditRatingDescription","isDeliveryBlocked","poBox","poBoxZipCode","poBoxCity","poBoxCountryCode","hasPermissionForSupplyOfTemporaryWorker","languageId"],"properties":{"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"MatchcodeForBilling":{"type":"string","maxLength":30,"minLength":0},"DifferingAddressIdForBilling":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressSalutation":{"type":"string","maxLength":60,"minLength":0},"AddressName":{"type":"string","maxLength":60,"minLength":0},"AddressLine1":{"type":"string","maxLength":60,"minLength":0},"AddressLine2":{"type":"string","maxLength":60,"minLength":0},"ZipCode":{"type":"string","maxLength":10,"minLength":0},"City":{"type":"string","maxLength":60,"minLength":0},"Country":{"type":"string","maxLength":60,"minLength":0},"Phone":{"type":"string","maxLength":30,"minLength":0},"Fax":{"type":"string","maxLength":30,"minLength":0},"SalutationForSerialLetter":{"type":"string","maxLength":30,"minLength":0},"DetailDescription":{"type":"string"},"DetailDescriptionFormatted":{"type":"string"},"DebitorCreditorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"ExternalFiscalAccountNo":{"type":"string","maxLength":20,"minLength":0},"CreationDate":{"type":"string","format":"date-time"},"LastModifiedDate":{"type":"string","format":"date-time"},"LastModifiedUserName":{"type":"string","maxLength":30,"minLength":0},"AddressType":{"type":"string","enum":["Undefined","Address","Customer","Distributor","Contractor","Employee"]},"Email":{"type":"string","maxLength":80,"minLength":0},"VatId":{"type":"string","maxLength":20,"minLength":0},"ShowVatIdAlways":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsWithoutVat":{"type":"boolean"},"TaxNo":{"type":"string","maxLength":20,"minLength":0},"VatPercentage":{"type":"number","format":"decimal"},"CommercialRegisterNo":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactKey":{"type":"string","maxLength":50,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"BusinessUnit2Key":{"type":"string","maxLength":20,"minLength":0},"CustomerGroup1Key":{"type":"string","maxLength":20,"minLength":0},"CustomerGroup2Key":{"type":"string","maxLength":20,"minLength":0},"CommercialContactKey":{"type":"string","maxLength":30,"minLength":0},"DefaultHeaderForQuotation":{"type":"string","maxLength":20,"minLength":0},"DefaultFooterForQuotation":{"type":"string","maxLength":20,"minLength":0},"DefaultHeaderForInvoice":{"type":"string","maxLength":20,"minLength":0},"DefaultFooterForInvoice":{"type":"string","maxLength":20,"minLength":0},"PaymentTermsDescription":{"type":"string","maxLength":15,"minLength":0},"DunningProfileKey":{"type":"string","maxLength":15,"minLength":0},"CurrencyKeyPrint":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrintAdditional":{"type":"string","maxLength":5,"minLength":0},"ProgressMountingPercentage":{"type":"number","format":"decimal"},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"RentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"PostalTransitTime":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NotUsedPartialPaymentMode":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsDeductPriorInvoice":{"type":"boolean"},"DeductPriorInvoicesOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsDeductPriorPayment":{"type":"boolean"},"DeductPriorPaymentsOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"NotUsedDeductPriorPaymentType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsPartialPaymentOptionsDefault":{"type":"boolean"},"PartialPaymentVatOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"TradeCreditInsuranceSum":{"type":"number","format":"decimal"},"InsuranceTypeId":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","Public","Commercial","Private"]},"IsTradeCreditInsuranceBlocked":{"type":"integer","format":"int32","maximum":9,"minimum":0},"TradeCreditInsuranceBlockDate":{"type":"string","format":"date-time"},"TradeCreditInsuranceNo":{"type":"string","maxLength":30,"minLength":0},"TradeCreditInsuranceExpirationDate":{"type":"string","format":"date-time"},"LastOrderDate":{"type":"string","format":"date-time"},"NumberOfGifts1":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NumberOfGifts2":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NumberOfGifts3":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NumberOfGifts4":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NumberOfGifts5":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NumberOfGifts6":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NumberOfGifts7":{"type":"integer","format":"int32","maximum":99,"minimum":0},"GiftShippingId":{"type":"string","maximum":3,"minimum":0,"enum":["Undefined","ByPost","BySiteSupervisor","Boss"]},"IsGiftRecipient":{"type":"integer","format":"int32","maximum":9,"minimum":0},"NotUsedNo":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"HomepageUrl":{"type":"string","maxLength":80,"minLength":0},"CreditRating":{"type":"number","format":"decimal"},"CreditRatingDate":{"type":"string","format":"date-time"},"NationalBankAccountNo":{"type":"string","maxLength":10,"minLength":0},"NationalBankCode":{"type":"string","maxLength":8,"minLength":0},"BankName":{"type":"string","maxLength":30,"minLength":0},"OwnCustomerNoWithThisSupplier":{"type":"string","maxLength":15,"minLength":0},"AccountHolder":{"type":"string","maxLength":27,"minLength":0},"SyncronisationKey":{"type":"string","maxLength":10,"minLength":0},"IsOnlyCustomerServiceItemsDisplayed":{"type":"boolean"},"Internationalbankaccountno":{"type":"string","maxLength":34,"minLength":0},"Bankidentifiercode":{"type":"string","maxLength":11,"minLength":0},"CountryCode":{"type":"string","maxLength":4,"minLength":0},"CreditRatingCheckDate":{"type":"string","format":"date-time"},"CreditRatingDescription":{"type":"string"},"IsDeliveryBlocked":{"type":"boolean"},"DeliveryBlockingDate":{"type":"string","format":"date-time"},"PoBox":{"type":"string","maxLength":30,"minLength":0},"PoBoxZipCode":{"type":"string","maxLength":10,"minLength":0},"PoBoxCity":{"type":"string","maxLength":60,"minLength":0},"PoBoxCountryCode":{"type":"string","maxLength":4,"minLength":0},"HasPermissionForSupplyOfTemporaryWorker":{"type":"boolean"},"LanguageId":{"type":"string","maxLength":5,"minLength":0},"InvoiceEmail":{"type":"string","maxLength":80,"minLength":0},"Timestamp":{"type":"string","format":"byte"},"RevenueAccountNo":{"type":"string","maxLength":8,"minLength":0}},"xml":{"name":"Address"},"type":"object"},"Stock":{"required":["isMainStock","isAdministeredFromHere"],"properties":{"StockNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"ShortDescription":{"type":"string","maxLength":80,"minLength":0},"IsMainStock":{"type":"boolean"},"IsAdministeredFromHere":{"type":"boolean"},"StockType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"TotalStockValue":{"type":"number","format":"double"},"TotalWeight":{"type":"number","format":"double"},"StartDate":{"type":"string","format":"date-time"},"EndDate":{"type":"string","format":"date-time"},"AssociatedMainStockNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"AssociatedMainStockName":{"type":"string","maxLength":80,"minLength":0}},"xml":{"name":"Stock"},"type":"object"},"ContractConfiguration":{"required":["captionPurchaseOrderNo","captionLocation","captionDescription","captionText1","captionText2","captionText3","captionText4","captionText5","captionDetail","defaultReport","contractExternalSource","contractExternalOdbcConnection","contractExternalCompany","contractExternalContractNo","contractExternalContractVersion","contractExternalAcquireIndividualOrderNo","contractExternalAcquireServiceSheetNo","isUniquePurchaseOrderNo","isUniqueLocation","isUniqueDescription","defaultPurchaseOrderNo","defaultLocation","defaultDescription","defaultText1","defaultText2","defaultText3","defaultText4","defaultText5","pickListsContentDataBinary"],"properties":{"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"CaptionPurchaseOrderNo":{"type":"string","maxLength":20,"minLength":0},"CaptionLocation":{"type":"string","maxLength":20,"minLength":0},"CaptionDescription":{"type":"string","maxLength":20,"minLength":0},"CaptionText1":{"type":"string","maxLength":20,"minLength":0},"CaptionText2":{"type":"string","maxLength":20,"minLength":0},"CaptionText3":{"type":"string","maxLength":20,"minLength":0},"CaptionText4":{"type":"string","maxLength":20,"minLength":0},"CaptionText5":{"type":"string","maxLength":20,"minLength":0},"CaptionDetail":{"type":"string","maxLength":20,"minLength":0},"DefaultReport":{"type":"string","maxLength":254,"minLength":0},"ContractExternalSource":{"type":"integer","format":"int32"},"ContractExternalOdbcConnection":{"type":"string","maxLength":254,"minLength":0},"ContractExternalCompany":{"type":"string","maxLength":10,"minLength":0},"ContractExternalContractNo":{"type":"string","maxLength":25,"minLength":0},"ContractExternalContractVersion":{"type":"string","maxLength":2,"minLength":0},"ContractExternalAcquireIndividualOrderNo":{"type":"string","maxLength":254,"minLength":0},"ContractExternalAcquireServiceSheetNo":{"type":"string","maxLength":254,"minLength":0},"IsUniquePurchaseOrderNo":{"type":"boolean"},"IsUniqueLocation":{"type":"boolean"},"IsUniqueDescription":{"type":"boolean"},"DefaultPurchaseOrderNo":{"type":"string","maxLength":30,"minLength":0},"DefaultLocation":{"type":"string","maxLength":30,"minLength":0},"DefaultDescription":{"type":"string","maxLength":80,"minLength":0},"DefaultText1":{"type":"string","maxLength":30,"minLength":0},"DefaultText2":{"type":"string","maxLength":30,"minLength":0},"DefaultText3":{"type":"string","maxLength":30,"minLength":0},"DefaultText4":{"type":"string","maxLength":30,"minLength":0},"DefaultText5":{"type":"string","maxLength":30,"minLength":0},"PickListsContentDataBinary":{"type":"string"}},"xml":{"name":"ContractConfiguration"},"type":"object"},"ContractTextTemplate":{"properties":{"projectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"customerBasicTemplate":{"type":"string"},"customerTextMounting":{"type":"string"},"customerTextDismantling":{"type":"string"},"customerTextRent":{"type":"string"},"subcontractorBasicTemplate":{"type":"string"},"subcontractorTextMounting":{"type":"string"},"subcontractorTextDismantling":{"type":"string"},"customerDescription":{"type":"string"},"subcontractorDescription":{"type":"string"},"notusedSubcontractorprojectdismantling":{"type":"string"},"notusedSubcontractorprojectmounting":{"type":"string"},"notusedSubcontractorprojectdescription":{"type":"string"}},"xml":{"name":"ContractTextTemplate"},"type":"object"},"ProjectFiscalYear":{"required":["projectType","scaffoldingLoadClass","projectScope","projectSiteSalutation","projectSiteAddress1","projectSiteAddress2","projectSiteZipCode","projectSitePerson","projectSiteStreet","projectSiteCity","projectSitePhone","projectSiteFax","projectSiteEMail","projectSiteCellPhone","isUsedForWorkingHourStatistic","isWorkingHoursAccount","isCappingAccountForWage","isWagePayable","customerContactKey","coverLetterAddressId","dispatchAddressMatchcode","architectContactKey","notUsedActualTotal","notUsedActualRent","notUsedActualThirdParty","notUsedRevenueTotal","notUsedRevenueSubcontractor","notUsedRevenueThirdParty","notUsedRevenueTravelExpens","notUsedRevenueExtraPay","notUsedRent","notUsedRevenueCompleted","notUsedDirectLaborWorkingHour","notUsedDirectLaborExpens","notUsedEffiencyPayment","notUsedWageAssociatedEmployerOutlay","travelHour","notUsedTravelExpens","notUsedTravelAssociatedEmployerCost","notUsedTarzu","notUsedExtraPayAssociatedEmployerOutlay","notUsedRentalExpens","totalCostSubcontractor","notUsedSubContractorWorkingHour","notUsedThirdPartyCharge","totalCost","grossProfit","notUsedFactorRevenueLabor","notUsedFactorGrossProfitLabor","notUsedProfitContributionThirdPartyCharge","notUsedEfficiencyExtraHour","notUsedTotalWorkingHour","effiencyPrePayment","notUsedEffiencyAveragePay","notusedEffiencyprepaymenttotal","notUsedWageTotal","notUsedWagePayed","notUsedWageRest","includedRentalTime","includedRentalTimeUnit","rentalTimeUnit","progressMountingPercentage","notUsedPartialPaymentMode","defaultHeaderForInvoice","defaultFooterForInvoice","paymentTermsDescription","sourceDocumentType","sourceDocumentKey","sourceDocumentNo","sourceDocumentSubNo","sourceDocumentFiscalYearKey","notUsedQuotationYear","notUsedQuotationNo","notUsedOrderConfirmationYear","notUsedOrderConfirmationNo","customerGroup1Key","customerGroup2Key","businessUnit1Key","businessUnit2Key","commercialContactKey","technicalContactKey","paymentInfoText","objectTextFormatted","customerPurchaseOrderInformation","discountDescription1","discountDescription2","discountPercentage1","discountPercentage2","discountValue1","discountValue2","notUsedTotalProgressPreviousYear","notUsedRentPreviousYear","notUsedThirdPartyChargesPreviousYear","notUsedSubcontractorTotalPreviousYear","notUsedTravelExpensesPreviousYear","notUsedExtraPayPreviousYear","notUsedPercentageDismantling","notUsedPercentageMounting","notUsedPercentageReconstruction","notUsedPercentageDayLabor","notUsedProzzula","isContract","isExportWorkingHoursForThisProjectDisabled","useContractScaffoldManagement","notUsedMasterBillofQuantity","isUseOpenInvoiceList","isAutomaticExpenseAllowanceEnabled","notUsedContractscaffoldsdigitcount","billingDetailOption","subcontractorBillingDetailOption","contractBillingLaborOrRent","externalFiscalAccount","isSubcontractorOrWorkerMandatory","isBonusDistributionActive","bonusIndividualPercentage","bonusCalculationWithoutExtraLaborExpens","splittingOptionsLaborPrice","useBudget","isUseBusinessUnit2ForNumberRangeScaffold","isSeparateScaffoldAndDayLabor","projectSiteCountryCode","partsRentalPercentage","partsRentalTimeUnitPriceList","partsRentalTimeUnitBilling","isSecurityDepositEnabled","securityDepositText","securityDepositPercentage","notUsedNachlvorlId","notUsedCalculationOption","useContractServiceSheetMainNo","materialCostFiscalAccount"],"properties":{"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"NotUsedFormerProject":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ProjectName":{"type":"string","maxLength":80,"minLength":0},"ProjectType":{"type":"string","enum":["Undefined","External","InternalProductive","InternalUnproductive"]},"ProjectStatus":{"type":"string","enum":["Undefined","Issued","InProgress","Notcompleted","Closing","Finished"]},"ProjectValidStartDate":{"type":"string","format":"date-time"},"ProjectValidEndDate":{"type":"string","format":"date-time"},"PurchaseOrderDate":{"type":"string","format":"date-time"},"LastBillingDate":{"type":"string","format":"date-time"},"NotUsedLastBenchmarkedDate":{"type":"string","format":"date-time"},"ScaffoldingLoadClass":{"type":"string","maxLength":5,"minLength":0},"ProjectScope":{"type":"string","maxLength":60,"minLength":0},"ProjectSiteSalutation":{"type":"string","maxLength":60,"minLength":0},"ProjectSiteAddress1":{"type":"string","maxLength":60,"minLength":0},"ProjectSiteAddress2":{"type":"string","maxLength":60,"minLength":0},"ProjectSiteZipCode":{"type":"string","maxLength":10,"minLength":0},"ProjectSitePerson":{"type":"string","maxLength":60,"minLength":0},"ProjectSiteStreet":{"type":"string","maxLength":60,"minLength":0},"ProjectSiteCity":{"type":"string","maxLength":60,"minLength":0},"ProjectSitePhone":{"type":"string","maxLength":30,"minLength":0},"ProjectSiteFax":{"type":"string","maxLength":30,"minLength":0},"ProjectSiteEMail":{"type":"string","maxLength":80,"minLength":0},"ProjectSiteCellPhone":{"type":"string","maxLength":30,"minLength":0},"IsUsedForWorkingHourStatistic":{"type":"boolean"},"IsWorkingHoursAccount":{"type":"boolean"},"IsCappingAccountForWage":{"type":"boolean"},"IsWagePayable":{"type":"boolean"},"CostEstimationFactor":{"type":"number","format":"double"},"AddressId":{"type":"integer","format":"int32"},"DebitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"ProjectFiscalYearAddressMatchcode":{"type":"string","maxLength":30,"minLength":0},"CustomerContactKey":{"type":"string","maxLength":50,"minLength":0},"CoverLetterAddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"DispatchAddressMatchcode":{"type":"string","maxLength":30,"minLength":0},"ArchitectContactKey":{"type":"string","maxLength":50,"minLength":0},"WageTypeKey":{"type":"string","maxLength":5,"minLength":0},"DetailDescription":{"type":"string"},"TotalEstimated":{"type":"number","format":"double"},"EstimatedProjectValue":{"type":"number","format":"double"},"ProgressTotal":{"type":"number","format":"double"},"NotUsedTargetRevenueFiscalYear":{"type":"number","format":"double"},"NotUsedTargetRevenueProject":{"type":"number","format":"double"},"NotUsedProfitContributionFiscalYear":{"type":"number","format":"double"},"NotUsedProfitContributionProject":{"type":"number","format":"double"},"NotUsedProfitContributionTotal":{"type":"number","format":"double"},"NotUsedProfitContributionTotalTarget":{"type":"number","format":"double"},"NotUsedProfitContributionSubcontractorCharge":{"type":"number","format":"double"},"NotUsedActualTotal":{"type":"number","format":"decimal"},"NotUsedActualRent":{"type":"number","format":"decimal"},"NotUsedActualThirdParty":{"type":"number","format":"decimal"},"NotUsedRevenueTotal":{"type":"number","format":"decimal"},"NotUsedRevenueSubcontractor":{"type":"number","format":"decimal"},"NotUsedRevenueThirdParty":{"type":"number","format":"decimal"},"NotUsedRevenueTravelExpens":{"type":"number","format":"decimal"},"NotUsedRevenueExtraPay":{"type":"number","format":"decimal"},"NotUsedRent":{"type":"number","format":"decimal"},"NotUsedRevenueCompleted":{"type":"number","format":"decimal"},"NotUsedDirectLaborWorkingHour":{"type":"number","format":"decimal"},"NotUsedDirectLaborExpens":{"type":"number","format":"decimal"},"NotUsedEffiencyPayment":{"type":"number","format":"decimal"},"NotUsedWageAssociatedEmployerOutlay":{"type":"number","format":"decimal"},"TravelHour":{"type":"number","format":"decimal"},"NotUsedTravelExpens":{"type":"number","format":"decimal"},"NotUsedTravelAssociatedEmployerCost":{"type":"number","format":"decimal"},"NotUsedTarzu":{"type":"number","format":"decimal"},"NotUsedExtraPayAssociatedEmployerOutlay":{"type":"number","format":"decimal"},"NotUsedRentalExpens":{"type":"number","format":"decimal"},"TotalCostSubcontractor":{"type":"number","format":"decimal"},"NotUsedSubContractorWorkingHour":{"type":"number","format":"decimal"},"NotUsedThirdPartyCharge":{"type":"number","format":"decimal"},"TotalCost":{"type":"number","format":"decimal"},"GrossProfit":{"type":"number","format":"decimal"},"NotUsedFactorRevenueLabor":{"type":"number","format":"decimal"},"NotUsedFactorGrossProfitLabor":{"type":"number","format":"decimal"},"NotUsedProfitContributionThirdPartyCharge":{"type":"number","format":"decimal"},"NotUsedEfficiencyExtraHour":{"type":"number","format":"decimal"},"NotUsedTotalWorkingHour":{"type":"number","format":"decimal"},"EffiencyPrePayment":{"type":"number","format":"decimal"},"NotUsedEffiencyAveragePay":{"type":"number","format":"decimal"},"NotusedEffiencyprepaymenttotal":{"type":"number","format":"decimal"},"NotUsedWageTotal":{"type":"number","format":"decimal"},"NotUsedWagePayed":{"type":"number","format":"decimal"},"NotUsedWageRest":{"type":"number","format":"decimal"},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"RentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"ProgressMountingPercentage":{"type":"number","format":"decimal"},"NotUsedPartialPaymentMode":{"type":"integer","format":"int32","maximum":9,"minimum":0},"DefaultHeaderForInvoice":{"type":"string","maxLength":20,"minLength":0},"DefaultFooterForInvoice":{"type":"string","maxLength":20,"minLength":0},"PaymentTermsDescription":{"type":"string","maxLength":15,"minLength":0},"SourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"SourceDocumentKey":{"type":"string","maxLength":21,"minLength":0},"SourceDocumentNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"SourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"NotUsedQuotationYear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"NotUsedQuotationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"NotUsedOrderConfirmationYear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"NotUsedOrderConfirmationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"CustomerGroup1Key":{"type":"string","maxLength":20,"minLength":0},"CustomerGroup2Key":{"type":"string","maxLength":20,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"BusinessUnit2Key":{"type":"string","maxLength":20,"minLength":0},"CommercialContactKey":{"type":"string","maxLength":30,"minLength":0},"TechnicalContactKey":{"type":"string","maxLength":50,"minLength":0},"CurrencyKeyPrint":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrintAdditional":{"type":"string","maxLength":5,"minLength":0},"PaymentInfoText":{"type":"string"},"ObjectTextFormatted":{"type":"string"},"CustomerPurchaseOrderInformation":{"type":"string"},"DiscountDescription1":{"type":"string","maxLength":50,"minLength":0},"DiscountDescription2":{"type":"string","maxLength":50,"minLength":0},"DiscountPercentage1":{"type":"number","format":"decimal","maximum":999.99,"minimum":-999.99},"DiscountPercentage2":{"type":"number","format":"decimal","maximum":999.99,"minimum":-999.99},"DiscountValue1":{"type":"number","format":"decimal"},"DiscountValue2":{"type":"number","format":"decimal"},"NotUsedTotalProgressPreviousYear":{"type":"number","format":"decimal"},"NotUsedRentPreviousYear":{"type":"number","format":"decimal"},"NotUsedThirdPartyChargesPreviousYear":{"type":"number","format":"decimal"},"NotUsedSubcontractorTotalPreviousYear":{"type":"number","format":"decimal"},"NotUsedTravelExpensesPreviousYear":{"type":"number","format":"decimal"},"NotUsedExtraPayPreviousYear":{"type":"number","format":"decimal"},"NotUsedPercentageDismantling":{"type":"number","format":"decimal"},"NotUsedPercentageMounting":{"type":"number","format":"decimal"},"NotUsedPercentageReconstruction":{"type":"number","format":"decimal"},"NotUsedPercentageDayLabor":{"type":"number","format":"decimal"},"NotUsedProzzula":{"type":"number","format":"decimal"},"IsContract":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsExportWorkingHoursForThisProjectDisabled":{"type":"boolean"},"UseContractScaffoldManagement":{"type":"boolean"},"NotUsedMasterBillofQuantity":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"IsUseOpenInvoiceList":{"type":"boolean"},"IsAutomaticExpenseAllowanceEnabled":{"type":"boolean"},"NotUsedContractscaffoldsdigitcount":{"type":"integer","format":"int32","maximum":9,"minimum":0},"BillingDetailOption":{"type":"string","enum":["Undefined","CreateDetailedPositions","CreateSummarizedPositions"]},"SubcontractorBillingDetailOption":{"type":"string","enum":["Undefined","CreateDetailedPositions","CreateSummarizedPositions","CreateDetailedPositionsOrderByDate","CreateSummarizedPositionsOrderByDate"]},"ContractBillingLaborOrRent":{"type":"string","enum":["Undefined","ProgressPaymentInvoiceCombined","ProgressPaymentInvoiceAccumulated","SingleInvoiceCombined","SingleInvoiceSeparated","SingleInvoiceGrouped"]},"ExternalFiscalAccount":{"type":"string","maxLength":10,"minLength":0},"IsSubcontractorOrWorkerMandatory":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsBonusDistributionActive":{"type":"boolean"},"BonusIndividualPercentage":{"type":"number","format":"decimal"},"RevenueAccountNo":{"type":"string","maxLength":8,"minLength":0},"BonusCalculationWithoutExtraLaborExpens":{"type":"boolean"},"SplittingOptionsLaborPrice":{"type":"string","enum":["SplittingPercent","SplittingPercentWithSeparateServiceSheet","SplittingUnitPrice"]},"UseBudget":{"type":"boolean"},"MirrorProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"IsUseBusinessUnit2ForNumberRangeScaffold":{"type":"boolean"},"IsSeparateScaffoldAndDayLabor":{"type":"boolean"},"ProjectSiteCountryCode":{"type":"string","maxLength":4,"minLength":0},"PartsRentalPercentage":{"type":"number","format":"decimal"},"PartsRentalTimeUnitPriceList":{"type":"integer","format":"int32","maximum":9,"minimum":0},"PartsRentalTimeUnitBilling":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","None","Days","Weeks","Months"]},"IsSecurityDepositEnabled":{"type":"boolean"},"SecurityDepositText":{"type":"string","maxLength":50,"minLength":0},"SecurityDepositPercentage":{"type":"number","format":"decimal"},"NotUsedNachlvorlId":{"type":"integer","format":"int32"},"NotUsedCalculationOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"UseContractServiceSheetMainNo":{"type":"boolean"},"AppUsage":{"type":"string","enum":["NotUsed","TimeWriteable","TimeReadable"]},"MaterialCostFiscalAccount":{"type":"string","maxLength":10,"minLength":0},"Timestamp":{"type":"string","format":"byte"},"CreateNewItemsForTargetQuantity":{"type":"boolean"},"ReferenceOrderNo":{"type":"string","maxLength":30,"minLength":0},"PurchaseOrderReference":{"type":"string","maxLength":30,"minLength":0},"ProjectReference":{"type":"string","maxLength":30,"minLength":0},"SalesOrderReference":{"type":"string","maxLength":30,"minLength":0},"Distance":{"type":"integer","format":"int32"}},"xml":{"name":"ProjectFiscalYear"},"type":"object"},"DirectoryOfServicesProjectAssociation":{"required":["projectNo","addressId","isDefaultProject"],"properties":{"Id":{"type":"integer","format":"int32"},"DirectoryOfServicesId":{"type":"integer","format":"int32"},"ItemId":{"type":"integer","format":"int32"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"AddressId":{"type":"integer","format":"int32","maximum":9999999999.0,"minimum":0.0},"IsDefaultProject":{"type":"boolean"}},"xml":{"name":"DirectoryOfServicesProjectAssociation"},"type":"object"},"BillingServiceSheet":{"required":["notUsed_RequestNo","isCompleted","isNewVersionCreationEnabled","notUsed_QuotationNo","notUsed_QuotationFiscalYearKey","notUsed_OrderConfirmationNo","notUsed_ConfirmationFiscalYearKey","versionStatus","previousVersionNo","invoiceNo","isCurrencyExchangeRateFixed","includedRentalTime","includedRentalTimeUnit","addressReference","addressId","matchcode","objectDescription","progressRentMounting","progressRentDismantling","progressRentTotal","progressLaborOwn","thirdPartyTotal","progressTravelExpensesTotal","progressExtraLaborExpensesTotal","subcontractorTotal","targetValue","progressMounting","progressDismantling","progressTotal","billedTotal","billableTotal","notUsed_Discount1Option","netTotalBeforeDiscount1","notUsed_Discount2Option","netTotalBeforeDiscount2","lastModifiedUserName","isExactRentalCalculationEnabled","skipWeekendsForRentOption","totalWeight","weightMounted","billingInfo","includedRentalTimeNotConsideredAsRent","includedRentalTimeNotConsideredAsRentUnit","rentalTimeUnit","notUsedEntryType","materialCostTotal","skipDaysForRent","currencyKey","currencyExchangeRate","currencyExchangeRateInverse","currencySymbol","discountDescription1","discountPercentage1","discountValue1","discountDescription2","discountPercentage2","discountValue2","projectNo","sourceDocumentType","sourceDocumentKey","sourceDocumentFiscalYearKey","sourceDocumentNo","sourceDocumentSubNo"],"properties":{"BillingServiceSheetId":{"type":"integer","format":"int32"},"BillingServiceSheetNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":1.0},"BillingServiceSheetVersionNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"NotUsed_RequestNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"IsCompleted":{"type":"boolean"},"IsNewVersionCreationEnabled":{"type":"boolean"},"NotUsed_QuotationNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"NotUsed_QuotationFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"NotUsed_OrderConfirmationNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"NotUsed_ConfirmationFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"VersionStatus":{"type":"integer","format":"int32","maximum":99,"minimum":0},"PreviousVersionNo":{"type":"integer","format":"int32","maximum":999,"minimum":-1},"InvoiceNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"MountingStartDate":{"type":"string","format":"date-time"},"FinalInvoiceDate":{"type":"string","format":"date-time"},"VersionDate":{"type":"string","format":"date-time"},"FinalDismantlingDate":{"type":"string","format":"date-time"},"EvaluationDate":{"type":"string","format":"date-time"},"DismantlingDate":{"type":"string","format":"date-time"},"IsCurrencyExchangeRateFixed":{"type":"boolean"},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"PreliminaryRentalEndDate":{"type":"string","format":"date-time"},"AddressReference":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"ObjectDescription":{"type":"string","maxLength":80,"minLength":0},"DetailDescription":{"type":"string"},"ProgressRentMounting":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"ProgressRentDismantling":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"ProgressRentTotal":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"ProgressLaborOwn":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"ThirdPartyTotal":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"ProgressTravelExpensesTotal":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"ProgressExtraLaborExpensesTotal":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"SubcontractorTotal":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"TargetValue":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"ProgressMounting":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"ProgressDismantling":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"ProgressTotal":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"BilledTotal":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"BillableTotal":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"NotUsed_Discount1Option":{"type":"boolean"},"NetTotalBeforeDiscount1":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"NotUsed_Discount2Option":{"type":"boolean"},"NetTotalBeforeDiscount2":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"LastModifiedDate":{"type":"string","format":"date-time"},"LastModifiedUserName":{"type":"string","maxLength":20,"minLength":0},"IsExactRentalCalculationEnabled":{"type":"boolean"},"SkipWeekendsForRentOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"TotalWeight":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"WeightMounted":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"BillingInfo":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IncludedRentalTimeNotConsideredAsRent":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeNotConsideredAsRentUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"RentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"NotUsedEntryType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"MaterialCostTotal":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"SkipDaysForRent":{"type":"integer","format":"int32","maximum":99,"minimum":0},"CurrencyKey":{"type":"string","maxLength":5,"minLength":0},"CurrencyExchangeRate":{"type":"number","format":"decimal","maximum":9999999.0,"minimum":0.0},"CurrencyExchangeRateInverse":{"type":"number","format":"decimal","maximum":9999999.0,"minimum":0.0},"CurrencySymbol":{"type":"string","maxLength":5,"minLength":0},"DiscountDescription1":{"type":"string","maxLength":50,"minLength":0},"DiscountPercentage1":{"type":"number","format":"decimal","maximum":999.0,"minimum":-999.0},"DiscountValue1":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"DiscountDescription2":{"type":"string","maxLength":50,"minLength":0},"DiscountPercentage2":{"type":"number","format":"decimal","maximum":999.0,"minimum":-999.0},"DiscountValue2":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-999999999.0},"ProjectNo":{"type":"integer","format":"int64","maximum":999999999999.0,"minimum":0.0},"SourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"SourceDocumentKey":{"type":"string","maxLength":21,"minLength":0},"SourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"SourceDocumentNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"SourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"BillingServiceSheet"},"type":"object"},"ContactEvent":{"required":["commercialContactName","commercialContactFreeText","contactName","customerNo","matchcode","projectNo","requestNo","occasionDescription","detailDescription","agreementDescription","isCompleted","ignoreText","isIgnored","ownerName"],"properties":{"ContactEventId":{"type":"integer","format":"int32"},"ContactEventNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"CreationDate":{"type":"string","format":"date-time"},"CommercialContactName":{"type":"string","maxLength":30,"minLength":0},"CommercialContactFreeText":{"type":"string","maxLength":30,"minLength":0},"ContactName":{"type":"string","maxLength":30,"minLength":0},"CustomerNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"RequestNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"OccasionDescription":{"type":"string","maxLength":80,"minLength":0},"DetailDescription":{"type":"string"},"AgreementDescription":{"type":"string","maxLength":80,"minLength":0},"ReminderDate":{"type":"string","format":"date-time"},"IsCompleted":{"type":"boolean"},"CompletionDate":{"type":"string","format":"date-time"},"HistoryText":{"type":"string"},"IgnoreText":{"type":"string","maxLength":254,"minLength":0},"IsIgnored":{"type":"boolean"},"OwnerName":{"type":"string","maxLength":30,"minLength":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"ContactEvent"},"type":"object"},"ContractBudget":{"required":["budgetTarget","budgetUsed","description","percentage","location","contactName"],"properties":{"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"PurchaseOrderNo":{"type":"string","maxLength":30,"minLength":0},"StartDate":{"type":"string","format":"date-time"},"EndDate":{"type":"string","format":"date-time"},"BudgetTarget":{"type":"number","format":"decimal"},"BudgetUsed":{"type":"number","format":"decimal"},"Description":{"type":"string","maxLength":80,"minLength":0},"Percentage":{"type":"number","format":"decimal"},"Location":{"type":"string","maxLength":30,"minLength":0},"ContactName":{"type":"string","maxLength":80,"minLength":0}},"xml":{"name":"ContractBudget"},"type":"object"},"CostEstimation":{"required":["notUsedProjectNameNo","projectNo","notUsedRequestNo","sourceDocumentType","sourceDocumentKey","sourceDocumentNo","sourceDocumentSubNo","sourceDocumentFiscalYearKey","debitorId","addressId","matchcode","objectDescription","includedRentalTime","includedRentalTimeUnit","averageHourlyWage","costEstimationFactor","priceFactorPerMeterHeight","discountDescription1","netTotalBeforeDiscount1","discountPercentage1","discountValue1","discountDescription2","netTotalBeforeDiscount2","discountPercentage2","discountValue2","netTotal","vatValue","vatPercentage","grossTotal","notUsedTotalPriceLabor","totalPriceLabor","totalPriceTravelExpens","totalPriceExtraLaborExpens","totalCostExtraLaborExpens","notUsedTotalPriceExtraLaborExpens","totalPriceRent","totalPriceThirdPartyCharge","totalCostThirdPartyCharge","totalCostLabor","totalPriceSubContractor","notUsedRegularTargetPriceYear","notUsedProfitContributionTargetYear","notUsedProfitContributionTotal","notUsedProfitContributionTarget","totalWorkingHoursMounting","totalWorkingHoursDismantling","totalWorkingHour","totalTravelHoursMounting","totalTravelHoursDismantling","totalTravelHour","totalHour","currencyKey","currencyExchangeRate","currencyExchangeRateInverse","currencySymbol","totalWeight","totalCatalogPurchasePricesForMaterial","businessUnit1Key","lastModifiedUser1","lastModifiedUser2","isImportedFromGaeb","digitCountFirstSection","itemNoDigitCountSecondarySection","itemNoMask","itemNoIncrement","itemNoSectionDelimiter","itemNoFillerChar","includedRentalTimeNotConsideredAsRent","includedRentalTimeNotConsideredAsRentUnit","rentalTimeUnit"],"properties":{"CostEstimationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"CostEstimationSubNo":{"type":"integer","format":"int32","maximum":99,"minimum":0},"CostEstimationAddendumNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"NotUsedProjectNameNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"NotUsedRequestNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"SourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"SourceDocumentKey":{"type":"string","maxLength":21,"minLength":0},"SourceDocumentNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"SourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"DebitorId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"ObjectDescription":{"type":"string","maxLength":80,"minLength":0},"ObjectDetailDescription":{"type":"string"},"CostEstimationDate":{"type":"string","format":"date-time"},"CreationDate":{"type":"string","format":"date-time"},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"AverageHourlyWage":{"type":"number","format":"decimal"},"CostEstimationFactor":{"type":"number","format":"decimal"},"PriceFactorPerMeterHeight":{"type":"number","format":"decimal"},"DiscountDescription1":{"type":"string","maxLength":50,"minLength":0},"NetTotalBeforeDiscount1":{"type":"number","format":"decimal"},"DiscountPercentage1":{"type":"number","format":"decimal"},"DiscountValue1":{"type":"number","format":"decimal"},"DiscountDescription2":{"type":"string","maxLength":50,"minLength":0},"NetTotalBeforeDiscount2":{"type":"number","format":"decimal"},"DiscountPercentage2":{"type":"number","format":"decimal"},"DiscountValue2":{"type":"number","format":"decimal"},"NetTotal":{"type":"number","format":"decimal"},"VatValue":{"type":"number","format":"decimal"},"VatPercentage":{"type":"number","format":"decimal"},"GrossTotal":{"type":"number","format":"decimal"},"NotUsedTotalPriceLabor":{"type":"number","format":"decimal"},"TotalPriceLabor":{"type":"number","format":"decimal"},"TotalPriceTravelExpens":{"type":"number","format":"decimal"},"TotalPriceExtraLaborExpens":{"type":"number","format":"decimal"},"TotalCostExtraLaborExpens":{"type":"number","format":"decimal"},"NotUsedTotalPriceExtraLaborExpens":{"type":"number","format":"decimal"},"TotalPriceRent":{"type":"number","format":"decimal"},"TotalPriceThirdPartyCharge":{"type":"number","format":"decimal"},"TotalCostThirdPartyCharge":{"type":"number","format":"decimal"},"TotalCostLabor":{"type":"number","format":"decimal"},"TotalPriceSubContractor":{"type":"number","format":"decimal"},"NotUsedRegularTargetPriceYear":{"type":"number","format":"decimal"},"NotUsedProfitContributionTargetYear":{"type":"number","format":"decimal"},"NotUsedProfitContributionTotal":{"type":"number","format":"decimal"},"NotUsedProfitContributionTarget":{"type":"number","format":"decimal"},"TotalWorkingHoursMounting":{"type":"number","format":"decimal"},"TotalWorkingHoursDismantling":{"type":"number","format":"decimal"},"TotalWorkingHour":{"type":"number","format":"decimal"},"TotalTravelHoursMounting":{"type":"number","format":"decimal"},"TotalTravelHoursDismantling":{"type":"number","format":"decimal"},"TotalTravelHour":{"type":"number","format":"decimal"},"TotalHour":{"type":"number","format":"decimal"},"CurrencyKey":{"type":"string","maxLength":5,"minLength":0},"CurrencyExchangeRate":{"type":"number","format":"decimal"},"CurrencyExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencySymbol":{"type":"string","maxLength":5,"minLength":0},"TotalWeight":{"type":"number","format":"decimal"},"TotalCatalogPurchasePricesForMaterial":{"type":"number","format":"decimal"},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"LastModifiedUser1":{"type":"string","maxLength":30,"minLength":0},"LastModifiedDate1":{"type":"string","format":"date-time"},"LastModifiedUser2":{"type":"string","maxLength":30,"minLength":0},"LastModifiedDate2":{"type":"string","format":"date-time"},"DetailDescriptionInternal":{"type":"string"},"IsImportedFromGaeb":{"type":"boolean"},"GaebDetail":{"type":"string"},"DigitCountFirstSection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoDigitCountSecondarySection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoMask":{"type":"string","maxLength":9,"minLength":0},"ItemNoIncrement":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ItemNoSectionDelimiter":{"type":"string","maxLength":1,"minLength":0},"ItemNoFillerChar":{"type":"string","maxLength":1,"minLength":0},"ItemNoCreationOption":{"type":"boolean"},"IncludedRentalTimeNotConsideredAsRent":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeNotConsideredAsRentUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"RentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]}},"xml":{"name":"CostEstimation"},"type":"object"},"CreditNote":{"required":["printDateSelectionOption","invoiceNo","projectNo","objectDetailDescription","objectDetailDescriptionFormatted","objectDescription","openInvoiceListBookingText","includedRentalTime","includedRentalTimeUnit","sourceDocumentType","sourceDocumentFiscalYearKey","sourceDocumentNo","sourceDocumentSubNo","sourceDocumentKey","debitorNo","addressId","matchcode","addressSalutation","addressName","addressLine1","addressLine2","addressZipCode","addressCity","addressPhone","addressFax","addressEmail","headertext","headerTextFormatted","footerText","footerTextFormatted","discountDescription1","netTotalBeforeDiscount1","discountPercentage1","discountValue1","discountDescription2","netTotalBeforeDiscount2","discountPercentage2","discountValue2","netTotal","vatValue","vatPercentage","grossTotal","totalSubcontractor","totalTravelExpens","totalExtraLaborExpens","totalRent","totalThirdPartyCharge","totalLabor","commercialContactCaption","commercialContactName","technicalContactCaption","technicalContactName","technicalContactKey","currencyKey","currencyExchangeRate","currencyExchangeRateInverse","currencySymbol","currencyKeyPrint","currencyKeyPrintAdditional","businessUnit1Key","currencyPrintExchangeRate","currencyPrintExchangeRateInverse","currencyPrintAdditionalExchangeRate","currencyPrintAdditionalExchangeRateInverse","isCurrencyPrintFixedExchangeRate","isCurrencyPrintAdditionalFixedExchangeRate","currencyPrintSymbol","currencyPrintAdditionalSymbol","coverLetterNo","contactSelectionKey","contactName","faxInfoText","fiscalAccount","isApprovedForExport","taxKeyId","isImportedFromGaeb","digitCountFirstSection","itemNoDigitCountSecondarySection","itemNoMask","itemNoIncrement","itemNoSectionDelimiter","itemNoFillerChar","addressCountryCode","approvalUserName","creditNoteStatus","commercialContactId"],"properties":{"CreditNoteNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"PrintDateSelectionOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"CreditNoteDate":{"type":"string","format":"date-time"},"DocumentDate":{"type":"string","format":"date-time"},"InvoiceNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"ObjectDetailDescription":{"type":"string"},"ObjectDetailDescriptionFormatted":{"type":"string"},"ObjectDescription":{"type":"string","maxLength":50,"minLength":0},"OpenInvoiceListBookingText":{"type":"string","maxLength":40,"minLength":0},"DetailDescriptionInternal":{"type":"string"},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"SourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"SourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"SourceDocumentNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"SourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SourceDocumentKey":{"type":"string","maxLength":21,"minLength":0},"DebitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"AddressSalutation":{"type":"string","maxLength":60,"minLength":0},"AddressName":{"type":"string","maxLength":60,"minLength":0},"AddressLine1":{"type":"string","maxLength":60,"minLength":0},"AddressLine2":{"type":"string","maxLength":60,"minLength":0},"AddressZipCode":{"type":"string","maxLength":10,"minLength":0},"AddressCity":{"type":"string","maxLength":60,"minLength":0},"AddressPhone":{"type":"string","maxLength":30,"minLength":0},"AddressFax":{"type":"string","maxLength":30,"minLength":0},"AddressEmail":{"type":"string","maxLength":80,"minLength":0},"Headertext":{"type":"string"},"HeaderTextFormatted":{"type":"string"},"FooterText":{"type":"string"},"FooterTextFormatted":{"type":"string"},"DiscountDescription1":{"type":"string","maxLength":50,"minLength":0},"NetTotalBeforeDiscount1":{"type":"number","format":"decimal"},"DiscountPercentage1":{"type":"number","format":"decimal"},"DiscountValue1":{"type":"number","format":"decimal"},"DiscountDescription2":{"type":"string","maxLength":50,"minLength":0},"NetTotalBeforeDiscount2":{"type":"number","format":"decimal"},"DiscountPercentage2":{"type":"number","format":"decimal"},"DiscountValue2":{"type":"number","format":"decimal"},"NetTotal":{"type":"number","format":"decimal"},"VatValue":{"type":"number","format":"decimal"},"VatPercentage":{"type":"number","format":"decimal"},"GrossTotal":{"type":"number","format":"decimal"},"TotalSubcontractor":{"type":"number","format":"decimal"},"TotalTravelExpens":{"type":"number","format":"decimal"},"TotalExtraLaborExpens":{"type":"number","format":"decimal"},"TotalRent":{"type":"number","format":"decimal"},"TotalThirdPartyCharge":{"type":"number","format":"decimal"},"TotalLabor":{"type":"number","format":"decimal"},"CommercialContactCaption":{"type":"string","maxLength":40,"minLength":0},"CommercialContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactCaption":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactKey":{"type":"string","maxLength":50,"minLength":0},"CurrencyKey":{"type":"string","maxLength":5,"minLength":0},"CurrencyExchangeRate":{"type":"number","format":"decimal"},"CurrencyExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencySymbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrint":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrintAdditional":{"type":"string","maxLength":5,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"CurrencyPrintExchangeRate":{"type":"number","format":"decimal"},"CurrencyPrintExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencyPrintAdditionalExchangeRate":{"type":"number","format":"decimal"},"CurrencyPrintAdditionalExchangeRateInverse":{"type":"number","format":"decimal"},"IsCurrencyPrintFixedExchangeRate":{"type":"boolean"},"IsCurrencyPrintAdditionalFixedExchangeRate":{"type":"boolean"},"CurrencyPrintSymbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyPrintAdditionalSymbol":{"type":"string","maxLength":5,"minLength":0},"CoverLetterNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ContactSelectionKey":{"type":"string","maxLength":50,"minLength":0},"ContactName":{"type":"string","maxLength":50,"minLength":0},"FaxInfoText":{"type":"string","maxLength":50,"minLength":0},"FiscalAccount":{"type":"string","maxLength":10,"minLength":0},"IsApprovedForExport":{"type":"boolean"},"ExportDate":{"type":"string","format":"date-time"},"TaxKeyId":{"type":"string","maxLength":5,"minLength":0},"IsImportedFromGaeb":{"type":"boolean"},"GaebDetail":{"type":"string"},"DigitCountFirstSection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoDigitCountSecondarySection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoMask":{"type":"string","maxLength":9,"minLength":0},"ItemNoIncrement":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ItemNoSectionDelimiter":{"type":"string","maxLength":1,"minLength":0},"ItemNoFillerChar":{"type":"string","maxLength":1,"minLength":0},"ItemNoCreationOption":{"type":"boolean"},"AddressCountryCode":{"type":"string","maxLength":4,"minLength":0},"ApprovalDate":{"type":"string","format":"date-time"},"ApprovalUserName":{"type":"string","maxLength":30,"minLength":0},"CreditNoteStatus":{"type":"string","enum":["Open","InApproval","Approved"]},"CommercialContactId":{"type":"integer","format":"int32","maximum":999999,"minimum":0}},"xml":{"name":"CreditNote"},"type":"object"},"DeliveryNote":{"required":["deliveryNoteStatus","invoiceNo","invoiceFiscalYear","sourceDocumentType","sourceDocumentKey","sourceDocumentNo","sourceDocumentSubNo","sourceDocumentFiscalYearKey","projectNo","includedRentalTime","includedRentalTimeUnit","debitorNo","addressId","matchcode","addressSalutation","addressName","addressLine1","addressLine2","addressZipCode","addressCity","addressPhone","addressFax","addressEmail","paymentTermsDescription","discountDescription1","netTotalBeforeDiscount1","discountPercentage1","discountValue1","discountDescription2","netTotalBeforeDiscount2","discountPercentage2","discountValue2","netTotal","vatValue","vatPercentage","grossTotal","commercialContactCaption","commercialContactName","technicalContactCaption","technicalContactName","technicalContactKey","currencyKey","currencySymbol","currencyExchangeRate","currencyExchangeRateInverse","currencyKeyPrint","currencyKeyPrintAdditional","businessUnit1Key","currencyPrintExchangeRate","currencyPrintExchangeRateInverse","currencyPrintAdditionalExchangeRate","currencyPrintAdditionalExchangeRateInverse","isCurrencyPrintFixedExchangeRate","isCurrencyPrintAdditionalFixedExchangeRate","currencyPrintSymbol","currencyPrintAdditionalSymbol","letterNo","contactSelectionKey","contactName","faxInfoText","isImportedFromGaeb","digitCountFirstSection","itemNoDigitCountSecondarySection","itemNoIncrement","isCreateStockTransactionEnabled","transactionNo","addressCountryCode","commercialContactId"],"properties":{"DeliveryNoteNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"DeliveryNoteSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"DeliveryNoteDate":{"type":"string","format":"date-time"},"DeliveryNoteStatus":{"type":"string","maximum":99,"minimum":0,"enum":["None","Open","Billed"]},"InvoiceNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"InvoiceFiscalYear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"SourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"SourceDocumentKey":{"type":"string","maxLength":21,"minLength":0},"SourceDocumentNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"SourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"ObjectDetailDescription":{"type":"string"},"ObjectDetailDescriptionFormatted":{"type":"string"},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"DebitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"AddressSalutation":{"type":"string","maxLength":60,"minLength":0},"AddressName":{"type":"string","maxLength":60,"minLength":0},"AddressLine1":{"type":"string","maxLength":60,"minLength":0},"AddressLine2":{"type":"string","maxLength":60,"minLength":0},"AddressZipCode":{"type":"string","maxLength":10,"minLength":0},"AddressCity":{"type":"string","maxLength":60,"minLength":0},"AddressPhone":{"type":"string","maxLength":30,"minLength":0},"AddressFax":{"type":"string","maxLength":30,"minLength":0},"AddressEmail":{"type":"string","maxLength":80,"minLength":0},"Headertext":{"type":"string"},"HeaderTextFormatted":{"type":"string"},"FooterText":{"type":"string"},"FooterTextFormatted":{"type":"string"},"PaymentTerm":{"type":"string"},"PaymentTermsFormatted":{"type":"string"},"PaymentTermsDescription":{"type":"string","maxLength":15,"minLength":0},"DiscountDescription1":{"type":"string","maxLength":50,"minLength":0},"NetTotalBeforeDiscount1":{"type":"number","format":"decimal"},"DiscountPercentage1":{"type":"number","format":"decimal"},"DiscountValue1":{"type":"number","format":"decimal"},"DiscountDescription2":{"type":"string","maxLength":50,"minLength":0},"NetTotalBeforeDiscount2":{"type":"number","format":"decimal"},"DiscountPercentage2":{"type":"number","format":"decimal"},"DiscountValue2":{"type":"number","format":"decimal"},"NetTotal":{"type":"number","format":"decimal"},"VatValue":{"type":"number","format":"decimal"},"VatPercentage":{"type":"number","format":"decimal"},"GrossTotal":{"type":"number","format":"decimal"},"CommercialContactCaption":{"type":"string","maxLength":40,"minLength":0},"CommercialContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactCaption":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactKey":{"type":"string","maxLength":50,"minLength":0},"CurrencyKey":{"type":"string","maxLength":5,"minLength":0},"CurrencySymbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyExchangeRate":{"type":"number","format":"decimal"},"CurrencyExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencyKeyPrint":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrintAdditional":{"type":"string","maxLength":5,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"CurrencyPrintExchangeRate":{"type":"number","format":"decimal"},"CurrencyPrintExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencyPrintAdditionalExchangeRate":{"type":"number","format":"decimal"},"CurrencyPrintAdditionalExchangeRateInverse":{"type":"number","format":"decimal"},"IsCurrencyPrintFixedExchangeRate":{"type":"boolean"},"IsCurrencyPrintAdditionalFixedExchangeRate":{"type":"boolean"},"CurrencyPrintSymbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyPrintAdditionalSymbol":{"type":"string","maxLength":5,"minLength":0},"LetterNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ContactSelectionKey":{"type":"string","maxLength":50,"minLength":0},"ContactName":{"type":"string","maxLength":50,"minLength":0},"FaxInfoText":{"type":"string","maxLength":50,"minLength":0},"DetailDescriptionInternal":{"type":"string"},"IsImportedFromGaeb":{"type":"boolean"},"GaebDetail":{"type":"string"},"DigitCountFirstSection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoDigitCountSecondarySection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoMask":{"type":"string","maxLength":9,"minLength":0},"ItemNoIncrement":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ItemNoSectionDelimiter":{"type":"string","maxLength":1,"minLength":0},"ItemNoFillerChar":{"type":"string","maxLength":1,"minLength":0},"ItemNoCreationOption":{"type":"boolean"},"IsCreateStockTransactionEnabled":{"type":"boolean"},"TransactionNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"AddressCountryCode":{"type":"string","maxLength":4,"minLength":0},"CommercialContactId":{"type":"integer","format":"int32","maximum":999999,"minimum":0}},"xml":{"name":"DeliveryNote"},"type":"object"},"Invoice":{"required":["progressPaymentConsecutiveNo","lastProgressPaymentInvoiceNo","lastProgressPaymentFiscalYear","lastProgressPaymentConsecutiveNo","printDocumentOrBookingDateOption","notUsedPartialPaymentMode","isOutdatedByNewerInvoice","detailDescriptionInternal","includedRentalTime","includedRentalTimeUnit","projectNo","sourceDocumentType","sourceDocumentKey","sourceDocumentNo","sourceDocumentSubNo","sourceDocumentFiscalYearKey","notUsedBillingServiceSheetSelectionKey","notUsedBillingServiceSheetNo","notUsedBillingServiceSheetVersionNo","quotationNo","quotationYear","confirmationNo","confirmationYear","deliveryNoteNo","deliveryNoteYear","objectDescription","objectDetailDescription","objectDetailDescriptionFormatted","debitorNo","addressId","matchcode","addressSalutation","addressName","addressLine1","addressLine2","addressZipCode","addressCity","addressPhone","addressFax","addressEmail","netTotalBeforePriorInvoice","vatPercentage","vatTotalBeforePriorInvoice","grossTotalBeforePriorInvoice","netTotalBeforeSecurityDeposit","vatTotalBeforeSecurityDeposit","grossTotalBeforeSecurityDeposit","netTotalPriorInvoice","notUsedVatPercentaGeb","vatTotalPriorInvoice","grossTotalPriorInvoice","netTotalPaymentRequest","vatTotalPaymentRequest","grossTotalPaymentRequest","netTotalBookingValue","vatTotalBookingValue","grossTotalBookingValue","netTotalPriorPayment","vatTotalPriorPayment","grossTotalPriorPayment","headerText","headerTextFormatted","footerText","footerTextFormatted","paymentTerm","paymentTermsFormatted","paymentTermsDescription","netTotalBeforeDiscount1","netTotalBeforeDiscount2","discountPercentage1","discountPercentage2","discountValue1","discountValue2","discountDescription1","discountDescription2","isSecurityDepositEnabled","securityDepositText","securityDepositPercent","netTotalSecurityDeposit","vatTotalSecurityDeposit","grossTotalSecurityDeposit","cashDiscount1DueDay","cashDiscount2DueDay","netDueDay","cashDiscount1DueDaysType","cashDiscount2DueDaysType","netDueDaysType","cashDiscount1Percentage","cashDiscount2Percentage","commercialContactCaption","commercialContactName","technicalContactCaption","technicalContactName","technicalContactKey","currencyKey","currencyExchangeRate","currencyExchangeRateInverse","currencySymbol","currencyKeyPrint","currencyKeyPrintAdditional","currencyPrintSymbol","currencyPrintAdditionalSymbol","isCurrencyPrintFixedExchangeRate","isCurrencyPrintAdditionalFixedExchangeRate","currencyPrintExchangeRate","currencyPrintExchangeRateInverse","currencyPrintAdditionalExchangeRate","currencyPrintAdditionalExchangeRateInverse","businessUnit1Key","letterNo","isDeductPriorInvoice","deductPriorInvoicesOption","isDeductPriorPayment","deductPriorPaymentsOption","partialPaymentVatOption","notUsedDeductPriorPaymentType","contactSelectionKey","contactName","faxInfoText","netTotalLabor","netTotalLaborDismantling","netTotalLaborMounting","netTotalRent","netTotalTravelExpens","netTotalExtraLaborExpens","netTotalThirdPartyCharge","netTotalSubcontractor","netTotalCreditNote","vatTotalCreditNote","grossTotalCreditNote","netTotalLaborPriorInvoice","netTotalLaborDismantlingPriorInvoice","netTotalLaborMountingPriorInvoice","netTotalRentPriorInvoice","netTotalTravelExpensesPriorInvoice","netTotalExtraLaborExpensesPriorInvoice","netTotalThirdPartyChargesPriorInvoice","netTotalSubcontractorPriorInvoice","netTotalCreditNotesPriorInvoice","vatTotalCreditNotesPriorInvoice","grossTotalCreditNotesPriorInvoice","isCreatePageBreakBeforeTotal","fiscalAccount","isApprovedForExport","taxKeyId","isCopyDetailDescriptionQuotationToInvoiceEnabled","isImportedFromGaeb","gaebDetail","digitCountFirstSection","itemNoDigitCountSecondarySection","itemNoMask","itemNoIncrement","itemNoSectionDelimiter","itemNoFillerChar","invoiceItemPercentageUsageOption","addressCountryCode","bankId","bankReferenceNo","releasedByUsername"],"properties":{"InvoiceId":{"type":"integer","format":"int32"},"InvoiceNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"ProgressPaymentConsecutiveNo":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"LastProgressPaymentInvoiceNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"LastProgressPaymentFiscalYear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"LastProgressPaymentConsecutiveNo":{"type":"integer","format":"int32","maximum":99,"minimum":0},"PrintDocumentOrBookingDateOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"InvoiceDate":{"type":"string","format":"date-time"},"DocumentDate":{"type":"string","format":"date-time"},"ServiceStartDate":{"type":"string","format":"date-time"},"ServiceEndDate":{"type":"string","format":"date-time"},"NotUsedPartialPaymentMode":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsOutdatedByNewerInvoice":{"type":"boolean"},"DetailDescriptionInternal":{"type":"string"},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"DueDateCashDiscount1":{"type":"string","format":"date-time"},"DueDateCashDiscount2":{"type":"string","format":"date-time"},"DueDate":{"type":"string","format":"date-time"},"ProjectNo":{"type":"integer","format":"int64","maximum":999999999999.0,"minimum":0.0},"SourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"SourceDocumentKey":{"type":"string","maxLength":30,"minLength":0},"SourceDocumentNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"SourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"NotUsedBillingServiceSheetSelectionKey":{"type":"string","maxLength":14,"minLength":0},"NotUsedBillingServiceSheetNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"NotUsedBillingServiceSheetVersionNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"QuotationNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"QuotationYear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"ConfirmationNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"ConfirmationYear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"DeliveryNoteNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"DeliveryNoteYear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"ObjectDescription":{"type":"string","maxLength":80,"minLength":0},"ObjectDetailDescription":{"type":"string"},"ObjectDetailDescriptionFormatted":{"type":"string"},"DebitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressId":{"type":"integer","format":"int32"},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"AddressSalutation":{"type":"string","maxLength":60,"minLength":0},"AddressName":{"type":"string","maxLength":60,"minLength":0},"AddressLine1":{"type":"string","maxLength":60,"minLength":0},"AddressLine2":{"type":"string","maxLength":60,"minLength":0},"AddressZipCode":{"type":"string","maxLength":10,"minLength":0},"AddressCity":{"type":"string","maxLength":60,"minLength":0},"AddressPhone":{"type":"string","maxLength":30,"minLength":0},"AddressFax":{"type":"string","maxLength":30,"minLength":0},"AddressEmail":{"type":"string","maxLength":80,"minLength":0},"NetTotalBeforePriorInvoice":{"type":"number","format":"decimal"},"VatPercentage":{"type":"number","format":"decimal"},"VatTotalBeforePriorInvoice":{"type":"number","format":"decimal"},"GrossTotalBeforePriorInvoice":{"type":"number","format":"decimal"},"NetTotalBeforeSecurityDeposit":{"type":"number","format":"decimal"},"VatTotalBeforeSecurityDeposit":{"type":"number","format":"decimal"},"GrossTotalBeforeSecurityDeposit":{"type":"number","format":"decimal"},"NetTotalPriorInvoice":{"type":"number","format":"decimal"},"NotUsedVatPercentaGeb":{"type":"number","format":"decimal"},"VatTotalPriorInvoice":{"type":"number","format":"decimal"},"GrossTotalPriorInvoice":{"type":"number","format":"decimal"},"NetTotalPaymentRequest":{"type":"number","format":"decimal"},"VatTotalPaymentRequest":{"type":"number","format":"decimal"},"GrossTotalPaymentRequest":{"type":"number","format":"decimal"},"NetTotalBookingValue":{"type":"number","format":"decimal"},"VatTotalBookingValue":{"type":"number","format":"decimal"},"GrossTotalBookingValue":{"type":"number","format":"decimal"},"NetTotalPriorPayment":{"type":"number","format":"decimal"},"VatTotalPriorPayment":{"type":"number","format":"decimal"},"GrossTotalPriorPayment":{"type":"number","format":"decimal"},"HeaderText":{"type":"string"},"HeaderTextFormatted":{"type":"string"},"FooterText":{"type":"string"},"FooterTextFormatted":{"type":"string"},"PaymentTerm":{"type":"string"},"PaymentTermsFormatted":{"type":"string"},"PaymentTermsDescription":{"type":"string","maxLength":15,"minLength":0},"NetTotalBeforeDiscount1":{"type":"number","format":"decimal"},"NetTotalBeforeDiscount2":{"type":"number","format":"decimal"},"DiscountPercentage1":{"type":"number","format":"decimal"},"DiscountPercentage2":{"type":"number","format":"decimal"},"DiscountValue1":{"type":"number","format":"decimal"},"DiscountValue2":{"type":"number","format":"decimal"},"DiscountDescription1":{"type":"string","maxLength":50,"minLength":0},"DiscountDescription2":{"type":"string","maxLength":50,"minLength":0},"IsSecurityDepositEnabled":{"type":"boolean"},"SecurityDepositText":{"type":"string","maxLength":50,"minLength":0},"SecurityDepositPercent":{"type":"number","format":"decimal"},"NetTotalSecurityDeposit":{"type":"number","format":"decimal"},"VatTotalSecurityDeposit":{"type":"number","format":"decimal"},"GrossTotalSecurityDeposit":{"type":"number","format":"decimal"},"CashDiscount1DueDay":{"type":"integer","format":"int32","maximum":999,"minimum":0},"CashDiscount2DueDay":{"type":"integer","format":"int32","maximum":999,"minimum":0},"NetDueDay":{"type":"integer","format":"int32","maximum":999,"minimum":0},"CashDiscount1DueDaysType":{"type":"string","enum":["Undefined","CalenderDays","WorkingDays"]},"CashDiscount2DueDaysType":{"type":"string","enum":["Undefined","CalenderDays","WorkingDays"]},"NetDueDaysType":{"type":"string","enum":["Undefined","CalenderDays","WorkingDays"]},"CashDiscount1Percentage":{"type":"number","format":"decimal"},"CashDiscount2Percentage":{"type":"number","format":"decimal"},"CommercialContactCaption":{"type":"string","maxLength":40,"minLength":0},"CommercialContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactCaption":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactKey":{"type":"string","maxLength":50,"minLength":0},"CurrencyKey":{"type":"string","maxLength":5,"minLength":0},"CurrencyExchangeRate":{"type":"number","format":"decimal","maximum":9999999,"minimum":0},"CurrencyExchangeRateInverse":{"type":"number","format":"decimal","maximum":9999999,"minimum":0},"CurrencySymbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrint":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrintAdditional":{"type":"string","maxLength":5,"minLength":0},"CurrencyPrintSymbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyPrintAdditionalSymbol":{"type":"string","maxLength":5,"minLength":0},"IsCurrencyPrintFixedExchangeRate":{"type":"boolean"},"IsCurrencyPrintAdditionalFixedExchangeRate":{"type":"boolean"},"CurrencyPrintExchangeRate":{"type":"number","format":"decimal"},"CurrencyPrintExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencyPrintAdditionalExchangeRate":{"type":"number","format":"decimal"},"CurrencyPrintAdditionalExchangeRateInverse":{"type":"number","format":"decimal"},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"LetterNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"IsDeductPriorInvoice":{"type":"boolean"},"DeductPriorInvoicesOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsDeductPriorPayment":{"type":"boolean"},"DeductPriorPaymentsOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"PartialPaymentVatOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"NotUsedDeductPriorPaymentType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ContactSelectionKey":{"type":"string","maxLength":50,"minLength":0},"ContactName":{"type":"string","maxLength":50,"minLength":0},"FaxInfoText":{"type":"string","maxLength":50,"minLength":0},"NetTotalLabor":{"type":"number","format":"decimal"},"NetTotalLaborDismantling":{"type":"number","format":"decimal"},"NetTotalLaborMounting":{"type":"number","format":"decimal"},"NetTotalRent":{"type":"number","format":"decimal"},"NetTotalTravelExpens":{"type":"number","format":"decimal"},"NetTotalExtraLaborExpens":{"type":"number","format":"decimal"},"NetTotalThirdPartyCharge":{"type":"number","format":"decimal"},"NetTotalSubcontractor":{"type":"number","format":"decimal"},"NetTotalCreditNote":{"type":"number","format":"decimal"},"VatTotalCreditNote":{"type":"number","format":"decimal"},"GrossTotalCreditNote":{"type":"number","format":"decimal"},"NetTotalLaborPriorInvoice":{"type":"number","format":"decimal"},"NetTotalLaborDismantlingPriorInvoice":{"type":"number","format":"decimal"},"NetTotalLaborMountingPriorInvoice":{"type":"number","format":"decimal"},"NetTotalRentPriorInvoice":{"type":"number","format":"decimal"},"NetTotalTravelExpensesPriorInvoice":{"type":"number","format":"decimal"},"NetTotalExtraLaborExpensesPriorInvoice":{"type":"number","format":"decimal"},"NetTotalThirdPartyChargesPriorInvoice":{"type":"number","format":"decimal"},"NetTotalSubcontractorPriorInvoice":{"type":"number","format":"decimal"},"NetTotalCreditNotesPriorInvoice":{"type":"number","format":"decimal"},"VatTotalCreditNotesPriorInvoice":{"type":"number","format":"decimal"},"GrossTotalCreditNotesPriorInvoice":{"type":"number","format":"decimal"},"IsCreatePageBreakBeforeTotal":{"type":"boolean"},"FiscalAccount":{"type":"string","maxLength":10,"minLength":0},"IsApprovedForExport":{"type":"boolean"},"BookingDate":{"type":"string","format":"date-time"},"TaxKeyId":{"type":"string","maxLength":5,"minLength":0},"IsCopyDetailDescriptionQuotationToInvoiceEnabled":{"type":"boolean"},"IsImportedFromGaeb":{"type":"boolean"},"GaebDetail":{"type":"string"},"DigitCountFirstSection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoDigitCountSecondarySection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoMask":{"type":"string","maxLength":9,"minLength":0},"ItemNoIncrement":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ItemNoSectionDelimiter":{"type":"string","maxLength":1,"minLength":0},"ItemNoFillerChar":{"type":"string","maxLength":1,"minLength":0},"ItemNoCreationOption":{"type":"boolean"},"InvoiceItemPercentageUsageOption":{"type":"string","maximum":9,"minimum":0,"enum":["Unassigned","UnitPrice","TotalPrice"]},"AddressCountryCode":{"type":"string","maxLength":4,"minLength":0},"BankId":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"BankReferenceNo":{"type":"string","maxLength":59,"minLength":0},"ReleaseDate":{"type":"string","format":"date-time"},"ReleasedByUsername":{"type":"string","maxLength":30,"minLength":0},"RecurringInvoicesNo":{"type":"integer","format":"int32"},"CommercialContactId":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"Timestamp":{"type":"string","format":"byte"},"ExternalDocumentDate":{"type":"string","format":"date-time"},"ExternalDocumentNo":{"type":"string","maxLength":10,"minLength":0},"InvoiceInfo":{"type":"string","maxLength":254,"minLength":0},"IsSecurityDepositWithoutVAT":{"type":"boolean"}},"xml":{"name":"Invoice"},"type":"object"},"Letter":{"required":["quotationRequestId","projectNo","requestNo","objectDescription","debitorCreditorNo","displayDebitorNo","addressId","matchcode","addressSalutation","addressName","addressLine1","addressLine2","addressZipCode","addressCity","addressPhone","addressFax","addressEmail","commercialContactName","commercialContactCaption","technicalContactName","technicalContactCaption","technicalContactKey","contactSelectionKey","contactName","faxInfoText","notUsedFeld1","notUsedFeld2","notUsedFeld3","notUsedOp1","notUsedOp2","notUsedOp3","notUsedText1","notUsedText2","notUsedText3","notUsedKon1","notUsedKon2","sqlQuery","automaticLoggingInPaymentInfo","businessUnit1Key","addressCountryCode"],"properties":{"Id":{"type":"integer","format":"int32"},"QuotationRequestId":{"type":"integer","format":"int32"},"LetterNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"LetterDate":{"type":"string","format":"date-time"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"RequestNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ObjectDescription":{"type":"string","maxLength":50,"minLength":0},"ObjectDetailDescription":{"type":"string"},"ObjectDetailDescriptionFormatted":{"type":"string"},"LetterContentText":{"type":"string"},"LetterContentTextFormatted":{"type":"string"},"DetailDescriptionInternal":{"type":"string"},"DebitorCreditorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"DisplayDebitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"AddressSalutation":{"type":"string","maxLength":60,"minLength":0},"AddressName":{"type":"string","maxLength":60,"minLength":0},"AddressLine1":{"type":"string","maxLength":60,"minLength":0},"AddressLine2":{"type":"string","maxLength":60,"minLength":0},"AddressZipCode":{"type":"string","maxLength":10,"minLength":0},"AddressCity":{"type":"string","maxLength":60,"minLength":0},"AddressPhone":{"type":"string","maxLength":30,"minLength":0},"AddressFax":{"type":"string","maxLength":30,"minLength":0},"AddressEmail":{"type":"string","maxLength":80,"minLength":0},"CommercialContactName":{"type":"string","maxLength":40,"minLength":0},"CommercialContactCaption":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactCaption":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactKey":{"type":"string","maxLength":20,"minLength":0},"ContactSelectionKey":{"type":"string","maxLength":50,"minLength":0},"ContactName":{"type":"string","maxLength":50,"minLength":0},"FaxInfoText":{"type":"string","maxLength":50,"minLength":0},"NotUsedFeld1":{"type":"string","maxLength":50,"minLength":0},"NotUsedFeld2":{"type":"string","maxLength":50,"minLength":0},"NotUsedFeld3":{"type":"string","maxLength":50,"minLength":0},"NotUsedOp1":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NotUsedOp2":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NotUsedOp3":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NotUsedText1":{"type":"string","maxLength":50,"minLength":0},"NotUsedText2":{"type":"string","maxLength":50,"minLength":0},"NotUsedText3":{"type":"string","maxLength":50,"minLength":0},"NotUsedKon1":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NotUsedKon2":{"type":"integer","format":"int32","maximum":99,"minimum":0},"SqlQuery":{"type":"string"},"AutomaticLoggingInPaymentInfo":{"type":"integer","format":"int32","maximum":9,"minimum":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"AddressCountryCode":{"type":"string","maxLength":4,"minLength":0},"CommercialContactId":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"Letter"},"type":"object"},"OrderConfirmation":{"required":["sourceDocumentType","sourceDocumentFiscalYearKey","sourceDocumentNo","sourceDocumentSubNo","sourceDocumentKey","notusedQuotationfiscalyear","notusedQuotationno","notusedCostestimationkey","notusedCostestimationno","notusedCostestimationsubno","notusedCostestimationfiscalyear","notusedProjectnameno","requestNo","projectNo","includedRentalTime","includedRentalTimeUnit","objectDescription","debitorNo","addressId","matchcode","addressSalutation","addressName","addressLine1","addressLine2","addressZipCode","addressCity","addressPhone","addressFax","addressEmail","paymentTermsDescription","discountDescription1","netTotalBeforeDiscount1","discountPercentage1","discountValue1","discountDescription2","netTotalBeforeDiscount2","discountPercentage2","discountValue2","netTotal","vatValue","vatPercentage","grossTotal","commercialContactCaption","commercialContactName","technicalContactCaption","technicalContactName","technicalContactKey","currencyKey","currencyExchangeRate","currencyExchangeRateInverse","currencySymbol","currencyKeyPrint","currencyKeyPrintAdditional","businessUnit1Key","currencyPrintExchangeRate","currencyPrintExchangeRateInverse","currencyPrintAdditionalExchangeRate","currencyPrintAdditionalExchangeRateInverse","isCurrencyPrintFixedExchangeRate","isCurrencyPrintAdditionalFixedExchangeRate","currencyPrintSymbol","currencyPrintAdditionalSymbol","letterNo","contactSelectionKey","contactName","faxInfoText","isImportedFromGaeb","digitCountFirstSection","itemNoDigitCountSecondarySection","itemNoMask","itemNoIncrement","itemNoSectionDelimiter","itemNoFillerChar","addressCountryCode","rent","rentUnit","rentUnitKey"],"properties":{"OrderConfirmationId":{"type":"integer","format":"int32"},"ConfirmationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ConfirmationAddendumNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"ConfirmationDate":{"type":"string","format":"date-time"},"SourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"SourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"SourceDocumentNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"SourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SourceDocumentKey":{"type":"string","maxLength":21,"minLength":0},"NotusedQuotationfiscalyear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"NotusedQuotationno":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"NotusedCostestimationkey":{"type":"string","maxLength":13,"minLength":0},"NotusedCostestimationno":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"NotusedCostestimationsubno":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NotusedCostestimationfiscalyear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"NotusedProjectnameno":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"RequestNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"ObjectDetailDescription":{"type":"string"},"ObjectDetailDescriptionFormatted":{"type":"string"},"ObjectDescription":{"type":"string","maxLength":50,"minLength":0},"DebitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"AddressSalutation":{"type":"string","maxLength":60,"minLength":0},"AddressName":{"type":"string","maxLength":60,"minLength":0},"AddressLine1":{"type":"string","maxLength":60,"minLength":0},"AddressLine2":{"type":"string","maxLength":60,"minLength":0},"AddressZipCode":{"type":"string","maxLength":10,"minLength":0},"AddressCity":{"type":"string","maxLength":60,"minLength":0},"AddressPhone":{"type":"string","maxLength":30,"minLength":0},"AddressFax":{"type":"string","maxLength":30,"minLength":0},"AddressEmail":{"type":"string","maxLength":80,"minLength":0},"HeaderText":{"type":"string"},"HeaderTextFormatted":{"type":"string"},"FooterText":{"type":"string"},"FooterTextFormatted":{"type":"string"},"PaymentTerm":{"type":"string"},"PaymentTermsFormatted":{"type":"string"},"PaymentTermsDescription":{"type":"string","maxLength":15,"minLength":0},"DiscountDescription1":{"type":"string","maxLength":50,"minLength":0},"NetTotalBeforeDiscount1":{"type":"number","format":"decimal"},"DiscountPercentage1":{"type":"number","format":"decimal"},"DiscountValue1":{"type":"number","format":"decimal"},"DiscountDescription2":{"type":"string","maxLength":50,"minLength":0},"NetTotalBeforeDiscount2":{"type":"number","format":"decimal"},"DiscountPercentage2":{"type":"number","format":"decimal"},"DiscountValue2":{"type":"number","format":"decimal"},"NetTotal":{"type":"number","format":"decimal"},"VatValue":{"type":"number","format":"decimal"},"VatPercentage":{"type":"number","format":"decimal"},"GrossTotal":{"type":"number","format":"decimal"},"CommercialContactCaption":{"type":"string","maxLength":40,"minLength":0},"CommercialContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactCaption":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactKey":{"type":"string","maxLength":20,"minLength":0},"CurrencyKey":{"type":"string","maxLength":5,"minLength":0},"CurrencyExchangeRate":{"type":"number","format":"decimal"},"CurrencyExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencySymbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrint":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrintAdditional":{"type":"string","maxLength":5,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"CurrencyPrintExchangeRate":{"type":"number","format":"decimal"},"CurrencyPrintExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencyPrintAdditionalExchangeRate":{"type":"number","format":"decimal"},"CurrencyPrintAdditionalExchangeRateInverse":{"type":"number","format":"decimal"},"IsCurrencyPrintFixedExchangeRate":{"type":"boolean"},"IsCurrencyPrintAdditionalFixedExchangeRate":{"type":"boolean"},"CurrencyPrintSymbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyPrintAdditionalSymbol":{"type":"string","maxLength":5,"minLength":0},"LetterNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ContactSelectionKey":{"type":"string","maxLength":50,"minLength":0},"ContactName":{"type":"string","maxLength":50,"minLength":0},"FaxInfoText":{"type":"string","maxLength":50,"minLength":0},"DetailDescriptionInternal":{"type":"string"},"IsImportedFromGaeb":{"type":"boolean"},"GaebDetail":{"type":"string"},"DigitCountFirstSection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoDigitCountSecondarySection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoMask":{"type":"string","maxLength":9,"minLength":0},"ItemNoIncrement":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ItemNoSectionDelimiter":{"type":"string","maxLength":1,"minLength":0},"ItemNoFillerChar":{"type":"string","maxLength":1,"minLength":0},"ItemNoCreationOption":{"type":"boolean"},"AddressCountryCode":{"type":"string","maxLength":4,"minLength":0},"CommercialContactId":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"Rent":{"type":"number","format":"decimal"},"RentUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"RentUnitKey":{"type":"integer","format":"int32"},"RentalPeriod":{"type":"number","format":"double"},"IsForRent":{"type":"boolean"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"OrderConfirmation"},"type":"object"},"Dunning":{"required":["documentName","totalBalance","dunningLevel","invoiceNo","invoiceFiscalYear","projectNo","objectDetailDescription","objectDetail","coverLetterNo","debitorNo","addressId","matchcode","addressSalutation","addressName","addressLine1","addressLine2","addressZipCode","addressCity","addressPhone","addressFax","addressEmail","headerText","headerTextFormatted","footerText","footerTextFormatted","contactPersonSelection","contactSelectionKey","faxInfoText","addressCountryCode"],"properties":{"DunningNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"DunningDate":{"type":"string","format":"date-time"},"DueDate":{"type":"string","format":"date-time"},"DocumentName":{"type":"string","maxLength":50,"minLength":0},"NextDunningDate":{"type":"string","format":"date-time"},"TotalBalance":{"type":"number","format":"decimal","maximum":9999999999.99,"minimum":-9999999999.99},"DunningLevel":{"type":"integer","format":"int32","maximum":9,"minimum":0},"InvoiceNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"InvoiceFiscalYear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"ObjectDetailDescription":{"type":"string"},"ObjectDetail":{"type":"string"},"CoverLetterNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"DebitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"AddressSalutation":{"type":"string","maxLength":60,"minLength":0},"AddressName":{"type":"string","maxLength":60,"minLength":0},"AddressLine1":{"type":"string","maxLength":60,"minLength":0},"AddressLine2":{"type":"string","maxLength":60,"minLength":0},"AddressZipCode":{"type":"string","maxLength":10,"minLength":0},"AddressCity":{"type":"string","maxLength":60,"minLength":0},"AddressPhone":{"type":"string","maxLength":30,"minLength":0},"AddressFax":{"type":"string","maxLength":30,"minLength":0},"AddressEmail":{"type":"string","maxLength":80,"minLength":0},"HeaderText":{"type":"string"},"HeaderTextFormatted":{"type":"string"},"FooterText":{"type":"string"},"FooterTextFormatted":{"type":"string"},"ContactPersonSelection":{"type":"string","maxLength":50,"minLength":0},"ContactSelectionKey":{"type":"string","maxLength":50,"minLength":0},"FaxInfoText":{"type":"string","maxLength":50,"minLength":0},"AddressCountryCode":{"type":"string","maxLength":3,"minLength":0}},"xml":{"name":"Dunning"},"type":"object"},"PurchaseInvoice":{"required":["projectNo","isAlreadyPayed","isDirectDebitFromBankAccount","matchcode","addressId","debitorNoOrAddressId","addressSalutation","addressName","addressLine1","addressLine2","addressZipCode","addressCity","addressPhone","addressFax","addressEmail","sourceDocumentType","sourceDocumentKey","sourceDocumentNo","sourceDocumentSubNo","sourceDocumentFiscalYearKey","objectDetailDescription","objectDetailDescriptionFormatted","headerText","headerTextFormatted","closingText","closingTextFormatted","paymentTermsDescription","paymentTerms","paymentTermsFormatted","supplierPurchaseInvoiceNo","description","detailDescriptionInternal","netTotal","vatPercent","vatValue","grossTotal","totalLaborMounting","totalLaborDismantling","commercialContactCaption","commercialContactName","technicalContactName","technicalContactKey","technicalContactCaption","currencyKey","currencyExchangeRate","currencyExchangeRateInverse","currencySymbol","currencyKeyPrint","currencyKeyPrintAdditional","currencyPrintExchangeRate","currencyPrintExchangeRateInverse","currencyPrintAdditionalExchangeRate","currencyPrintAdditionalExchangeRateInverse","isCurrencyPrintFixedExchangeRate","isCurrencyPrintAdditionalFixedExchangeRate","currencyPrintSymbol","currencyPrintAdditionalSymbol","businessUnit1Key","letterNo","contactSelectionKey","contactName","faxInfoText","invoiceTypeOption","cashDiscountPercentage","taxKeyId","isApprovedForExport","contraAccount","notUsedContraAccount","isCreateStockTransactionEnabled","transactionNo","isImportedFromGaeb","gaebDetail","digitCountFirstSection","itemNoDigitCountSecondarySection","itemNoMask","itemNoIncrement","itemNoSectionDelimiter","itemNoFillerChar","debitorNo","approvalUsername","addressCountryCode","purchaseInvoiceStatus","commercialContactId","srDocumentNo","srDocumentFiscalYearKey"],"properties":{"PurchaseInvoiceNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"IsAlreadyPayed":{"type":"boolean"},"IsDirectDebitFromBankAccount":{"type":"boolean"},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"DebitorNoOrAddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressSalutation":{"type":"string","maxLength":60,"minLength":0},"AddressName":{"type":"string","maxLength":60,"minLength":0},"AddressLine1":{"type":"string","maxLength":60,"minLength":0},"AddressLine2":{"type":"string","maxLength":60,"minLength":0},"AddressZipCode":{"type":"string","maxLength":10,"minLength":0},"AddressCity":{"type":"string","maxLength":60,"minLength":0},"AddressPhone":{"type":"string","maxLength":30,"minLength":0},"AddressFax":{"type":"string","maxLength":30,"minLength":0},"AddressEmail":{"type":"string","maxLength":80,"minLength":0},"SourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"SourceDocumentKey":{"type":"string","maxLength":21,"minLength":0},"SourceDocumentNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"SourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"ObjectDetailDescription":{"type":"string"},"ObjectDetailDescriptionFormatted":{"type":"string"},"HeaderText":{"type":"string"},"HeaderTextFormatted":{"type":"string"},"ClosingText":{"type":"string"},"ClosingTextFormatted":{"type":"string"},"PaymentTermsDescription":{"type":"string","maxLength":20,"minLength":0},"PaymentTerms":{"type":"string"},"PaymentTermsFormatted":{"type":"string"},"CreationDate":{"type":"string","format":"date-time"},"SupplierPurchaseInvoiceDate":{"type":"string","format":"date-time"},"DueDate":{"type":"string","format":"date-time"},"SupplierPurchaseInvoiceNo":{"type":"string","maxLength":20,"minLength":0},"Description":{"type":"string","maxLength":50,"minLength":0},"DetailDescriptionInternal":{"type":"string"},"NetTotal":{"type":"number","format":"decimal"},"VatPercent":{"type":"number","format":"decimal"},"VatValue":{"type":"number","format":"decimal"},"GrossTotal":{"type":"number","format":"decimal"},"TotalLaborMounting":{"type":"number","format":"decimal"},"TotalLaborDismantling":{"type":"number","format":"decimal"},"CommercialContactCaption":{"type":"string","maxLength":40,"minLength":0},"CommercialContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactKey":{"type":"string","maxLength":20,"minLength":0},"TechnicalContactCaption":{"type":"string","maxLength":40,"minLength":0},"CurrencyKey":{"type":"string","maxLength":5,"minLength":0},"CurrencyExchangeRate":{"type":"number","format":"decimal"},"CurrencyExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencySymbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrint":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrintAdditional":{"type":"string","maxLength":5,"minLength":0},"CurrencyPrintExchangeRate":{"type":"number","format":"decimal"},"CurrencyPrintExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencyPrintAdditionalExchangeRate":{"type":"number","format":"decimal"},"CurrencyPrintAdditionalExchangeRateInverse":{"type":"number","format":"decimal"},"IsCurrencyPrintFixedExchangeRate":{"type":"boolean"},"IsCurrencyPrintAdditionalFixedExchangeRate":{"type":"boolean"},"CurrencyPrintSymbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyPrintAdditionalSymbol":{"type":"string","maxLength":5,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"LetterNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ContactSelectionKey":{"type":"string","maxLength":50,"minLength":0},"ContactName":{"type":"string","maxLength":50,"minLength":0},"FaxInfoText":{"type":"string","maxLength":50,"minLength":0},"BookingDate":{"type":"string","format":"date-time"},"InvoiceTypeOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"CashDiscountEndDate":{"type":"string","format":"date-time"},"CashDiscountPercentage":{"type":"number","format":"decimal"},"TaxKeyId":{"type":"string","maxLength":5,"minLength":0},"ExportDate":{"type":"string","format":"date-time"},"IsApprovedForExport":{"type":"boolean"},"ContraAccount":{"type":"string","maxLength":10,"minLength":0},"NotUsedContraAccount":{"type":"string","maxLength":10,"minLength":0},"IsCreateStockTransactionEnabled":{"type":"boolean"},"TransactionNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"IsImportedFromGaeb":{"type":"boolean"},"GaebDetail":{"type":"string"},"DigitCountFirstSection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoDigitCountSecondarySection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoMask":{"type":"string","maxLength":9,"minLength":0},"ItemNoIncrement":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ItemNoSectionDelimiter":{"type":"string","maxLength":1,"minLength":0},"ItemNoFillerChar":{"type":"string","maxLength":1,"minLength":0},"ItemNoCreationOption":{"type":"boolean"},"DebitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"ApprovalDate":{"type":"string","format":"date-time"},"ApprovalUsername":{"type":"string","maxLength":30,"minLength":0},"ServicePeriodStartDate":{"type":"string","format":"date-time"},"ServicePeriodEndDate":{"type":"string","format":"date-time"},"AddressCountryCode":{"type":"string","maxLength":4,"minLength":0},"DueDateCashDiscount1":{"type":"string","format":"date-time"},"DueDateCashDiscount2":{"type":"string","format":"date-time"},"PurchaseInvoiceStatus":{"type":"integer","format":"int32","maximum":9,"minimum":0},"CommercialContactId":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"SrDocumentNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"SrDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":99999,"minimum":0}},"xml":{"name":"PurchaseInvoice"},"type":"object"},"PurchaseOrder":{"required":["purchaseOrderStatus","sourceDocumentType","sourceDocumentKey","sourceDocumentNo","sourceDocumentSubNo","sourceDocumentFiscalYearKey","projectNo","objectDetailDescription","objectDetailDescriptionFormatted","objectDescription","creditorNo","addressId","matchcode","addressSalutation","addressName","addressLine1","addressLine2","addressZipCode","addressCity","addressPhone","addressFax","addressEmail","headertext","headerTextFormatted","footerText","footerTextFormatted","paymentTerm","paymentTermsFormatted","paymentTermsDescription","discountDescription1","netWithDiscount1","discountPercentage1","discountValue1","discountDescription2","netWithDiscount2","discountPercentage2","discountValue2","netTotal","vatValue","vatPercent","grossTotal","commercialContactCaption","commercialContactName","technicalContactCaption","technicalContactName","technicalContactKey","currencyKey","currencySymbol","currencyExchangeRate","currencyExchangeRateInverse","currencyKeyPrint","currencyKeyPrintAdditional","businessUnit1Key","currencyPrintExchangeRate","currencyPrintExchangeRateInverse","currencyPrintAdditionalExchangeRate","currencyPrintAdditionalExchangeRateInverse","isCurrencyPrintFixedExchangeRate","isCurrencyPrintAdditionalFixedExchangeRate","currencyPrintSymbol","currencyPrintAdditionalSymbol","letterNo","contactSelectionKey","contactName","faxInfoText","detailDescriptionInternal","isImportedFromGaeb","digitCountFirstSection","itemNoDigitCountSecondarySection","itemNoMask","itemNoIncrement","itemNoSectionDelimiter","itemNoFillerChar","addressCountryCode","commercialContactId"],"properties":{"purchaseOrderNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"fiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"purchaseOrderDate":{"type":"string","format":"date-time"},"purchaseOrderStatus":{"type":"string","enum":["Undefined","Outstanding","Forwarded","Delivered","NotCompleted","PartlyBilled","Billed"]},"sourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"sourceDocumentKey":{"type":"string","maxLength":21,"minLength":0},"sourceDocumentNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"sourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"sourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"projectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"objectDetailDescription":{"type":"string"},"objectDetailDescriptionFormatted":{"type":"string"},"objectDescription":{"type":"string","maxLength":50,"minLength":0},"creditorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"addressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"matchcode":{"type":"string","maxLength":30,"minLength":0},"addressSalutation":{"type":"string","maxLength":60,"minLength":0},"addressName":{"type":"string","maxLength":60,"minLength":0},"addressLine1":{"type":"string","maxLength":60,"minLength":0},"addressLine2":{"type":"string","maxLength":60,"minLength":0},"addressZipCode":{"type":"string","maxLength":10,"minLength":0},"addressCity":{"type":"string","maxLength":60,"minLength":0},"addressPhone":{"type":"string","maxLength":30,"minLength":0},"addressFax":{"type":"string","maxLength":30,"minLength":0},"addressEmail":{"type":"string","maxLength":80,"minLength":0},"headertext":{"type":"string"},"headerTextFormatted":{"type":"string"},"footerText":{"type":"string"},"footerTextFormatted":{"type":"string"},"paymentTerm":{"type":"string"},"paymentTermsFormatted":{"type":"string"},"paymentTermsDescription":{"type":"string","maxLength":15,"minLength":0},"discountDescription1":{"type":"string","maxLength":50,"minLength":0},"netWithDiscount1":{"type":"number","format":"decimal"},"discountPercentage1":{"type":"number","format":"decimal"},"discountValue1":{"type":"number","format":"decimal"},"discountDescription2":{"type":"string","maxLength":50,"minLength":0},"netWithDiscount2":{"type":"number","format":"decimal"},"discountPercentage2":{"type":"number","format":"decimal"},"discountValue2":{"type":"number","format":"decimal"},"netTotal":{"type":"number","format":"decimal"},"vatValue":{"type":"number","format":"decimal"},"vatPercent":{"type":"number","format":"decimal"},"grossTotal":{"type":"number","format":"decimal"},"commercialContactCaption":{"type":"string","maxLength":40,"minLength":0},"commercialContactName":{"type":"string","maxLength":40,"minLength":0},"technicalContactCaption":{"type":"string","maxLength":40,"minLength":0},"technicalContactName":{"type":"string","maxLength":40,"minLength":0},"technicalContactKey":{"type":"string","maxLength":50,"minLength":0},"currencyKey":{"type":"string","maxLength":5,"minLength":0},"currencySymbol":{"type":"string","maxLength":5,"minLength":0},"currencyExchangeRate":{"type":"number","format":"decimal"},"currencyExchangeRateInverse":{"type":"number","format":"decimal"},"currencyKeyPrint":{"type":"string","maxLength":5,"minLength":0},"currencyKeyPrintAdditional":{"type":"string","maxLength":5,"minLength":0},"businessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"currencyPrintExchangeRate":{"type":"number","format":"decimal"},"currencyPrintExchangeRateInverse":{"type":"number","format":"decimal"},"currencyPrintAdditionalExchangeRate":{"type":"number","format":"decimal"},"currencyPrintAdditionalExchangeRateInverse":{"type":"number","format":"decimal"},"isCurrencyPrintFixedExchangeRate":{"type":"boolean"},"isCurrencyPrintAdditionalFixedExchangeRate":{"type":"boolean"},"currencyPrintSymbol":{"type":"string","maxLength":5,"minLength":0},"currencyPrintAdditionalSymbol":{"type":"string","maxLength":5,"minLength":0},"letterNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"contactSelectionKey":{"type":"string","maxLength":50,"minLength":0},"contactName":{"type":"string","maxLength":50,"minLength":0},"faxInfoText":{"type":"string","maxLength":50,"minLength":0},"detailDescriptionInternal":{"type":"string"},"isImportedFromGaeb":{"type":"boolean"},"gaebDetail":{"type":"string"},"digitCountFirstSection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"itemNoDigitCountSecondarySection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"itemNoMask":{"type":"string","maxLength":9,"minLength":0},"itemNoIncrement":{"type":"integer","format":"int32","maximum":99,"minimum":0},"itemNoSectionDelimiter":{"type":"string","maxLength":1,"minLength":0},"itemNoFillerChar":{"type":"string","maxLength":1,"minLength":0},"itemNoCreationOption":{"type":"boolean"},"addressCountryCode":{"type":"string","maxLength":4,"minLength":0},"commercialContactId":{"type":"integer","format":"int32","maximum":999999,"minimum":0}},"xml":{"name":"PurchaseOrder"},"type":"object"},"RecurringCharge":{"required":["fiscalYearKey","projectNo","matchcode","addressId","creditorNo","interval","timeUnit","description","netTotal","taxKeyId","vatPercentage","vatValue","grossTotal","currencyKey","currencyExchangeRate","currencyExchangeRateInverse","currencySymbol","bankId","fiscalAccount"],"properties":{"RecurringChargeNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"CreditorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"CreationDate":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"EndDate":{"type":"string","format":"date-time"},"DueDate":{"type":"string","format":"date-time"},"Interval":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"TimeUnit":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Description":{"type":"string","maxLength":50,"minLength":0},"DetailDescription":{"type":"string"},"NetTotal":{"type":"number","format":"decimal"},"TaxKeyId":{"type":"string","maxLength":5,"minLength":0},"VATPercentage":{"type":"number","format":"decimal"},"VATValue":{"type":"number","format":"decimal"},"GrossTotal":{"type":"number","format":"decimal"},"CurrencyKey":{"type":"string","maxLength":5,"minLength":0},"CurrencyExchangeRate":{"type":"number","format":"decimal"},"CurrencyExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencySymbol":{"type":"string","maxLength":5,"minLength":0},"BankId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"FiscalAccount":{"type":"string","maxLength":10,"minLength":0}},"xml":{"name":"RecurringCharge"},"type":"object"},"ServiceHourReport":{"required":["sourceDocumentType","sourceDocumentKey","sourceDocumentNo","sourceDocumentSubNo","sourceDocumentFiscalYearKey","projectNo","objectDetailDescription","objectDetailDescriptionFormatted","includedRentalTime","includedRentalTimeUnit","debitorNo","addressId","matchcode","addressSalutation","addressName","addressLine1","addressLine2","addressCountryCode","addressZipCode","addressCity","addressPhone","addressFax","addressEmail","headerText","headerTextFormatted","footerText","footerTextFormatted","paymentTerm","paymentTermsFormatted","paymentTermsDescription","discountDescription1","netTotalBeforeDiscount1","discountPercentage1","discountValue1","discountDescription2","netTotalBeforeDiscount2","discountPercentage2","discountValue2","netTotal","vatValue","vatPercentage","grossTotal","commercialContactCaption","commercialContactName","technicalContactCaption","technicalContactName","technicalContactKey","currencyKey","currencySymbol","currencyExchangeRate","currencyExchangeRateInverse","currencyKeyPrint","currencyKeyPrintAdditional","businessUnit1Key","currencyPrintExchangeRate","currencyPrintExchangeRateInverse","currencyPrintAdditionalExchangeRate","currencyPrintAdditionalExchangeRateInverse","isCurrencyPrintFixedExchangeRate","isCurrencyPrintAdditionalFixedExchangeRate","currencyPrintSymbol","currencyPrintAdditionalSymbol","letterNo","contactSelectionKey","contactName","faxInfoText","detailDescriptionInternal","isImportedFromGaeb","gaebDetail","digitCountFirstSection","itemNoDigitCountSecondarySection","itemNoMask","itemNoIncrement","itemNoSectionDelimiter","itemNoFillerChar","itemNoCreationOption","billedTotal","commercialContactId","imported","invoiceNo","invoiceFiscalYearKey"],"properties":{"serviceHourReportNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"serviceHourReportSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"fiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"deliveryNoteDate":{"type":"string","format":"date-time"},"sourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"sourceDocumentKey":{"type":"string","maxLength":21,"minLength":0},"sourceDocumentNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"sourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"sourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"projectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"objectDetailDescription":{"type":"string"},"objectDetailDescriptionFormatted":{"type":"string"},"includedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"includedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"debitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"addressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"matchcode":{"type":"string","maxLength":30,"minLength":0},"addressSalutation":{"type":"string","maxLength":60,"minLength":0},"addressName":{"type":"string","maxLength":60,"minLength":0},"addressLine1":{"type":"string","maxLength":60,"minLength":0},"addressLine2":{"type":"string","maxLength":60,"minLength":0},"addressCountryCode":{"type":"string","maxLength":4,"minLength":0},"addressZipCode":{"type":"string","maxLength":10,"minLength":0},"addressCity":{"type":"string","maxLength":60,"minLength":0},"addressPhone":{"type":"string","maxLength":30,"minLength":0},"addressFax":{"type":"string","maxLength":30,"minLength":0},"addressEmail":{"type":"string","maxLength":80,"minLength":0},"headerText":{"type":"string"},"headerTextFormatted":{"type":"string"},"footerText":{"type":"string"},"footerTextFormatted":{"type":"string"},"paymentTerm":{"type":"string"},"paymentTermsFormatted":{"type":"string"},"paymentTermsDescription":{"type":"string","maxLength":15,"minLength":0},"discountDescription1":{"type":"string","maxLength":50,"minLength":0},"netTotalBeforeDiscount1":{"type":"number","format":"decimal"},"discountPercentage1":{"type":"number","format":"decimal"},"discountValue1":{"type":"number","format":"decimal"},"discountDescription2":{"type":"string","maxLength":50,"minLength":0},"netTotalBeforeDiscount2":{"type":"number","format":"decimal"},"discountPercentage2":{"type":"number","format":"decimal"},"discountValue2":{"type":"number","format":"decimal"},"netTotal":{"type":"number","format":"decimal"},"vatValue":{"type":"number","format":"decimal"},"vatPercentage":{"type":"number","format":"decimal"},"grossTotal":{"type":"number","format":"decimal"},"commercialContactCaption":{"type":"string","maxLength":40,"minLength":0},"commercialContactName":{"type":"string","maxLength":40,"minLength":0},"technicalContactCaption":{"type":"string","maxLength":40,"minLength":0},"technicalContactName":{"type":"string","maxLength":40,"minLength":0},"technicalContactKey":{"type":"string","maxLength":50,"minLength":0},"currencyKey":{"type":"string","maxLength":5,"minLength":0},"currencySymbol":{"type":"string","maxLength":5,"minLength":0},"currencyExchangeRate":{"type":"number","format":"decimal"},"currencyExchangeRateInverse":{"type":"number","format":"decimal"},"currencyKeyPrint":{"type":"string","maxLength":5,"minLength":0},"currencyKeyPrintAdditional":{"type":"string","maxLength":5,"minLength":0},"businessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"currencyPrintExchangeRate":{"type":"number","format":"decimal"},"currencyPrintExchangeRateInverse":{"type":"number","format":"decimal"},"currencyPrintAdditionalExchangeRate":{"type":"number","format":"decimal"},"currencyPrintAdditionalExchangeRateInverse":{"type":"number","format":"decimal"},"isCurrencyPrintFixedExchangeRate":{"type":"boolean"},"isCurrencyPrintAdditionalFixedExchangeRate":{"type":"boolean"},"currencyPrintSymbol":{"type":"string","maxLength":5,"minLength":0},"currencyPrintAdditionalSymbol":{"type":"string","maxLength":5,"minLength":0},"letterNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"contactSelectionKey":{"type":"string","maxLength":50,"minLength":0},"contactName":{"type":"string","maxLength":50,"minLength":0},"faxInfoText":{"type":"string","maxLength":50,"minLength":0},"detailDescriptionInternal":{"type":"string"},"isImportedFromGaeb":{"type":"boolean"},"gaebDetail":{"type":"string"},"digitCountFirstSection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"itemNoDigitCountSecondarySection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"itemNoMask":{"type":"string","maxLength":9,"minLength":0},"itemNoIncrement":{"type":"integer","format":"int32","maximum":99,"minimum":0},"itemNoSectionDelimiter":{"type":"string","maxLength":1,"minLength":0},"itemNoFillerChar":{"type":"string","maxLength":1,"minLength":0},"itemNoCreationOption":{"type":"boolean"},"billedTotal":{"type":"number","format":"decimal"},"commercialContactId":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"invoiceDate":{"type":"string","format":"date-time"},"imported":{"type":"integer","format":"int32","maximum":9,"minimum":0},"invoiceNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"invoiceFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"recordedOn":{"type":"string","format":"date-time"}},"xml":{"name":"ServiceHourReport"},"type":"object"},"WorkOrder":{"required":["projectWorkOrderKey","businessUnit1Key","workingAreaKey","technicalContactKey","defaultCrewKey","activityKey","description","detailDescription","userName","executionTimeStart","executionTimeEnd","plannedTimeStart","plannedTimeEnd","sortNo","plannedWorkingHour","plannedTotalTime","plannedTravelTimePerWorker","plannedRevenue","plannedSquareMeter","numberOfPersonsPerCrew","totalDay","workingHoursPerDay","completionDescription","workOrderStatus","workOrderServiceSheetStatus","isApplyForCapacityTrackingDisabled","isMarked","accountingPeriod","accountingPeriodId","achievedWage","achievedHour","remainingWage","billingServiceSheetNo","billingServiceSheetVersion","contractServiceSheetNo","exportType"],"properties":{"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"WorkOrderNo":{"type":"integer","format":"int32","maximum":99999,"minimum":1},"WorkOrderOriginNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"ProjectWorkOrderKey":{"type":"string","maxLength":20,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"WorkingAreaKey":{"type":"string","maxLength":20,"minLength":0},"TechnicalContactKey":{"type":"string","maxLength":50,"minLength":0},"DefaultCrewKey":{"type":"string","maxLength":20,"minLength":0},"ActivityKey":{"type":"string","maxLength":20,"minLength":0},"Description":{"type":"string","maxLength":80,"minLength":0},"DetailDescription":{"type":"string"},"UserName":{"type":"string","maxLength":20,"minLength":0},"CreationDate":{"type":"string","format":"date-time"},"ExecutionDateStart":{"type":"string","format":"date-time"},"ExecutionDateEnd":{"type":"string","format":"date-time"},"ExecutionTimeStart":{"type":"string","maxLength":5,"minLength":0},"ExecutionTimeEnd":{"type":"string","maxLength":5,"minLength":0},"PlannedDate":{"type":"string","format":"date-time"},"PlannedTimeStart":{"type":"string","maxLength":5,"minLength":0},"PlannedTimeEnd":{"type":"string","maxLength":5,"minLength":0},"SortNo":{"type":"integer","format":"int32","maximum":99,"minimum":0},"PlannedWorkingHour":{"type":"number","format":"decimal"},"PlannedTotalTime":{"type":"number","format":"decimal"},"PlannedTravelTimePerWorker":{"type":"number","format":"decimal"},"PlannedRevenue":{"type":"number","format":"decimal"},"PlannedSquareMeter":{"type":"number","format":"decimal"},"NumberOfPersonsPerCrew":{"type":"number","format":"decimal"},"TotalDay":{"type":"number","format":"decimal"},"WorkingHoursPerDay":{"type":"number","format":"decimal"},"CompletionDescription":{"type":"string"},"WorkOrderStatus":{"type":"string","enum":["Undefined","Created","Planned","DailyPlanning","Finished"]},"WorkOrderServiceSheetStatus":{"type":"string","enum":["WorkOrder","WorkOrderServiceSheet","WorkOrderServiceSheetExported","ContractWorkOrder"]},"IsApplyForCapacityTrackingDisabled":{"type":"boolean"},"IsMarked":{"type":"boolean"},"AccountingPeriod":{"type":"string","maxLength":10,"minLength":0},"AccountingPeriodId":{"type":"integer","format":"int32"},"AchievedWage":{"type":"number","format":"decimal"},"AchievedHour":{"type":"number","format":"decimal"},"RemainingWage":{"type":"number","format":"decimal"},"HazardAnalysisObject":{"type":"string"},"HazardAnalysisEnvironment":{"type":"string"},"HazardAnalysisWork":{"type":"string"},"HazardAnalysisSpecial":{"type":"string"},"HazardAnalysisInstruction":{"type":"string"},"HazardAnalysisRescue":{"type":"string"},"HazardAnalysisRemark":{"type":"string"},"BillingServiceSheetNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"BillingServiceSheetVersion":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ContractServiceSheetNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ExportDateTime":{"type":"string","format":"date-time"},"ExportType":{"type":"integer","format":"int32","maximum":999,"minimum":0},"BillingServiceSheetId":{"type":"integer","format":"int32"},"AddressContactId":{"type":"integer","format":"int32"},"ContactKey":{"type":"string","maxLength":50,"minLength":0},"ContactPhone":{"type":"string","maxLength":50,"minLength":0},"ContactCellPhone":{"type":"string","maxLength":50,"minLength":0},"ContactEMail":{"type":"string","maxLength":50,"minLength":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"WorkOrder"},"type":"object"},"DailyCrewWorkOrderAssignment":{"required":["sortNo","projectNo","text","businessUnit1Key"],"properties":{"Date":{"type":"string","format":"date-time"},"CrewNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SortOrderId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SortNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"WorkOrderNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"Text":{"type":"string","maxLength":80,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"DailyCrewWorkOrderAssignment"},"type":"object"},"DiscountItem":{"required":["description","surchargePercentage","totalPrice"],"properties":{"Id":{"type":"integer","format":"int32"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"ItemType":{"type":"string","maxLength":3,"minLength":0},"ItemNo":{"type":"string","maxLength":15,"minLength":0},"Description":{"type":"string","maxLength":70,"minLength":0},"SurchargePercentage":{"type":"number","format":"decimal"},"TotalPrice":{"type":"number","format":"decimal"}},"xml":{"name":"DiscountItem"},"type":"object"},"FinalCostingItem":{"required":["serviceTypeId","orderValue","actualRevenue","progressTotal","revenue","totalCost","profitContribution","totalHour","basicCost","referenceHour","targetRevenue","targetWorkingHour","targetCost","targetProfitContribution","targetFactorRevenueProject","targetFactorDirectCost","targetReferenceHour","targetBasicCost","targetAverageHourlyWage","targetFactorRevenueYear"],"properties":{"projectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"fiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"finalCostingId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"itemId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"serviceTypeId":{"type":"integer","format":"int32"},"orderValue":{"type":"number","format":"decimal"},"actualRevenue":{"type":"number","format":"decimal"},"progressTotal":{"type":"number","format":"decimal"},"revenue":{"type":"number","format":"decimal"},"totalCost":{"type":"number","format":"decimal"},"profitContribution":{"type":"number","format":"decimal"},"totalHour":{"type":"number","format":"decimal"},"basicCost":{"type":"number","format":"decimal"},"referenceHour":{"type":"number","format":"decimal"},"targetRevenue":{"type":"number","format":"decimal"},"targetWorkingHour":{"type":"number","format":"decimal"},"targetCost":{"type":"number","format":"decimal"},"targetProfitContribution":{"type":"number","format":"decimal"},"targetFactorRevenueProject":{"type":"number","format":"decimal"},"targetFactorDirectCost":{"type":"number","format":"decimal"},"targetReferenceHour":{"type":"number","format":"decimal"},"targetBasicCost":{"type":"number","format":"decimal"},"targetAverageHourlyWage":{"type":"number","format":"decimal"},"targetFactorRevenueYear":{"type":"number","format":"decimal"}},"xml":{"name":"FinalCostingItem"},"type":"object"},"ObjectSection":{"properties":{"ItemId":{"type":"integer","format":"int32"},"RequestNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"ObjectDescription":{"type":"string","maxLength":30,"minLength":0},"QuotationRequestId":{"type":"integer","format":"int32"}},"xml":{"name":"ObjectSection"},"type":"object"},"ServiceSheetProgressHistory":{"required":["billingServiceSheetNo","projectNo","serviceSheetType","orderValue","progressLaborTotal","progressRent","totalValue","progressLaborOwn","progressSubcontractor","progressThirdPartyValue","progressTravelExpens","progressExtraLaborExpens","progressLaborMounting","progressLaborDismantling","subcontractorExpens"],"properties":{"Id":{"type":"integer","format":"int32"},"BillingServiceSheetNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"ServiceSheetType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"EvaluationDate":{"type":"string","format":"date-time"},"OrderValue":{"type":"number","format":"decimal"},"ProgressLaborTotal":{"type":"number","format":"decimal"},"ProgressRent":{"type":"number","format":"decimal"},"TotalValue":{"type":"number","format":"decimal"},"ProgressLaborOwn":{"type":"number","format":"decimal"},"ProgressSubcontractor":{"type":"number","format":"decimal"},"ProgressThirdPartyValue":{"type":"number","format":"decimal"},"ProgressTravelExpens":{"type":"number","format":"decimal"},"ProgressExtraLaborExpens":{"type":"number","format":"decimal"},"ProgressLaborMounting":{"type":"number","format":"decimal"},"ProgressLaborDismantling":{"type":"number","format":"decimal"},"SubcontractorExpens":{"type":"number","format":"decimal"},"MaterialCostTotal":{"type":"number","format":"decimal"}},"xml":{"name":"ServiceSheetProgressHistory"},"type":"object"},"StockTransactionItem":{"required":["quantity","quantityPlanned","quantityReserve","purchasePrice","detailDescription","transactionTypeId","chainDimensioningQuantity","packingUnitKey","loading","quantitySource","isSimilarPartsAvailable","isAlternativeStockAvailable","sourceStockNo","sourceConsignmentNo","destinationStockNo","destinationConsignmentNo","transactionSubTypeId","jumboUidRef","jumboItemQuantity"],"properties":{"TransactionNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"PartNo":{"type":"string","maxLength":20,"minLength":0},"SupplierNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ItemId":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"Quantity":{"type":"number","format":"decimal"},"QuantityPlanned":{"type":"number","format":"decimal"},"QuantityReserve":{"type":"number","format":"decimal"},"PurchasePrice":{"type":"number","format":"decimal"},"DetailDescription":{"type":"string"},"TransactionTypeId":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ChainDimensioningQuantity":{"type":"string"},"PackingUnitKey":{"type":"string","maxLength":10,"minLength":0},"Loading":{"type":"string","maxLength":20,"minLength":0},"QuantitySource":{"type":"number","format":"decimal"},"IsSimilarPartsAvailable":{"type":"boolean"},"IsAlternativeStockAvailable":{"type":"boolean"},"SourceStockNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"SourceConsignmentNo":{"type":"integer","format":"int32"},"DestinationStockNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"DestinationConsignmentNo":{"type":"integer","format":"int32"},"TransactionSubTypeId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"IsJumbo":{"type":"boolean"},"JumboUidRef":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"JumboItemQuantity":{"type":"number","format":"decimal"}},"xml":{"name":"StockTransactionItem"},"type":"object"},"PartAssociation":{"properties":{"itemId":{"type":"integer","format":"int32"},"partNo":{"type":"string","maxLength":20,"minLength":0},"partNoAssociated":{"type":"string","maxLength":20,"minLength":0}},"xml":{"name":"PartAssociation"},"type":"object"},"ProductGroup":{"required":["description","sortNo","isUsed","detailDescription","pointOfSaleProductGroupId"],"properties":{"productGroupId":{"type":"string","maxLength":30,"minLength":0},"description":{"type":"string","maxLength":80,"minLength":0},"sortNo":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"isUsed":{"type":"boolean"},"detailDescription":{"type":"string"},"pointOfSaleProductGroupId":{"type":"string","maxLength":10,"minLength":0}},"xml":{"name":"ProductGroup"},"type":"object"},"BookingAccountType":{"required":["itemName","measuringUnitKey","revenueOrCostOption","sortNo"],"properties":{"typeNo":{"type":"integer","format":"int32"},"itemName":{"type":"string","maxLength":30,"minLength":0},"measuringUnitKey":{"type":"string","maxLength":6,"minLength":0},"revenueOrCostOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"sortNo":{"type":"integer","format":"int32"}},"xml":{"name":"BookingAccountType"},"type":"object"},"ServiceType":{"required":["serviceTypeName","displayOption","calculationSchemeRegular","calculationSchemeTotalCost","calculationSchemeRevenue","calculationSchemeProfitContribution","calculationSchemeBasisCost","calculationSchemeWorkingHour","fieldsTotalCalculationOption","isUsedPercentageforGraph","description","regularSortNo","costViewSortNo","showOption","captionTotalCost","captionWorkingHour","captionDirectCost","captionAssociatedExtraCost","captionVirtualHour","captionProfitContribution","captionFactorRevenue","captionShort","isUsedForPurchaseInvoice","isUsedForWorkingHourEntry","isUsedForWorkingHourEntry2","isUsedForUnplannedCostDistribution"],"properties":{"serviceTypeId":{"type":"integer","format":"int32"},"serviceTypeName":{"type":"string","maxLength":20,"minLength":0},"displayOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"calculationSchemeRegular":{"type":"string","maxLength":50,"minLength":0},"calculationSchemeTotalCost":{"type":"string","maxLength":50,"minLength":0},"calculationSchemeRevenue":{"type":"string","maxLength":50,"minLength":0},"calculationSchemeProfitContribution":{"type":"string","maxLength":50,"minLength":0},"calculationSchemeBasisCost":{"type":"string","maxLength":50,"minLength":0},"calculationSchemeWorkingHour":{"type":"string","maxLength":50,"minLength":0},"fieldsTotalCalculationOption":{"type":"string","maxLength":1,"minLength":0},"isUsedPercentageforGraph":{"type":"boolean"},"description":{"type":"string","maxLength":80,"minLength":0},"regularSortNo":{"type":"integer","format":"int32"},"costViewSortNo":{"type":"integer","format":"int32"},"showOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"captionRevenue":{"type":"string","maxLength":80,"minLength":0},"captionTotalCost":{"type":"string","maxLength":80,"minLength":0},"captionWorkingHour":{"type":"string","maxLength":80,"minLength":0},"captionDirectCost":{"type":"string","maxLength":80,"minLength":0},"captionAssociatedExtraCost":{"type":"string","maxLength":80,"minLength":0},"captionVirtualHour":{"type":"string","maxLength":80,"minLength":0},"captionProfitContribution":{"type":"string","maxLength":80,"minLength":0},"captionFactorRevenue":{"type":"string","maxLength":80,"minLength":0},"captionShort":{"type":"string","maxLength":80,"minLength":0},"isUsedForPurchaseInvoice":{"type":"boolean"},"isUsedForWorkingHourEntry":{"type":"boolean"},"isUsedForWorkingHourEntry2":{"type":"boolean"},"isUsedForUnplannedCostDistribution":{"type":"boolean"}},"xml":{"name":"ServiceType"},"type":"object"},"ServiceTypeFiscalYear":{"required":["factorDirectCost","factorRevenue","factorProfitContribution","revenue","notusedDirectcost","actualWorkingHour","directCost","associatedExtraCost","virtualWokingHour","profitContribution","totalCost","averageHourlyWage","costPerHour","basicCost","referenceHour","partialOverheadCostFactorSepcialProjectFinalCosting","partialOverheadCostFactorInProcessWork"],"properties":{"fiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"serviceTypeId":{"type":"integer","format":"int32"},"displayOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"businessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"factorDirectCost":{"type":"number","format":"decimal"},"factorRevenue":{"type":"number","format":"decimal"},"factorProfitContribution":{"type":"number","format":"decimal"},"revenue":{"type":"number","format":"decimal"},"notusedDirectcost":{"type":"number","format":"decimal"},"actualWorkingHour":{"type":"number","format":"decimal"},"directCost":{"type":"number","format":"decimal"},"associatedExtraCost":{"type":"number","format":"decimal"},"virtualWokingHour":{"type":"number","format":"decimal"},"profitContribution":{"type":"number","format":"decimal"},"totalCost":{"type":"number","format":"decimal"},"averageHourlyWage":{"type":"number","format":"decimal"},"costPerHour":{"type":"number","format":"decimal"},"basicCost":{"type":"number","format":"decimal"},"referenceHour":{"type":"number","format":"decimal"},"partialOverheadCostFactorSepcialProjectFinalCosting":{"type":"number","format":"double"},"partialOverheadCostFactorInProcessWork":{"type":"number","format":"double"}},"xml":{"name":"ServiceTypeFiscalYear"},"type":"object"},"FinalCostingBookingAccountTotal":{"required":["workingHour","basicValue","associatedExtraCost","totalValue","currencyKey","targetValue"],"properties":{"id":{"type":"integer","format":"int32"},"projectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"fiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"finalCostingId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"itemId":{"type":"integer","format":"int32"},"workingHour":{"type":"number","format":"decimal"},"basicValue":{"type":"number","format":"decimal"},"associatedExtraCost":{"type":"number","format":"decimal"},"totalValue":{"type":"number","format":"decimal"},"currencyKey":{"type":"string","maxLength":5,"minLength":0},"targetValue":{"type":"number","format":"decimal"}},"xml":{"name":"FinalCostingBookingAccountTotal"},"type":"object"},"FinalCosting":{"required":["cumulativeOrSeparateOption","filterId","currencyKey","businessUnit1Key","businessUnit2Key","customerGroup1Key","customerGroup2Key","finalConstingText","month","year","evaluatedProjectsCount","estimatedValue","orderValue","actualRevenue","progressTotal","revenue","directCost","virtualWokingHour","workingHour","costPerHour","associatedExtraCostPercentage","associatedExtraCostTotal","grossProfit","totalCost","profitContribution","totalWorkingHour","totalEfficiencyWageAvailable","totalWagePayed","totalEfficienyPayDifference","totalEffiencyPrePayment","totalPayedEfficiencyPay"],"properties":{"projectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"fiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"finalCostingId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"notusedEvaluationdate":{"type":"string","format":"date-time"},"cumulativeOrSeparateOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"filterId":{"type":"integer","format":"int32"},"currencyKey":{"type":"string","maxLength":5,"minLength":0},"businessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"businessUnit2Key":{"type":"string","maxLength":20,"minLength":0},"customerGroup1Key":{"type":"string","maxLength":20,"minLength":0},"customerGroup2Key":{"type":"string","maxLength":20,"minLength":0},"notusedDate1":{"type":"string","format":"date-time"},"evaulationDate":{"type":"string","format":"date-time"},"finalConstingText":{"type":"string","maxLength":50,"minLength":0},"month":{"type":"integer","format":"int32","maximum":99,"minimum":0},"year":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"evaluatedProjectsCount":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"estimatedValue":{"type":"number","format":"decimal"},"orderValue":{"type":"number","format":"decimal"},"actualRevenue":{"type":"number","format":"decimal"},"progressTotal":{"type":"number","format":"decimal"},"revenue":{"type":"number","format":"decimal"},"directCost":{"type":"number","format":"decimal"},"virtualWokingHour":{"type":"number","format":"decimal"},"workingHour":{"type":"number","format":"decimal"},"costPerHour":{"type":"number","format":"decimal"},"associatedExtraCostPercentage":{"type":"number","format":"decimal"},"associatedExtraCostTotal":{"type":"number","format":"decimal"},"grossProfit":{"type":"number","format":"decimal"},"totalCost":{"type":"number","format":"decimal"},"profitContribution":{"type":"number","format":"decimal"},"totalWorkingHour":{"type":"number","format":"decimal"},"totalEfficiencyWageAvailable":{"type":"number","format":"decimal"},"totalWagePayed":{"type":"number","format":"decimal"},"totalEfficienyPayDifference":{"type":"number","format":"decimal"},"totalEffiencyPrePayment":{"type":"number","format":"decimal"},"totalPayedEfficiencyPay":{"type":"number","format":"decimal"}},"xml":{"name":"FinalCosting"},"type":"object"},"BudgetingBusinessSummary":{"required":["description","usageType","totalValue","notUsedRelatProd","notUsedRelatUms","notUsedRelatRoh","notUsedPsumme","percentageToProductiveWage","percentageToRevenue","percentageToGrossProfit","productiveWorkingHour","averageHourlyWage","notUsedProz1","notUsedProz2","notUsedProzName","color"],"properties":{"fiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"businessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"notUsedFinalCostingId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"displayOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"typeNo":{"type":"integer","format":"int32","maximum":99,"minimum":0},"description":{"type":"string","maxLength":40,"minLength":0},"usageType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"totalValue":{"type":"number","format":"decimal"},"notUsedRelatProd":{"type":"number","format":"decimal"},"notUsedRelatUms":{"type":"number","format":"decimal"},"notUsedRelatRoh":{"type":"number","format":"decimal"},"notUsedPsumme":{"type":"number","format":"decimal"},"percentageToProductiveWage":{"type":"number","format":"decimal"},"percentageToRevenue":{"type":"number","format":"decimal"},"percentageToGrossProfit":{"type":"number","format":"decimal"},"productiveWorkingHour":{"type":"integer","format":"int64"},"averageHourlyWage":{"type":"number","format":"decimal"},"notUsedProz1":{"type":"number","format":"decimal"},"notUsedProz2":{"type":"number","format":"decimal"},"notUsedProzName":{"type":"string","maxLength":30,"minLength":0},"color":{"type":"string","maxLength":100,"minLength":0}},"xml":{"name":"BudgetingBusinessSummary"},"type":"object"},"FinalCostingTarget":{"required":["notusedFactorlaborregular","notusedFaLk","notusedFactordirectcost","notusedFactortravelexpens","notusedFactorextralaborexpens","notusedUmsatz","notusedUmsatzNu","notusedZusmieten","notusedLeistum","notusedProdsstd","notusedProdlohn","notusedZulleist","notusedTravelhour","notusedTravelexpens","notusedTarzu","totalSubcontractorCost","notusedProfitcontributionsubcontractor","notusedNuStd","totalThirdPartyCharge","notusedProfitcontributiontotal","notusedGrossprofit","notusedFactorrevenuelabor","notusedFactorgrossprofitlabor","associatedEmployerExpensesPercentage","totalVariableMaterialCost","totalSalaryAndUnProductiveWage","totalFixedMaterialCost","totalDepreciationCalculatory","totalDepreciationTaxDeductible","totalInterestCalcuatory","totalInterestOnBorrowedCapital","totalMiscellaneousTax","totalCalculatoryCost","isEffiencyPayCappingWithFactorEnabled","isEffiencyPayCappingWithFixedvalueEnabled","efficiencyPayCappingFactor","effiencyPayCappingFixedValue","isEffiencyPayEnabled","isEffiencyPayCappingVariableWithEmployee","isEffiencyPayNegativeBonusEnabled","averageWage","notusedReisemittellohn"],"properties":{"finalCostingTargetId":{"type":"integer","format":"int32","maximum":9,"minimum":0},"fiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"businessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"notusedFactorlaborregular":{"type":"number","format":"decimal"},"notusedFaLk":{"type":"number","format":"decimal"},"notusedFactordirectcost":{"type":"number","format":"decimal"},"notusedFactortravelexpens":{"type":"number","format":"decimal"},"notusedFactorextralaborexpens":{"type":"number","format":"decimal"},"notusedUmsatz":{"type":"number","format":"decimal"},"notusedUmsatzNu":{"type":"number","format":"decimal"},"notusedZusmieten":{"type":"number","format":"decimal"},"notusedLeistum":{"type":"number","format":"decimal"},"notusedProdsstd":{"type":"number","format":"decimal"},"notusedProdlohn":{"type":"number","format":"decimal"},"notusedZulleist":{"type":"number","format":"decimal"},"notusedTravelhour":{"type":"number","format":"decimal"},"notusedTravelexpens":{"type":"number","format":"decimal"},"notusedTarzu":{"type":"number","format":"decimal"},"totalSubcontractorCost":{"type":"number","format":"decimal"},"notusedProfitcontributionsubcontractor":{"type":"number","format":"decimal"},"notusedNuStd":{"type":"number","format":"decimal"},"totalThirdPartyCharge":{"type":"number","format":"decimal"},"notusedProfitcontributiontotal":{"type":"number","format":"decimal"},"notusedGrossprofit":{"type":"number","format":"decimal"},"notusedFactorrevenuelabor":{"type":"number","format":"decimal"},"notusedFactorgrossprofitlabor":{"type":"number","format":"decimal"},"associatedEmployerExpensesPercentage":{"type":"number","format":"decimal"},"totalVariableMaterialCost":{"type":"number","format":"decimal"},"totalSalaryAndUnProductiveWage":{"type":"number","format":"decimal"},"totalFixedMaterialCost":{"type":"number","format":"decimal"},"totalDepreciationCalculatory":{"type":"number","format":"decimal"},"totalDepreciationTaxDeductible":{"type":"number","format":"decimal"},"totalInterestCalcuatory":{"type":"number","format":"decimal"},"totalInterestOnBorrowedCapital":{"type":"number","format":"decimal"},"totalMiscellaneousTax":{"type":"number","format":"decimal"},"totalCalculatoryCost":{"type":"number","format":"decimal"},"isEffiencyPayCappingWithFactorEnabled":{"type":"boolean"},"isEffiencyPayCappingWithFixedvalueEnabled":{"type":"boolean"},"efficiencyPayCappingFactor":{"type":"number","format":"decimal"},"effiencyPayCappingFixedValue":{"type":"number","format":"decimal"},"isEffiencyPayEnabled":{"type":"boolean"},"isEffiencyPayCappingVariableWithEmployee":{"type":"boolean"},"isEffiencyPayNegativeBonusEnabled":{"type":"boolean"},"averageWage":{"type":"number","format":"decimal"},"notusedReisemittellohn":{"type":"number","format":"decimal"}},"xml":{"name":"FinalCostingTarget"},"type":"object"},"AddressContact":{"required":["lastName","description","phone","cellPhone","email","fax","defaultContactOption","detailDescription","salutation","title","firstName","differentSalutation","differentName","differentAddressLine1","differentAddressLine2","differentZipCode","differentCity","cellPhone2","privateSalutation","privateName","privateAddressLine1","privateAddressLine2","privateZipCode","privateCity","privatePhone","privateFax","privateEmail","privateCellPhone"],"properties":{"AddressContactIdPk":{"type":"integer","format":"int32"},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"SortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"LastName":{"type":"string","maxLength":80,"minLength":0},"Description":{"type":"string","maxLength":80,"minLength":0},"Phone":{"type":"string","maxLength":40,"minLength":0},"CellPhone":{"type":"string","maxLength":40,"minLength":0},"Email":{"type":"string","maxLength":100,"minLength":0},"Fax":{"type":"string","maxLength":40,"minLength":0},"DefaultContactOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"DetailDescription":{"type":"string"},"Salutation":{"type":"string","maxLength":50,"minLength":0},"Title":{"type":"string","maxLength":50,"minLength":0},"FirstName":{"type":"string","maxLength":30,"minLength":0},"DifferentSalutation":{"type":"string","maxLength":50,"minLength":0},"DifferentName":{"type":"string","maxLength":50,"minLength":0},"DifferentAddressLine1":{"type":"string","maxLength":50,"minLength":0},"DifferentAddressLine2":{"type":"string","maxLength":50,"minLength":0},"DifferentZipCode":{"type":"string","maxLength":10,"minLength":0},"DifferentCity":{"type":"string","maxLength":50,"minLength":0},"CellPhone2":{"type":"string","maxLength":30,"minLength":0},"PrivateSalutation":{"type":"string","maxLength":50,"minLength":0},"PrivateName":{"type":"string","maxLength":50,"minLength":0},"PrivateAddressLine1":{"type":"string","maxLength":50,"minLength":0},"PrivateAddressLine2":{"type":"string","maxLength":50,"minLength":0},"PrivateZipCode":{"type":"string","maxLength":10,"minLength":0},"PrivateCity":{"type":"string","maxLength":50,"minLength":0},"PrivatePhone":{"type":"string","maxLength":50,"minLength":0},"PrivateFax":{"type":"string","maxLength":50,"minLength":0},"Birthday":{"type":"string","format":"date-time"},"PrivateEmail":{"type":"string","maxLength":50,"minLength":0},"PrivateCellPhone":{"type":"string","maxLength":50,"minLength":0}},"xml":{"name":"AddressContact"},"type":"object"},"ServiceItemSubcontractorPrice":{"required":["serviceItemId","directoryOfServicesId","addressId","projectNo","serviceItemNo","creditorNo","priceMounting","priceDismantling","percentage","detailDescription"],"properties":{"Id":{"type":"integer","format":"int32"},"ServiceItemId":{"type":"integer","format":"int32"},"DirectoryOfServicesId":{"type":"integer","format":"int32"},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"ServiceItemNo":{"type":"string","maxLength":30,"minLength":0},"CreditorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"PriceMounting":{"type":"number","format":"decimal"},"PriceDismantling":{"type":"number","format":"decimal"},"Percentage":{"type":"number","format":"decimal"},"DetailDescription":{"type":"string"}},"xml":{"name":"ServiceItemSubcontractorPrice"},"type":"object"},"StockTransaction":{"required":["projectNo","deliveryNoteNo","sourceStockNo","destinationStockNo","remark","personInCharge","totalValue","totalWeight","sourceStockName","destinationStockName","sourceDocumentKey","sourceDocumentNo","sourceDocumentSubNo","sourceDocumentFiscalYearKey","addressId","debitorNo","addressMatchcode","transactionTypeId","transactionSubTypeId","userName","sourceConsignmentNo","destinationConsignmentNo","technicalContactKey","workOrderOriginNo"],"properties":{"TransactionNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"DeliveryNoteNo":{"type":"string","maxLength":10,"minLength":0},"SourceStockNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"DestinationStockNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"Remark":{"type":"string","maxLength":80,"minLength":0},"PersonInCharge":{"type":"string","maxLength":50,"minLength":0},"TotalValue":{"type":"number","format":"decimal"},"TotalWeight":{"type":"number","format":"decimal"},"Date":{"type":"string","format":"date-time"},"SourceStockName":{"type":"string","maxLength":80,"minLength":0},"DestinationStockName":{"type":"string","maxLength":80,"minLength":0},"SourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"SourceDocumentKey":{"type":"string","maxLength":21,"minLength":0},"SourceDocumentNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"SourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"DebitorNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"AddressMatchcode":{"type":"string","maxLength":30,"minLength":0},"TransactionTypeId":{"type":"integer","format":"int32","maximum":99,"minimum":0},"TransactionSubTypeId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ProcessingDate":{"type":"string","format":"date-time"},"UserName":{"type":"string","maxLength":30,"minLength":0},"TransactionStatus":{"type":"string","enum":["Issued","ServiceSheet"]},"PreLoadingDate":{"type":"string","format":"date-time"},"SourceConsignmentNo":{"type":"integer","format":"int32"},"DestinationConsignmentNo":{"type":"integer","format":"int32"},"TechnicalContactKey":{"type":"string","maxLength":20,"minLength":0},"WorkOrderOriginNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0}},"xml":{"name":"StockTransaction"},"type":"object"},"FiscalAccountRevenue":{"required":["description","defaultFooterForInvoice","taxKeyId","isVatIdCheckingEnabled"],"properties":{"FiscalAccount":{"type":"string","maxLength":10,"minLength":0},"Description":{"type":"string","maxLength":50,"minLength":0},"DefaultFooterForInvoice":{"type":"string","maxLength":15,"minLength":0},"TaxKeyId":{"type":"string","maxLength":5,"minLength":0},"IsVatIdCheckingEnabled":{"type":"boolean"}},"xml":{"name":"FiscalAccountRevenue"},"type":"object"},"Currency":{"required":["currencyKey","symbol","isBaseCurrency","isFixedExchangeRate"],"properties":{"CurrencyKey":{"type":"string","maxLength":5,"minLength":0},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"Symbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyName":{"type":"string","maxLength":30,"minLength":0},"IsBaseCurrency":{"type":"boolean"},"ExchangeRate":{"type":"number","format":"double"},"ExchangeRateInverse":{"type":"number","format":"double"},"IsFixedExchangeRate":{"type":"boolean"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"Currency"},"type":"object"},"DirectoryOfService":{"required":["directoryName","description","externalCode","businessUnit1Key","isUserEditable","directoryNo","directoryVersion"],"properties":{"Id":{"type":"integer","format":"int32"},"DirectoryOfServicesId":{"type":"integer","format":"int32"},"DirectoryName":{"type":"string","maxLength":30,"minLength":0},"Description":{"type":"string","maxLength":254,"minLength":0},"ExternalCode":{"type":"string","maxLength":10,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"IsUserEditable":{"type":"boolean"},"ValidStartDate":{"type":"string","format":"date-time"},"ValidEndDate":{"type":"string","format":"date-time"},"DirectoryNo":{"type":"string","maxLength":5,"minLength":0},"DirectoryVersion":{"type":"string","maxLength":3,"minLength":0}},"xml":{"name":"DirectoryOfService"},"type":"object"},"BillingServiceSheetItem":{"required":["itemPrintEnabled","isRent","isStatisticItem","isRelevantForProgressDisabled","isServiceSheetItemLaborPartModified","isServiceSheetItemRentalPartModified","subItemsAvailableInformation","sortNo","serviceItemNo","serviceItemGroupId","shareValueForStatisticItemCalculation","includedRentalTime","rentalTimeUnit","itemNo","itemNoRent","measuringUnitKey","measuringUnitRentalKey","description","quantityLength","quantityHeight","quantityDepth","isLengthAllowed","isDepthAllowed","isHeightAllowed","quantityDecimalPlace","quantity","quantityDismantling","targetQuantity","quantitySubcontractor","quantitySubcontractorDismantling","quantityProgressRelevant","quantityDismantlingProgressRelevant","quantityTotalAllSubItem","rentalPeriod","rentalPeriodDay","quantityRent","targetQuantityRent","subcontractorRentalTotal","quantityRentDay","quantityRentalProgressRelevant","quantityRentalDaysProgressRelevant","quantitySubcontractorRentalProgressRelevant","quantitySubcontractorRentalDaysProgressRelevant","unitPrice","unitPriceRent","unitPriceThirdPartyCharge","unitPriceTravelExpens","unitPriceExtraLaborExpens","notUsed_Mietproz","progressMountingPercentage","billingMountingPercentage","billingDismantlingPercentage","billingRentPercentage","rentalUnitPrice","rentalUnitPriceThirdPartyCharge","rentalUnitPriceLaborExpens","rentalUnitPriceTravelExpens","rentalUnitPriceExtraLaborExpens","rentalUnitPricePerDay","rentalUnitPriceThirdPartyChargesPerDay","rentalUnitPriceLaborExpensesPerDay","rentalUnitPriceTravelExpensesPerDay","rentalUnitPriceExtraLaborExpensesPerDay","progressRentTotal","progressLaborOwn","subcontractorTotal","subcontractorPercentOfWorkDone","subcontractorDismantlingSharePercentage","thirdPartyTotal","progressTravelExpensesTotal","progressExtraLaborExpensesTotal","targetValue","progressMounting","progressDismantling","billedQuantity","billedQuantityRental","billedTotal","progressTotal","billableTotal","useForEfficiencyPayOption","wageMounting","wageDismantling","itemType","surchargePercentage","surchargeRentPercentage","billingServiceTypeLabor","billingServiceTypeRent","weight","notUsed_IsServiceItemNoPartNo","unitPriceDismantling","surchargeDismantlingPercentage","directoryOfServicesId","directoryOfServicesSource","isDiscount","timeWorth","timeWorthAb"],"properties":{"BillingServiceSheetItemId":{"type":"integer","format":"int32"},"BillingServiceSheetId":{"type":"integer","format":"int32"},"BillingServiceSheetNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"BillingServiceSheetVersionNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"ItemPrintEnabled":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsRent":{"type":"boolean"},"IsStatisticItem":{"type":"boolean"},"IsRelevantForProgressDisabled":{"type":"boolean"},"IsServiceSheetItemLaborPartModified":{"type":"boolean"},"IsServiceSheetItemRentalPartModified":{"type":"boolean"},"SubItemsAvailableInformation":{"type":"integer","format":"int32","maximum":99,"minimum":0},"SortNo":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"ServiceItemNo":{"type":"string","maxLength":30,"minLength":0},"ServiceItemGroupId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ShareValueForStatisticItemCalculation":{"type":"number","format":"decimal"},"ValidFromDate":{"type":"string","format":"date-time"},"ValidToDate":{"type":"string","format":"date-time"},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"RentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"ItemNo":{"type":"string","maxLength":15,"minLength":0},"ItemNoRent":{"type":"string","maxLength":15,"minLength":0},"MeasuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"MeasuringUnitRentalKey":{"type":"string","maxLength":10,"minLength":0},"Description":{"type":"string","maxLength":70,"minLength":0},"DetailDescription":{"type":"string"},"DetailDescriptionFormatted":{"type":"string"},"QuantityLength":{"type":"number","format":"decimal"},"QuantityHeight":{"type":"number","format":"decimal"},"QuantityDepth":{"type":"number","format":"decimal"},"ChainDimensioningLength":{"type":"string"},"ChainDimensioningHeight":{"type":"string"},"ChainDimensioningDepth":{"type":"string"},"IsLengthAllowed":{"type":"boolean"},"IsDepthAllowed":{"type":"boolean"},"IsHeightAllowed":{"type":"boolean"},"QuantityDecimalPlace":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Quantity":{"type":"number","format":"decimal"},"QuantityDismantling":{"type":"number","format":"decimal"},"TargetQuantity":{"type":"number","format":"decimal"},"QuantitySubcontractor":{"type":"number","format":"decimal"},"QuantitySubcontractorDismantling":{"type":"number","format":"decimal"},"QuantityProgressRelevant":{"type":"number","format":"decimal"},"QuantityDismantlingProgressRelevant":{"type":"number","format":"decimal"},"QuantityTotalAllSubItem":{"type":"number","format":"decimal"},"RentalStartDate":{"type":"string","format":"date-time"},"IncludedRentalTimeEndDate":{"type":"string","format":"date-time"},"PreliminaryRentalEndDate":{"type":"string","format":"date-time"},"RentalEndDate":{"type":"string","format":"date-time"},"RentalPeriod":{"type":"number","format":"decimal"},"RentalPeriodDay":{"type":"number","format":"decimal"},"QuantityRent":{"type":"number","format":"decimal"},"TargetQuantityRent":{"type":"number","format":"decimal"},"SubcontractorRentalTotal":{"type":"number","format":"decimal"},"QuantityRentDay":{"type":"number","format":"decimal"},"QuantityRentalProgressRelevant":{"type":"number","format":"decimal"},"QuantityRentalDaysProgressRelevant":{"type":"number","format":"decimal"},"QuantitySubcontractorRentalProgressRelevant":{"type":"number","format":"decimal"},"QuantitySubcontractorRentalDaysProgressRelevant":{"type":"number","format":"decimal"},"UnitPrice":{"type":"number","format":"decimal"},"UnitPriceRent":{"type":"number","format":"decimal"},"UnitPriceThirdPartyCharge":{"type":"number","format":"decimal"},"UnitPriceTravelExpens":{"type":"number","format":"decimal"},"UnitPriceExtraLaborExpens":{"type":"number","format":"decimal"},"NotUsed_Mietproz":{"type":"number","format":"decimal"},"ProgressMountingPercentage":{"type":"number","format":"decimal"},"BillingMountingPercentage":{"type":"number","format":"decimal"},"BillingDismantlingPercentage":{"type":"number","format":"decimal"},"BillingRentPercentage":{"type":"number","format":"decimal"},"RentalUnitPrice":{"type":"number","format":"decimal"},"RentalUnitPriceThirdPartyCharge":{"type":"number","format":"decimal"},"RentalUnitPriceLaborExpens":{"type":"number","format":"decimal"},"RentalUnitPriceTravelExpens":{"type":"number","format":"decimal"},"RentalUnitPriceExtraLaborExpens":{"type":"number","format":"decimal"},"RentalUnitPricePerDay":{"type":"number","format":"decimal"},"RentalUnitPriceThirdPartyChargesPerDay":{"type":"number","format":"decimal"},"RentalUnitPriceLaborExpensesPerDay":{"type":"number","format":"decimal"},"RentalUnitPriceTravelExpensesPerDay":{"type":"number","format":"decimal"},"RentalUnitPriceExtraLaborExpensesPerDay":{"type":"number","format":"decimal"},"ProgressRentTotal":{"type":"number","format":"decimal"},"ProgressLaborOwn":{"type":"number","format":"decimal"},"SubcontractorTotal":{"type":"number","format":"decimal"},"SubcontractorPercentOfWorkDone":{"type":"number","format":"decimal"},"SubcontractorDismantlingSharePercentage":{"type":"number","format":"decimal"},"ThirdPartyTotal":{"type":"number","format":"decimal"},"ProgressTravelExpensesTotal":{"type":"number","format":"decimal"},"ProgressExtraLaborExpensesTotal":{"type":"number","format":"decimal"},"TargetValue":{"type":"number","format":"decimal"},"ProgressMounting":{"type":"number","format":"decimal"},"ProgressDismantling":{"type":"number","format":"decimal"},"BilledQuantity":{"type":"number","format":"decimal"},"BilledQuantityRental":{"type":"number","format":"decimal"},"BilledTotal":{"type":"number","format":"decimal"},"ProgressTotal":{"type":"number","format":"decimal"},"BillableTotal":{"type":"number","format":"decimal"},"NotUsed_DetailDescriptionLabor":{"type":"string"},"NotUsed_DetailDescriptionRent":{"type":"string"},"UseForEfficiencyPayOption":{"type":"string","maximum":9,"minimum":0,"enum":["Normal","Neutral"]},"WageMounting":{"type":"number","format":"decimal"},"WageDismantling":{"type":"number","format":"decimal"},"ItemType":{"type":"string","maxLength":3,"minLength":0},"SurchargePercentage":{"type":"number","format":"decimal"},"SurchargeRentPercentage":{"type":"number","format":"decimal"},"BillingServiceTypeLabor":{"type":"string","enum":["Undefined","RewardingPerformance","OtherContribution"]},"BillingServiceTypeRent":{"type":"string","enum":["Undefined","RewardingPerformance","OtherContribution"]},"Weight":{"type":"number","format":"decimal"},"NotUsed_IsServiceItemNoPartNo":{"type":"boolean"},"UnitPriceDismantling":{"type":"number","format":"decimal"},"SurchargeDismantlingPercentage":{"type":"number","format":"decimal"},"DirectoryOfServicesId":{"type":"integer","format":"int32"},"DirectoryOfServicesSource":{"type":"string","enum":["ServiceItem","Part","PartForRental","PartForSale"]},"IsDiscount":{"type":"boolean"},"MaterialCostTotal":{"type":"number","format":"decimal"},"MaterialCostPerUnitAndDay":{"type":"number","format":"decimal"},"QuantityRentalDaysCostRelevant":{"type":"number","format":"decimal"},"HasProjectProgressPlanData":{"type":"boolean"},"TimeWorth":{"type":"number","format":"decimal"},"TimeWorthAb":{"type":"number","format":"decimal"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"BillingServiceSheetItem"},"type":"object"},"CostEstimationItem":{"required":["itemNo","sourceDocumentItemNo","itemNoReference","serviceItemNo","costEstimationServiceTypeName","description","longText","longTextRTF","measuringUnitKey","chainDimensioningQuantity","itemType","sortNo"],"properties":{"costEstimationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"costEstimationSubNo":{"type":"integer","format":"int32","maximum":99,"minimum":0},"costEstimationAddendumNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"sortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"itemNo":{"type":"string","maxLength":15,"minLength":0},"sourceDocumentItemNo":{"type":"string","maxLength":15,"minLength":0},"timeValueForMountingOrDismantlingOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"isRent":{"type":"boolean"},"isRentalPortionCostEstimation":{"type":"boolean"},"itemNoReference":{"type":"string","maxLength":15,"minLength":0},"includedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"includedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"serviceItemNo":{"type":"string","maxLength":30,"minLength":0},"isFreeItemDescription":{"type":"boolean"},"thirdPartyExpensesIncreaseorDecreasePriceOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"costEstimationSubItemsCount":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"costEstimationItemQuantityCount":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"costEstimationServiceTypeName":{"type":"string","maxLength":30,"minLength":0},"typeNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"description":{"type":"string","maxLength":70,"minLength":0},"longText":{"type":"string"},"longTextRTF":{"type":"string"},"measuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"scaffoldHeight":{"type":"integer","format":"int32","maximum":999,"minimum":0},"costEstimationFactor":{"type":"number","format":"decimal"},"unitBasePrice":{"type":"number","format":"decimal"},"unitPrice":{"type":"number","format":"decimal"},"isApproximateValue":{"type":"boolean"},"notUsedQuantity":{"type":"number","format":"decimal"},"quantity":{"type":"number","format":"decimal"},"chainDimensioningQuantity":{"type":"string"},"quantityDecimalPlace":{"type":"integer","format":"int32","maximum":9,"minimum":0},"subcontractorQuantity":{"type":"number","format":"decimal"},"totalPrice":{"type":"number","format":"decimal"},"notUsedTotalPriceLabor":{"type":"number","format":"decimal"},"unitPriceLabor":{"type":"number","format":"decimal"},"unitPriceTravelExpense":{"type":"number","format":"decimal"},"notUsedTotalPriceExtraLaborExpens":{"type":"number","format":"decimal"},"unitPriceExtraLaborExpense":{"type":"number","format":"decimal"},"totalCostExtraLaborExpens":{"type":"number","format":"decimal"},"unitPriceRent":{"type":"number","format":"decimal"},"unitPriceThirdPartyCharge":{"type":"number","format":"decimal"},"totalCostThirdPartyCharge":{"type":"number","format":"decimal"},"subcontractorTotal":{"type":"number","format":"decimal"},"totalPriceLabor":{"type":"number","format":"decimal"},"totalPriceTravelExpens":{"type":"number","format":"decimal"},"totalPriceExtraLaborExpens":{"type":"number","format":"decimal"},"totalPriceRent":{"type":"number","format":"decimal"},"totalPriceThirdPartyCharge":{"type":"number","format":"decimal"},"totalCostLabor":{"type":"number","format":"decimal"},"totalWorkingHoursMounting":{"type":"number","format":"decimal"},"totalWorkingHoursDismantling":{"type":"number","format":"decimal"},"totalTravelHoursMounting":{"type":"number","format":"decimal"},"totalTravelHoursDismantling":{"type":"number","format":"decimal"},"totalWeight":{"type":"number","format":"decimal"},"totalCatalogPurchasePricesForMaterial":{"type":"number","format":"decimal"},"isItemNoPrintDisabled":{"type":"boolean"},"itemType":{"type":"string","maxLength":3,"minLength":0},"surchargeTotal":{"type":"number","format":"decimal"},"surchargePercentage":{"type":"number","format":"decimal"},"sortNo":{"type":"string","maxLength":25,"minLength":0},"isSurchargeAllowed":{"type":"boolean"},"gaebSubTextInfo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"directoryOfServicesId":{"type":"integer","format":"int32"},"quantityPriceBasis":{"type":"number","format":"decimal"},"isDiscount":{"type":"boolean"}},"xml":{"name":"CostEstimationItem"},"type":"object"},"CreditNoteItem":{"required":["sourceDocumentItemNo","itemNoReference","isRent","serviceItemNo","description","detailDescription","detailDescriptionFormatted","unitPrice","quantity","subcontractorQuantity","quantityDecimalPlace","measuringUnitKey","totalPrice","unitPriceLabor","unitPriceTravelExpens","unitPriceExtraLaborExpens","unitPriceRent","unitPriceThirdPartyCharge","subcontractorTotal","isItemNoPrintDisabled","itemType","surchargeTotal","surchargePercentage","sortNo","isSurchargeAllowed","gaebSubTextInfo","isServiceItemNoPartNo","directoryOfServicesId","directoryOfServicesSource","isDiscount"],"properties":{"CreditNoteNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"SortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"ItemNo":{"type":"string","maxLength":15,"minLength":0},"SourceDocumentItemNo":{"type":"string","maxLength":15,"minLength":0},"ItemNoReference":{"type":"string","maxLength":15,"minLength":0},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"IsRent":{"type":"boolean"},"ServiceItemNo":{"type":"string","maxLength":30,"minLength":0},"Description":{"type":"string","maxLength":70,"minLength":0},"DetailDescription":{"type":"string"},"DetailDescriptionFormatted":{"type":"string"},"UnitPrice":{"type":"number","format":"decimal"},"Quantity":{"type":"number","format":"decimal"},"SubcontractorQuantity":{"type":"number","format":"decimal"},"QuantityDecimalPlace":{"type":"integer","format":"int32","maximum":9,"minimum":0},"MeasuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"TotalPrice":{"type":"number","format":"decimal"},"UnitPriceLabor":{"type":"number","format":"decimal"},"UnitPriceTravelExpens":{"type":"number","format":"decimal"},"UnitPriceExtraLaborExpens":{"type":"number","format":"decimal"},"UnitPriceRent":{"type":"number","format":"decimal"},"UnitPriceThirdPartyCharge":{"type":"number","format":"decimal"},"SubcontractorTotal":{"type":"number","format":"decimal"},"IsItemNoPrintDisabled":{"type":"boolean"},"ItemType":{"type":"string","maxLength":3,"minLength":0},"SurchargeTotal":{"type":"number","format":"decimal"},"SurchargePercentage":{"type":"number","format":"decimal"},"SortNo":{"type":"string","maxLength":25,"minLength":0},"IsSurchargeAllowed":{"type":"boolean"},"GaebSubTextInfo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"IsServiceItemNoPartNo":{"type":"boolean"},"DirectoryOfServicesId":{"type":"integer","format":"int32"},"DirectoryOfServicesSource":{"type":"string","enum":["ServiceItem","Part","PartForRental","PartForSale"]},"IsDiscount":{"type":"boolean"}},"xml":{"name":"CreditNoteItem"},"type":"object"},"DeliveryNoteItem":{"required":["itemNo","sourceDocumentItemNo","itemNoReference","description","detailDescription","detailDescriptionFormatted","chainDimensioningQuantity","measuringUnitKey","notUsedPicturefilepath","itemType","sortNo"],"properties":{"deliveryNoteNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"deliveryNoteSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"fiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"sortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"itemNo":{"type":"string","maxLength":15,"minLength":0},"sourceDocumentItemNo":{"type":"string","maxLength":15,"minLength":0},"itemNoReference":{"type":"string","maxLength":15,"minLength":0},"includedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"includedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"isItemNoPrintDisabled":{"type":"boolean"},"isRent":{"type":"boolean"},"serviceItemNo":{"type":"string","maxLength":30,"minLength":0},"description":{"type":"string","maxLength":70,"minLength":0},"detailDescription":{"type":"string"},"detailDescriptionFormatted":{"type":"string"},"unitPrice":{"type":"number","format":"decimal"},"isApproximateValue":{"type":"boolean"},"quantity":{"type":"number","format":"decimal"},"subcontractorQuantity":{"type":"number","format":"decimal"},"quantityDecimalPlace":{"type":"integer","format":"int32","maximum":9,"minimum":0},"chainDimensioningQuantity":{"type":"string"},"measuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"totalPrice":{"type":"number","format":"decimal"},"unitPriceLabor":{"type":"number","format":"decimal"},"unitPriceTravelExpense":{"type":"number","format":"decimal"},"unitPriceExtraLaborExpense":{"type":"number","format":"decimal"},"unitPriceRent":{"type":"number","format":"decimal"},"unitPriceThirdPartyCharge":{"type":"number","format":"decimal"},"subcontractorTotal":{"type":"number","format":"decimal"},"notUsedPicturefilepath":{"type":"string"},"notUsedPicturebinary":{"type":"string","format":"byte"},"itemType":{"type":"string","maxLength":3,"minLength":0},"surchargeTotal":{"type":"number","format":"decimal"},"surchargePercentage":{"type":"number","format":"decimal"},"sortNo":{"type":"string","maxLength":25,"minLength":0},"isSurchargeAllowed":{"type":"boolean"},"gaebSubTextInfo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"isServiceItemNoPartNo":{"type":"boolean"},"directoryOfServicesId":{"type":"integer","format":"int32"},"directoryOfServicesSource":{"type":"string","enum":["ServiceItem","Part","PartForRental","PartForSale"]},"isDiscount":{"type":"boolean"}},"xml":{"name":"DeliveryNoteItem"},"type":"object"},"InvoiceItem":{"required":["itemNo","notUsedNewFld","customerItemNo","documentKey","billingServiceSheetPortionText","itemNoReference","chainDimensioningQuantity","measuringUnitKey","serviceItemNo","description","detailDescription","detailDescriptionFormatted","notUsedQuatationItemNo","itemType","sortNo","surchargeItemReference"],"properties":{"InvoiceItemId":{"type":"integer","format":"int32"},"InvoiceId":{"type":"integer","format":"int32"},"InvoiceNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"SortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"ProgressPaymentConsecutiveNo":{"type":"integer","format":"int32","maximum":9999,"minimum":-9999},"ItemTypeForPriorInvoicesAndPayment":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNo":{"type":"string","maxLength":15,"minLength":0},"IsItemNoPrintDisabled":{"type":"boolean"},"NotUsedNewFld":{"type":"string","maxLength":10,"minLength":0},"CustomerItemNo":{"type":"string","maxLength":15,"minLength":0},"SourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"DocumentKey":{"type":"string","maxLength":30,"minLength":0},"BillingServiceSheetSortNo":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"BillingServiceSheetItemId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"BillingServiceSheetPortion":{"type":"integer","format":"int32","maximum":99,"minimum":0},"BillingServiceSheetPortionText":{"type":"string","maxLength":20,"minLength":0},"IsRent":{"type":"boolean"},"ItemNoReference":{"type":"string","maxLength":15,"minLength":0},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"Quantity":{"type":"number","format":"decimal"},"SubcontractorQuantity":{"type":"number","format":"decimal"},"QuantityDecimalPlace":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ChainDimensioningQuantity":{"type":"string"},"MeasuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"ServiceItemNo":{"type":"string","maxLength":30,"minLength":0},"Description":{"type":"string","maxLength":70,"minLength":0},"DetailDescription":{"type":"string"},"DetailDescriptionFormatted":{"type":"string"},"UnitBasePrice":{"type":"number","format":"decimal"},"MountingOrDismountingPercentage":{"type":"number","format":"decimal"},"UnitPrice":{"type":"number","format":"decimal"},"TotalPrice":{"type":"number","format":"decimal"},"UnitPriceLabor":{"type":"number","format":"decimal"},"TotalLaborMounting":{"type":"number","format":"decimal"},"TotalLaborDismantling":{"type":"number","format":"decimal"},"UnitPriceTravelExpense":{"type":"number","format":"decimal"},"UnitPriceExtraLaborExpense":{"type":"number","format":"decimal"},"UnitPriceRent":{"type":"number","format":"decimal"},"UnitPriceThirdPartyCharge":{"type":"number","format":"decimal"},"SubcontractorTotal":{"type":"number","format":"decimal"},"NotUsedQuatationItemNo":{"type":"string","maxLength":15,"minLength":0},"RentStartDate":{"type":"string","format":"date-time"},"RentEndDate":{"type":"string","format":"date-time"},"ItemType":{"type":"string","maxLength":3,"minLength":0},"SurchargeTotal":{"type":"number","format":"decimal"},"SurchargePercentage":{"type":"number","format":"decimal"},"IsSurchargeAllowed":{"type":"boolean"},"GaebSubTextInfo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SortNo":{"type":"string","maxLength":25,"minLength":0},"BillingMountingPercentage":{"type":"number","format":"decimal"},"BillingDismantlingPercentage":{"type":"number","format":"decimal"},"NotUsedIsServiceItemNoPartNo":{"type":"boolean"},"SurchargeItemReference":{"type":"string"},"DirectoryOfServicesId":{"type":"integer","format":"int32"},"DirectoryOfServicesSource":{"type":"string","enum":["ServiceItem","Part","PartForRental","PartForSale"]},"IsDiscount":{"type":"boolean"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"InvoiceItem"},"type":"object"},"DocumentSubTotal":{"required":["documentKey1","documentType1","documentFiscalYearKey1","documentNo1","documentSubNo1","documentSelectionKey1","documentType","documentFiscalYearKey2","documentNo2","documentSubNo2","documentKey2","extraKey2","subTotal1","subTotal2","subTotal3"],"properties":{"ItemId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"DocumentKey1":{"type":"string","maxLength":30,"minLength":0},"DocumentType1":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"DocumentFiscalYearKey1":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"DocumentNo1":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"DocumentSubNo1":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"DocumentSelectionKey1":{"type":"string","maxLength":21,"minLength":0},"Date":{"type":"string","format":"date-time"},"DocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"DocumentFiscalYearKey2":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"DocumentNo2":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"DocumentSubNo2":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"DocumentKey2":{"type":"string","maxLength":30,"minLength":0},"ExtraKey2":{"type":"string","maxLength":10,"minLength":0},"SubTotal1":{"type":"number","format":"decimal"},"SubTotal2":{"type":"number","format":"decimal"},"SubTotal3":{"type":"number","format":"decimal"}},"xml":{"name":"DocumentSubTotal"},"type":"object"},"QuotationRequest":{"required":["requestNo","createdByUserName","statusValue","objectDescription","notUsedFrei","matchcode","debitorNo","addressId","addressSalutation","addressName","addressLine1","addressLine2","addressZipCode","addressCity","country","addressPhone","addressFax","addressEmail","notUsedFreia","contactSelectionKey","contactName","contactPhone","contactFax","contactCellPhone","contactEmail","quotationNo","quotationFiscalYearKey","quotationNetTotal","projectNo","projectFiscalYearKey","commercialContactName","technicalContactKey","businessUnit1Key","requestIncomingType","requestClassification","requestContactFunction","accountManagerContact","rejectionDescription","isCreditRatingCompleted","isRegisteredWithTradeCreditInsurance","scaffoldTypeIs70","scaffoldTypeIs100","scaffoldTypeIsPlatform","scaffoldLocationAll","scaffoldLocationFrontSide","scaffoldLocationBackSide","scaffoldLocationRightSide","scaffoldLocationLeftSide","scaffoldCoverHasCanva","scaffoldCoverHasContainment","scaffoldCoverHasNet","scaffoldStreetUsePermissionIsNeeded","scaffoldNeedsCraftPainter","scaffoldNeedsCraftInsulation","scaffoldNeedsCraftPlumber","scaffoldNeedsCraftRoofer","scaffoldNeedsCraftMason","scaffoldTypeDescription","scaffoldCoverDescription","scaffoldLocationDescription","scaffoldStreetUsePermissionDescription","scaffoldNeedsCraftText","distanceToBuildingSite","addressCountryCode","nextContact","constructionSiteAddressSalutation","constructionSiteAddressName","constructionSiteAddressLine","constructionSiteAddressStreet","constructionSiteAddressCountryCode","constructionSiteAddressZipCode","constructionSiteAddressCity"],"properties":{"QuotationRequestId":{"type":"integer","format":"int32"},"RequestNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"RequestDate":{"type":"string","format":"date-time"},"CreationDate":{"type":"string","format":"date-time"},"CreatedByUserName":{"type":"string","maxLength":30,"minLength":0},"StatusValue":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ObjectDescription":{"type":"string","maxLength":80,"minLength":0},"NotUsedFrei":{"type":"boolean"},"Matchcode":{"type":"string","maxLength":50,"minLength":0},"DebitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressSalutation":{"type":"string","maxLength":50,"minLength":0},"AddressName":{"type":"string","maxLength":50,"minLength":0},"AddressLine1":{"type":"string","maxLength":50,"minLength":0},"AddressLine2":{"type":"string","maxLength":50,"minLength":0},"AddressZipCode":{"type":"string","maxLength":10,"minLength":0},"AddressCity":{"type":"string","maxLength":50,"minLength":0},"Country":{"type":"string","maxLength":50,"minLength":0},"AddressPhone":{"type":"string","maxLength":50,"minLength":0},"AddressFax":{"type":"string","maxLength":50,"minLength":0},"AddressEmail":{"type":"string","maxLength":50,"minLength":0},"NotUsedFreia":{"type":"boolean"},"ContactSelectionKey":{"type":"string","maxLength":50,"minLength":0},"ContactName":{"type":"string","maxLength":50,"minLength":0},"ContactPhone":{"type":"string","maxLength":50,"minLength":0},"ContactFax":{"type":"string","maxLength":50,"minLength":0},"ContactCellPhone":{"type":"string","maxLength":50,"minLength":0},"ContactEmail":{"type":"string","maxLength":50,"minLength":0},"QuotationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"QuotationFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"QuotationDueDate":{"type":"string","format":"date-time"},"QuotationDate":{"type":"string","format":"date-time"},"QuotationNetTotal":{"type":"number","format":"decimal"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"ProjectFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"OrderDate":{"type":"string","format":"date-time"},"CommercialContactName":{"type":"string","maxLength":50,"minLength":0},"TechnicalContactKey":{"type":"string","maxLength":20,"minLength":0},"ForwardingDate":{"type":"string","format":"date-time"},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"RequestIncomingType":{"type":"string","maxLength":30,"minLength":0},"RequestClassification":{"type":"string","maxLength":30,"minLength":0},"RequestContactFunction":{"type":"string","maxLength":30,"minLength":0},"DetailDescription":{"type":"string"},"DetailDescriptionFormatted":{"type":"string"},"AccountManagerContact":{"type":"string","maxLength":50,"minLength":0},"RejectionDescription":{"type":"string","maxLength":80,"minLength":0},"RejectionDate":{"type":"string","format":"date-time"},"IsCreditRatingCompleted":{"type":"boolean"},"IsRegisteredWithTradeCreditInsurance":{"type":"boolean"},"ScaffoldTypeIs70":{"type":"boolean"},"ScaffoldTypeIs100":{"type":"boolean"},"ScaffoldTypeIsPlatform":{"type":"boolean"},"ScaffoldLocationAll":{"type":"boolean"},"ScaffoldLocationFrontSide":{"type":"boolean"},"ScaffoldLocationBackSide":{"type":"boolean"},"ScaffoldLocationRightSide":{"type":"boolean"},"ScaffoldLocationLeftSide":{"type":"boolean"},"ScaffoldCoverHasCanva":{"type":"boolean"},"ScaffoldCoverHasContainment":{"type":"boolean"},"ScaffoldCoverHasNet":{"type":"boolean"},"ScaffoldStreetUsePermissionIsNeeded":{"type":"boolean"},"ScaffoldNeedsCraftPainter":{"type":"boolean"},"ScaffoldNeedsCraftInsulation":{"type":"boolean"},"ScaffoldNeedsCraftPlumber":{"type":"boolean"},"ScaffoldNeedsCraftRoofer":{"type":"boolean"},"ScaffoldNeedsCraftMason":{"type":"boolean"},"ScaffoldTypeDescription":{"type":"string","maxLength":50,"minLength":0},"ScaffoldCoverDescription":{"type":"string","maxLength":50,"minLength":0},"ScaffoldLocationDescription":{"type":"string","maxLength":50,"minLength":0},"ScaffoldStreetUsePermissionDescription":{"type":"string","maxLength":50,"minLength":0},"ScaffoldNeedsCraftText":{"type":"string","maxLength":50,"minLength":0},"ScaffoldNeedsDetailDescription":{"type":"string"},"DistanceToBuildingSite":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"AddressCountryCode":{"type":"string","maxLength":4,"minLength":0},"NextContact":{"type":"string","maxLength":25,"minLength":0},"Timestamp":{"type":"string","format":"byte"},"ConstructionSiteAddressSalutation":{"type":"string","maxLength":50,"minLength":0},"ConstructionSiteAddressName":{"type":"string","maxLength":50,"minLength":0},"ConstructionSiteAddressLine":{"type":"string","maxLength":50,"minLength":0},"ConstructionSiteAddressStreet":{"type":"string","maxLength":50,"minLength":0},"ConstructionSiteAddressCountryCode":{"type":"string","maxLength":4,"minLength":0},"ConstructionSiteAddressZipCode":{"type":"string","maxLength":10,"minLength":0},"ConstructionSiteAddressCity":{"type":"string","maxLength":50,"minLength":0}},"xml":{"name":"QuotationRequest"},"type":"object"},"SerialLetterAddress":{"required":["addressId","addressSalutation","addressName","addressLine1","addressLine2","addressZipCode","addressCity","country","debitorNo","addressPhone","addressFax","email","contactName","contactFax","contactEmail"],"properties":{"LetterNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressSalutation":{"type":"string","maxLength":60,"minLength":0},"AddressName":{"type":"string","maxLength":60,"minLength":0},"AddressLine1":{"type":"string","maxLength":60,"minLength":0},"AddressLine2":{"type":"string","maxLength":60,"minLength":0},"AddressZipCode":{"type":"string","maxLength":10,"minLength":0},"AddressCity":{"type":"string","maxLength":60,"minLength":0},"Country":{"type":"string","maxLength":60,"minLength":0},"DebitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressPhone":{"type":"string","maxLength":30,"minLength":0},"AddressFax":{"type":"string","maxLength":30,"minLength":0},"Email":{"type":"string","maxLength":80,"minLength":0},"ContactName":{"type":"string","maxLength":60,"minLength":0},"ContactFax":{"type":"string","maxLength":30,"minLength":0},"ContactEmail":{"type":"string","maxLength":80,"minLength":0}},"xml":{"name":"SerialLetterAddress"},"type":"object"},"OrderConfirmationItem":{"required":["itemNo","costEstimationItemNo","itemNoReference","serviceItemNo","description","detailDescription","detailDescriptionFormatted","chainDimensioningQuantity","measuringUnitKey","itemType","sortNo"],"properties":{"OrderConfirmationItemId":{"type":"integer","format":"int32"},"OrderConfirmationId":{"type":"integer","format":"int32"},"ConfirmationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ConfirmationAddendumNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"SortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"ItemNo":{"type":"string","maxLength":15,"minLength":0},"CostEstimationItemNo":{"type":"string","maxLength":15,"minLength":0},"ItemNoReference":{"type":"string","maxLength":15,"minLength":0},"IsRent":{"type":"boolean"},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"ServiceItemNo":{"type":"string","maxLength":30,"minLength":0},"Description":{"type":"string","maxLength":70,"minLength":0},"DetailDescription":{"type":"string"},"DetailDescriptionFormatted":{"type":"string"},"UnitPrice":{"type":"number","format":"decimal"},"IsApproximateValue":{"type":"boolean"},"Quantity":{"type":"number","format":"decimal"},"SubcontractorQuantity":{"type":"number","format":"decimal"},"QuantityDecimalPlace":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ChainDimensioningQuantity":{"type":"string"},"MeasuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"TotalPrice":{"type":"number","format":"decimal"},"UnitPriceLabor":{"type":"number","format":"decimal"},"UnitPriceTravelExpense":{"type":"number","format":"decimal"},"UnitPriceExtraLaborExpense":{"type":"number","format":"decimal"},"UnitPriceRent":{"type":"number","format":"decimal"},"UnitPriceThirdPartyCharge":{"type":"number","format":"decimal"},"NotusedNeuesfeld":{"type":"string","maxLength":10,"minLength":0},"SubcontractorTotal":{"type":"number","format":"decimal"},"IsItemNoPrintDisabled":{"type":"boolean"},"ItemType":{"type":"string","maxLength":3,"minLength":0},"SurchargeTotal":{"type":"number","format":"decimal"},"SurchargePercentage":{"type":"number","format":"decimal"},"SortNo":{"type":"string","maxLength":25,"minLength":0},"IsSurchargeAllowed":{"type":"boolean"},"GaebSubTextInfo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"QuantitiesAvailableInfo":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ServiceItemNoIsPartNo":{"type":"boolean"},"DirectoryOfServicesId":{"type":"integer","format":"int32"},"DirectoryOfServicesSource":{"type":"string","enum":["ServiceItem","Part","PartForRental","PartForSale"]},"IsDiscount":{"type":"boolean"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"OrderConfirmationItem"},"type":"object"},"DunningItem":{"required":["itemType","projectNo","invoiceNo","invoiceFiscalYear","description","itemValue","dunningLevel"],"properties":{"DunningNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"SortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"ItemType":{"type":"string","maxLength":20,"minLength":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"InvoiceNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"InvoiceFiscalYear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"ItemDate":{"type":"string","format":"date-time"},"DueDate":{"type":"string","format":"date-time"},"Description":{"type":"string","maxLength":50,"minLength":0},"ItemValue":{"type":"number","format":"decimal"},"DunningLevel":{"type":"string","maxLength":30,"minLength":0}},"xml":{"name":"DunningItem"},"type":"object"},"PurchaseInvoiceItem":{"required":["documentKey","description","detailDescription","detailDescriptionFormatted","bookingAccountName","measuringUnitKey","itemType","sortNo","fiscalAccount","contraAccount","partNo","customerItemNo"],"properties":{"purchaseInvoiceNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"fiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"itemId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"itemNo":{"type":"string","maxLength":15,"minLength":0},"projectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"sourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"documentKey":{"type":"string","maxLength":30,"minLength":0},"description":{"type":"string","maxLength":70,"minLength":0},"detailDescription":{"type":"string"},"detailDescriptionFormatted":{"type":"string"},"bookingAccountId":{"type":"integer","format":"int32"},"bookingAccountName":{"type":"string","maxLength":30,"minLength":0},"bookingAccountType":{"type":"integer","format":"int32"},"quantity":{"type":"number","format":"decimal"},"measuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"unitPrice":{"type":"number","format":"decimal"},"totalPrice":{"type":"number","format":"decimal"},"laborMounting":{"type":"number","format":"decimal"},"laborDismantling":{"type":"number","format":"decimal"},"constructionPhase":{"type":"integer","format":"int32","maximum":9,"minimum":0},"isItemNoPrintDisabled":{"type":"boolean"},"itemType":{"type":"string","maxLength":3,"minLength":0},"sortNo":{"type":"string","maxLength":25,"minLength":0},"isSurchargeAllowed":{"type":"boolean"},"gaebSubTextInfo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"surchargePercentage":{"type":"number","format":"decimal"},"surchargeTotal":{"type":"number","format":"decimal"},"executionDate":{"type":"string","format":"date-time"},"fiscalAccount":{"type":"string","maxLength":10,"minLength":0},"contraAccount":{"type":"string","maxLength":10,"minLength":0},"debitValue":{"type":"integer","format":"int32","maximum":9,"minimum":0},"partNo":{"type":"string","maxLength":30,"minLength":0},"customerItemNo":{"type":"string","maxLength":15,"minLength":0},"isDiscount":{"type":"boolean"}},"xml":{"name":"PurchaseInvoiceItem"},"type":"object"},"PurchaseOrderItem":{"required":["description","detailDescription","detailDescriptionFormatted","unitPrice","quantity","measuringUnitKey","totalPrice","isItemNoPrintDisabled","itemType","surchargeTotal","surchargePercentage","sortNo","isSurchargeAllowed","gaebSubTextInfo","partNo","bookingAccountId","bookingAccountType","projectNo","isDiscount"],"properties":{"purchaseOrderNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"fiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"sortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"itemNo":{"type":"string","maxLength":15,"minLength":0},"description":{"type":"string","maxLength":70,"minLength":0},"detailDescription":{"type":"string"},"detailDescriptionFormatted":{"type":"string"},"unitPrice":{"type":"number","format":"decimal"},"quantity":{"type":"number","format":"decimal"},"measuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"totalPrice":{"type":"number","format":"decimal"},"isItemNoPrintDisabled":{"type":"boolean"},"itemType":{"type":"string","maxLength":3,"minLength":0},"surchargeTotal":{"type":"number","format":"decimal"},"surchargePercentage":{"type":"number","format":"decimal"},"sortNo":{"type":"string","maxLength":25,"minLength":0},"isSurchargeAllowed":{"type":"boolean"},"gaebSubTextInfo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"partNo":{"type":"string","maxLength":30,"minLength":0},"bookingAccountId":{"type":"integer","format":"int32"},"bookingAccountType":{"type":"integer","format":"int32"},"projectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"isDiscount":{"type":"boolean"}},"xml":{"name":"PurchaseOrderItem"},"type":"object"},"IItemNoCalculableItem":{"properties":{"description":{"type":"string"},"gaebSubTextInfo":{"type":"integer","format":"int32"},"isDiscount":{"type":"boolean"},"itemNo":{"type":"string"},"itemType":{"type":"string"},"measuringUnitKey":{"type":"string"},"sortNo":{"type":"string"}},"xml":{"name":"IItemNoCalculableItem"},"type":"object"},"RecurringChargeItem":{"required":["description","projectNo","bookingAccountId","bookingAccountName","bookingAccountType","netTotal","taxKeyId","vatPercent","vatValue","grossTotal","fiscalAccount","contraAccount","debitValue","partNo","quantity","unitPrice","surchargePercentage","surchargeValue"],"properties":{"recurringChargeNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"itemId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"description":{"type":"string","maxLength":30,"minLength":0},"projectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"bookingAccountId":{"type":"integer","format":"int32"},"bookingAccountName":{"type":"string","maxLength":30,"minLength":0},"bookingAccountType":{"type":"integer","format":"int32"},"netTotal":{"type":"number","format":"decimal"},"taxKeyId":{"type":"string","maxLength":5,"minLength":0},"vatPercent":{"type":"number","format":"decimal"},"vatValue":{"type":"number","format":"decimal"},"grossTotal":{"type":"number","format":"decimal"},"fiscalAccount":{"type":"string","maxLength":10,"minLength":0},"contraAccount":{"type":"string","maxLength":10,"minLength":0},"debitValue":{"type":"integer","format":"int32","maximum":9,"minimum":0},"partNo":{"type":"string","maxLength":20,"minLength":0},"quantity":{"type":"number","format":"decimal"},"unitPrice":{"type":"number","format":"decimal"},"surchargePercentage":{"type":"number","format":"decimal"},"surchargeValue":{"type":"number","format":"decimal"}},"xml":{"name":"RecurringChargeItem"},"type":"object"},"ServiceHourReportItem":{"required":["itemNo","sourceDocumentItemNo","itemNoReference","serviceItemNo","description","detailDescription","detailDescriptionFormatted","chainDimensioningQuantity","measuringUnitKey","itemType","surchargeTotal","sortNo"],"properties":{"serviceHourReportNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"serviceHourReportSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"fiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"sortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"itemNo":{"type":"string","maxLength":15,"minLength":0},"sourceDocumentItemNo":{"type":"string","maxLength":15,"minLength":0},"itemNoReference":{"type":"string","maxLength":15,"minLength":0},"includedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"includedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"isItemNoPrintDisabled":{"type":"boolean"},"isRent":{"type":"boolean"},"directoryOfServicesId":{"type":"integer","format":"int32"},"serviceItemNo":{"type":"string","maxLength":30,"minLength":0},"serviceItemNoIsPartNo":{"type":"boolean"},"description":{"type":"string","maxLength":70,"minLength":0},"detailDescription":{"type":"string"},"detailDescriptionFormatted":{"type":"string"},"unitPrice":{"type":"number","format":"decimal"},"isApproximateValue":{"type":"boolean"},"quantity":{"type":"number","format":"decimal"},"subcontractorQuantity":{"type":"number","format":"decimal"},"quantityDecimalPlace":{"type":"integer","format":"int32","maximum":9,"minimum":0},"chainDimensioningQuantity":{"type":"string"},"measuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"totalPrice":{"type":"number","format":"decimal"},"unitPriceLabor":{"type":"number","format":"decimal"},"unitPriceTravelExpense":{"type":"number","format":"decimal"},"unitPriceExtraLaborExpense":{"type":"number","format":"decimal"},"unitPriceRent":{"type":"number","format":"decimal"},"unitPriceThirdPartyCharge":{"type":"number","format":"decimal"},"subcontractorTotal":{"type":"number","format":"decimal"},"itemType":{"type":"string","maxLength":3,"minLength":0},"surchargeTotal":{"type":"number","format":"decimal"},"surchargePercentage":{"type":"number","format":"decimal"},"sortNo":{"type":"string","maxLength":25,"minLength":0},"isSurchargeAllowed":{"type":"boolean"},"gaebSubTextInfo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"directoryOfServicesSource":{"type":"string","enum":["ServiceItem","Part","PartForRental","PartForSale"]},"isDiscount":{"type":"boolean"}},"xml":{"name":"ServiceHourReportItem"},"type":"object"},"WorkOrderServiceSheet":{"required":["billingServiceSheetNo","billingServiceSheetVersionNo","sourceDocumentType","sourceDocumentKey","sourceDocumentNo","sourceDocumentSubNo","sourceDocumentFiscalYearKey","constructionPhaseType","actualHour","subcontractorCreditorNo","progressLaborTotal","subcontractorTotal","totalSubcontractorBilled","isSubcontractorOrWorkerMandatory","isSubcontractorLumpSumBilling","subcontractorPercentOfWorkDone","textSubcontractorLumpSumBilling","subcontractorPercentValueBilling","timeWorthSum","timeWorthSumAb"],"properties":{"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"WorkOrderOriginNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"BillingServiceSheetNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"BillingServiceSheetVersionNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SourceDocumentType":{"type":"integer","format":"int32"},"SourceDocumentKey":{"type":"string","maxLength":21,"minLength":0},"SourceDocumentNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"SourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"ConstructionPhaseType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"MountingDate":{"type":"string","format":"date-time"},"DismantlingDate":{"type":"string","format":"date-time"},"RentalStartDate":{"type":"string","format":"date-time"},"RentalEndDate":{"type":"string","format":"date-time"},"ActualHour":{"type":"number","format":"decimal"},"SubcontractorCreditorNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ProgressLaborTotal":{"type":"number","format":"decimal"},"SubcontractorTotal":{"type":"number","format":"decimal"},"TotalSubcontractorBilled":{"type":"number","format":"decimal"},"IsSubcontractorOrWorkerMandatory":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsSubcontractorLumpSumBilling":{"type":"boolean"},"SubcontractorPercentOfWorkDone":{"type":"number","format":"decimal"},"TextSubcontractorLumpSumBilling":{"type":"string"},"SubcontractorPercentValueBilling":{"type":"number","format":"decimal"},"BillingServiceSheetId":{"type":"integer","format":"int32"},"TimeWorthSum":{"type":"number","format":"decimal"},"TimeWorthSumAb":{"type":"number","format":"decimal"}},"xml":{"name":"WorkOrderServiceSheet"},"type":"object"},"WorkOrderStatus":{"required":["sortNo","typeId","isWorkCompleted","time","personInCharge"],"properties":{"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"WorkOrderNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"TypeNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SortNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"TypeId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"IsWorkCompleted":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Date":{"type":"string","format":"date-time"},"Time":{"type":"string","maxLength":5,"minLength":0},"PersonInCharge":{"type":"string","maxLength":20,"minLength":0}},"xml":{"name":"WorkOrderStatus"},"type":"object"},"CrewTemplate":{"required":["description","isUsed"],"properties":{"CrewName":{"type":"string","maxLength":20,"minLength":0},"Description":{"type":"string","maxLength":50,"minLength":0},"IsUsed":{"type":"boolean"},"CrewLeaderEmployeeNo":{"type":"integer","format":"int32","maximum":9999999999.0,"minimum":0.0}},"xml":{"name":"CrewTemplate"},"type":"object"},"DailyCrew":{"required":["sortNo","description","comment","businessUnit1Key"],"properties":{"Date":{"type":"string","format":"date-time"},"CrewNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SortNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"Description":{"type":"string","maxLength":20,"minLength":0},"Comment":{"type":"string","maxLength":50,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"DailyCrew"},"type":"object"},"PackingUnit":{"required":["itemsPerPackingUnit","decimalPlace","roundingType","isDefault"],"properties":{"partNo":{"type":"string","maxLength":20,"minLength":0},"packingUnitKey":{"type":"string","maxLength":10,"minLength":0},"itemsPerPackingUnit":{"type":"number","format":"decimal"},"decimalPlace":{"type":"integer","format":"int32","maximum":9,"minimum":0},"roundingType":{"type":"string","enum":["None","Down","Up"]},"isDefault":{"type":"boolean"}},"xml":{"name":"PackingUnit"},"type":"object"},"BudgetingBusinessSummaryTemplate":{"required":["description","usageType"],"properties":{"displayOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"typeNo":{"type":"integer","format":"int32","maximum":99,"minimum":0},"description":{"type":"string","maxLength":40,"minLength":0},"usageType":{"type":"integer","format":"int32","maximum":9,"minimum":0}},"xml":{"name":"BudgetingBusinessSummaryTemplate"},"type":"object"},"ServiceItem":{"required":["serviceItemGroupId","customerItemNo","customerItemNoRent","alternateBillingServiceItemNo","description","measuringUnitKey","rentalTimeUnit","isMountingPartUsed","unitPrice","unitPriceRent","unitPriceThirdPartyCharge","surchargePercentage","isRentalPartUsed","rentalPrice","rentalPriceLabor","rentalPriceThirdPartyCharge","rentalSurchargePercentage","surchargeCalculationOption","workingTimeMountingMinute","workingTimeDismantlingMinute","shareValueForStatisticItemCalculation","weight","fiscalAccountInProcessMounting","fiscalAccountInProcessDismantling","fiscalAccountInProcessRent","fiscalAccountRevenueMounting","fiscalAccountRevenueDismantling","fiscalAccountRevenueRent","fiscalAccountQuantityMounting","fiscalAccountQuantityDismantling","fiscalAccountQuantityRent","fiscalAccountInProcessMountingSubcontractor","fiscalAccountInProcessDismantlingSubcontractor","fiscalAccountInProcessRentSubcontractor","fiscalAccountRevenueMountingSubcontractor","fiscalAccountRevenueDismantlingSubcontractor","fiscalAccountRevenueRentSubcontractor","fiscalAccountQuantityMountingSubcontractor","fiscalAccountQuantityDismantlingSubcontractor","fiscalAccountQuantityRentSubcontractor","wageMounting","wageDismantling","contractMeasureFieldsUsageDefinitionForServiceSheet","contractMeasureFieldsUsageDefinitionForBilling","isContractRentalItemInSameRow","contractBillingMeasuringUnit","includedRentalTime","includedRentalTimeUnit","billingServiceTypeLabor","billingServiceTypeRent","useForEfficiencyPayOption","isDismantlingPartUsed","unitPriceDismantling","surchargePercentageDismantling","customerItemNoDismantling","wageTypeKey","npkAlternativeItemGroup","npkRepeatItemEnd","npkRepeatLikeItem","costEstimationServiceItemId"],"properties":{"Id":{"type":"integer","format":"int32"},"DirectoryOfServicesId":{"type":"integer","format":"int32"},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"ServiceItemNo":{"type":"string","maxLength":30,"minLength":0},"ServiceItemGroupId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"CustomerItemNo":{"type":"string","maxLength":20,"minLength":0},"CustomerItemNoRent":{"type":"string","maxLength":20,"minLength":0},"AlternateBillingServiceItemNo":{"type":"string","maxLength":30,"minLength":0},"Description":{"type":"string","maxLength":70,"minLength":0},"MeasuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"RentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"ProgressMountingPercentage":{"type":"number","format":"double"},"BillingMountingPercentage":{"type":"number","format":"double"},"BillingDismantlingPercentage":{"type":"number","format":"double"},"RentalPercentage":{"type":"number","format":"double"},"DefaultQuotationText":{"type":"string"},"DefaultQuotationTextFormatted":{"type":"string"},"DefaultBillingTextMounting":{"type":"string"},"DefaultBillingTextMountingFormatted":{"type":"string"},"DefaultBillingTextDismantling":{"type":"string"},"DefaultBillingTextDismantlingFormatted":{"type":"string"},"DefaultQuotationTextRent":{"type":"string"},"DefaultQuotationTextRentFormatted":{"type":"string"},"DefaultBillingTextRent":{"type":"string"},"DefaultBillingTextRentFormatted":{"type":"string"},"IsMountingPartUsed":{"type":"boolean"},"UnitPrice":{"type":"number","format":"decimal"},"UnitPriceRent":{"type":"number","format":"decimal"},"UnitPriceThirdPartyCharge":{"type":"number","format":"decimal"},"SurchargePercentage":{"type":"number","format":"decimal"},"IsRentalPartUsed":{"type":"boolean"},"RentalPrice":{"type":"number","format":"decimal"},"RentalPriceLabor":{"type":"number","format":"decimal"},"RentalPriceThirdPartyCharge":{"type":"number","format":"decimal"},"RentalSurchargePercentage":{"type":"number","format":"decimal"},"SurchargeCalculationOption":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","LastItem","LastSubtotal"]},"WorkingTimeMountingMinute":{"type":"number","format":"decimal"},"WorkingTimeDismantlingMinute":{"type":"number","format":"decimal"},"ShareValueForStatisticItemCalculation":{"type":"number","format":"decimal"},"Weight":{"type":"number","format":"decimal"},"FiscalAccountInProcessMounting":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountInProcessDismantling":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountInProcessRent":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountRevenueMounting":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountRevenueDismantling":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountRevenueRent":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountQuantityMounting":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountQuantityDismantling":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountQuantityRent":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountInProcessMountingSubcontractor":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountInProcessDismantlingSubcontractor":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountInProcessRentSubcontractor":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountRevenueMountingSubcontractor":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountRevenueDismantlingSubcontractor":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountRevenueRentSubcontractor":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountQuantityMountingSubcontractor":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountQuantityDismantlingSubcontractor":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountQuantityRentSubcontractor":{"type":"string","maxLength":10,"minLength":0},"WageMounting":{"type":"number","format":"decimal"},"WageDismantling":{"type":"number","format":"decimal"},"ContractMeasureFieldsUsageDefinitionForServiceSheet":{"type":"string","maxLength":5,"minLength":0},"ContractMeasureFieldsUsageDefinitionForBilling":{"type":"string","maxLength":5,"minLength":0},"IsContractRentalItemInSameRow":{"type":"boolean"},"ContractBillingMeasuringUnit":{"type":"string","maxLength":10,"minLength":0},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"BillingServiceTypeLabor":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","RewardingPerformance","OtherContribution"]},"BillingServiceTypeRent":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","RewardingPerformance","OtherContribution"]},"ScriptDefinition":{"type":"string"},"UseForEfficiencyPayOption":{"type":"string","maximum":9,"minimum":0,"enum":["Normal","Neutral"]},"IsDismantlingPartUsed":{"type":"boolean"},"UnitPriceDismantling":{"type":"number","format":"decimal"},"SurchargePercentageDismantling":{"type":"number","format":"decimal"},"CustomerItemNoDismantling":{"type":"string","maxLength":20,"minLength":0},"DefaultSubcontractorTextMounting":{"type":"string"},"DefaultSubcontractorTextMountingFormatted":{"type":"string"},"DefaultSubcontractorTextDismantling":{"type":"string"},"DefaultSubcontractorTextDismantlingFormatted":{"type":"string"},"WageTypeKey":{"type":"string","maxLength":5,"minLength":0},"NpkAlternativeItemGroup":{"type":"string","maxLength":1,"minLength":0},"NpkRepeatItemEnd":{"type":"string","maxLength":30,"minLength":0},"NpkRepeatLikeItem":{"type":"string","maxLength":30,"minLength":0},"CostEstimationServiceItemId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"MaterialCostPerUnitAndDay":{"type":"number","format":"decimal"},"ImportServiceItemNo":{"type":"string","maxLength":30,"minLength":0}},"xml":{"name":"ServiceItem"},"type":"object"},"StockTransactionType":{"required":["sortNo","description","transactionSubTypeDefaultId"],"properties":{"TransactionTypeId":{"type":"integer","format":"int32","maximum":99,"minimum":0},"SortNo":{"type":"integer","format":"int32","maximum":99,"minimum":0},"Description":{"type":"string","maxLength":50,"minLength":0},"TransactionSubTypeDefaultId":{"type":"integer","format":"int32","maximum":999,"minimum":0}},"xml":{"name":"StockTransactionType"},"type":"object"},"StockTransactionSubType":{"required":["sortNo","description","associatedAddressType","sourceStockDescription","destinationStockDescription","isRentalPartsTransaction","isPriceCalculationEnabled","abbreviation"],"properties":{"TransactionTypeId":{"type":"integer","format":"int32"},"TransactionSubTypeId":{"type":"integer","format":"int32"},"SortNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"Description":{"type":"string","maxLength":50,"minLength":0},"AssociatedAddressType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"SourceStockDescription":{"type":"string","maxLength":50,"minLength":0},"DestinationStockDescription":{"type":"string","maxLength":50,"minLength":0},"IsRentalPartsTransaction":{"type":"boolean"},"IsPriceCalculationEnabled":{"type":"boolean"},"Abbreviation":{"type":"string","maxLength":15,"minLength":0}},"xml":{"name":"StockTransactionSubType"},"type":"object"},"BillingServiceSheetSubItem":{"required":["itemSortId","isServiceSheetItemLaborPartModified","isServiceSheetItemRentalPartModified","isFreeObjectDescription","objectDescription","objectAxi","completionProgress","quantityCount","quantityLength","quantityDepth","quantityHeight","quantity","subcontractorPercentOfWorkDone","subcontractorDismantlingSharePercentage","rentalPeriod","rentalPeriodNotRounded","quantityRent","rentalDay","workOrderOrSubcontractorNoMounting","workOrderOrSubcontractorNoDismantling","subcontractorQuantityReferenceOutdated","itemType"],"properties":{"BillingServiceSheetSubItemId":{"type":"integer","format":"int32"},"BillingServiceSheetId":{"type":"integer","format":"int32"},"BillingServiceSheetItemId":{"type":"integer","format":"int32"},"BillingServiceSheetNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"BillingServiceSheetVersionNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SortNo":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"SortOrderId":{"type":"integer","format":"int32","maximum":9999999,"minimum":0},"ItemSortId":{"type":"number","format":"decimal"},"IsServiceSheetItemLaborPartModified":{"type":"boolean"},"IsServiceSheetItemRentalPartModified":{"type":"boolean"},"IsFreeObjectDescription":{"type":"boolean"},"ObjectDescription":{"type":"string","maxLength":30,"minLength":0},"ObjectAxi":{"type":"string","maxLength":30,"minLength":0},"CompletionProgress":{"type":"string","maxLength":20,"minLength":0},"QuantityCount":{"type":"number","format":"decimal"},"QuantityLength":{"type":"number","format":"decimal"},"QuantityDepth":{"type":"number","format":"decimal"},"QuantityHeight":{"type":"number","format":"decimal"},"ChainDimensioningLength":{"type":"string"},"ChainDimensioningDepth":{"type":"string"},"ChainDimensioningHeight":{"type":"string"},"ChainDimensioningQuantity":{"type":"string"},"DetailDescription":{"type":"string"},"Quantity":{"type":"number","format":"decimal"},"SubcontractorPercentOfWorkDone":{"type":"number","format":"decimal"},"SubcontractorDismantlingSharePercentage":{"type":"number","format":"decimal"},"MountingDate":{"type":"string","format":"date-time"},"RentalStartDate":{"type":"string","format":"date-time"},"IncludedRentalTimeEndDate":{"type":"string","format":"date-time"},"PreliminaryRentalEndDate":{"type":"string","format":"date-time"},"RentalEndDate":{"type":"string","format":"date-time"},"DismantlingDate":{"type":"string","format":"date-time"},"RentalPeriod":{"type":"number","format":"decimal"},"RentalPeriodNotRounded":{"type":"number","format":"decimal"},"QuantityRent":{"type":"number","format":"decimal"},"RentalDay":{"type":"number","format":"decimal"},"WorkOrderOrSubcontractorNoMounting":{"type":"integer","format":"int32","maximum":99999999,"minimum":-999},"WorkOrderOrSubcontractorNoDismantling":{"type":"integer","format":"int32","maximum":99999999,"minimum":-999},"SubcontractorQuantityReferenceOutdated":{"type":"integer","format":"int32","maximum":999999,"minimum":-1},"ItemType":{"type":"string","maxLength":3,"minLength":0},"RentalTimeStartDate":{"type":"string","format":"date-time"},"QuantityRentalDaysCostRelevant":{"type":"number","format":"decimal"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"BillingServiceSheetSubItem"},"type":"object"},"CostEstimationSubItem":{"required":["costEstimationAddendumNo","itemNo","costEstimationItemQuantityCount","isFreeItemDescription","thirdPartyExpensesIncreaseorDecreasePriceOption","displayAsSubHeaderOption","typeNo","timeValueForMountingOrDismantlingOption","isRentalPortionCostEstimation","includedRentalTime","includedRentalTimeUnit","sortNo","description","measuringUnitKey","costEstimationFactor","unitBasePrice","unitPrice","quantityDecimalPlace","notUsedQuantity","quantity","subContractorQuantity","totalPrice","subContractorTotalValue","notUsedTotalPriceLabor","totalPriceLabor","unitPriceTravelExpens","notUsedTotalPriceExtraLaborExpens","totalCostExtraLaborExpens","totalPriceExtraLaborExpens","totalPriceRent","totalPriceThirdPartyCharge","totalCostThirdPartyCharge","totalCostLabor","totalWorkingHoursMounting","totalWorkingHoursDismantling","totalTravelHoursMounting","totalTravelHoursDismantling","totalWeight","totalCatalogPurchasePricesForMaterial","calculationBasisOption"],"properties":{"costEstimationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"costEstimationSubNo":{"type":"integer","format":"int32","maximum":99,"minimum":0},"costEstimationAddendumNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"sortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"costEstimationSubItemId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"itemNo":{"type":"string","maxLength":15,"minLength":0},"costEstimationItemQuantityCount":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"isFreeItemDescription":{"type":"boolean"},"thirdPartyExpensesIncreaseorDecreasePriceOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"displayAsSubHeaderOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"typeNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"timeValueForMountingOrDismantlingOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"isRentalPortionCostEstimation":{"type":"integer","format":"int32","maximum":9,"minimum":0},"includedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"includedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"sortNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"description":{"type":"string","maxLength":30,"minLength":0},"measuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"costEstimationFactor":{"type":"number","format":"decimal"},"unitBasePrice":{"type":"number","format":"decimal"},"unitPrice":{"type":"number","format":"decimal"},"quantityDecimalPlace":{"type":"integer","format":"int32","maximum":9,"minimum":0},"notUsedQuantity":{"type":"number","format":"decimal"},"quantity":{"type":"number","format":"decimal"},"subContractorQuantity":{"type":"number","format":"decimal"},"totalPrice":{"type":"number","format":"decimal"},"subContractorTotalValue":{"type":"number","format":"decimal"},"notUsedTotalPriceLabor":{"type":"number","format":"decimal"},"totalPriceLabor":{"type":"number","format":"decimal"},"unitPriceTravelExpens":{"type":"number","format":"decimal"},"notUsedTotalPriceExtraLaborExpens":{"type":"number","format":"decimal"},"totalCostExtraLaborExpens":{"type":"number","format":"decimal"},"totalPriceExtraLaborExpens":{"type":"number","format":"decimal"},"totalPriceRent":{"type":"number","format":"decimal"},"totalPriceThirdPartyCharge":{"type":"number","format":"decimal"},"totalCostThirdPartyCharge":{"type":"number","format":"decimal"},"totalCostLabor":{"type":"number","format":"decimal"},"totalWorkingHoursMounting":{"type":"number","format":"decimal"},"totalWorkingHoursDismantling":{"type":"number","format":"decimal"},"totalTravelHoursMounting":{"type":"number","format":"decimal"},"totalTravelHoursDismantling":{"type":"number","format":"decimal"},"totalWeight":{"type":"number","format":"decimal"},"totalCatalogPurchasePricesForMaterial":{"type":"number","format":"decimal"},"chainDimensioningQuantity":{"type":"string"},"calculationBasisOption":{"type":"integer","format":"int32","maximum":9,"minimum":0}},"xml":{"name":"CostEstimationSubItem"},"type":"object"},"BillingRequest":{"required":["faksumme","percentage","quotationRequestId"],"properties":{"Id":{"type":"integer","format":"int32"},"ItemId":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"RequestNo":{"type":"integer","format":"int64","maximum":9999999999.0,"minimum":0.0},"fakdatum":{"type":"string","format":"date-time"},"faksumme":{"type":"number","format":"decimal"},"Percentage":{"type":"number","format":"decimal"},"QuotationRequestId":{"type":"integer","format":"int32"}},"xml":{"name":"BillingRequest"},"type":"object"},"Quotation":{"required":["notusedCostestimationkey","sourceDocumentKey","objectDetailDescription","objectDetailDescriptionFormatted","notusedObjectdescription","matchcode","addressSalutation","addressName","addressLine1","addressLine2","addressZipCode","addressCity","addressPhone","addressFax","addressEmail","headerText","headerTextFormatted","footerText","footerTextFormatted","paymentTerm","paymentTermsFormatted","paymentTermsDescription","discountDescription1","discountDescription2","commercialContactCaption","commercialContactName","technicalContactCaption","technicalContactName","technicalContactKey","currencyKey","currencySymbol","currencyKeyPrint","currencyKeyPrintAdditional","businessUnit1Key","currencyPrintSymbol","currencyPrintAdditionalSymbol","contactSelectionKey","contactName","faxInfoText","detailDescriptionInternal","itemNoMask","itemNoSectionDelimiter","itemNoFillerChar","addressCountryCode","rentUnit","rentUnitKey","isRentalQuotation"],"properties":{"QuotationId":{"type":"integer","format":"int32"},"QuotationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"QuotationAddendumNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"QuotationDate":{"type":"string","format":"date-time"},"QuotationStatus":{"type":"string","enum":["Undefined","Outstanding","Issued","NotIssued"]},"OrderDate":{"type":"string","format":"date-time"},"CommitmentPeriod":{"type":"string","format":"date-time"},"NotusedCostestimationkey":{"type":"string","maxLength":13,"minLength":0},"SourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"SourceDocumentKey":{"type":"string","maxLength":21,"minLength":0},"SourceDocumentNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"SourceDocumentSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SourceDocumentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"NotusedCostestimationno":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"NotusedCostestimationsubno":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NotusedCostestimationfiscalyear":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"NotusedProjectnameno":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"RequestNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ObjectDetailDescription":{"type":"string"},"ObjectDetailDescriptionFormatted":{"type":"string"},"NotusedObjectdescription":{"type":"string","maxLength":50,"minLength":0},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"PriorityKey":{"type":"integer","format":"int32","maximum":99,"minimum":0},"DebitorNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"AddressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Matchcode":{"type":"string","maxLength":30,"minLength":0},"AddressSalutation":{"type":"string","maxLength":60,"minLength":0},"AddressName":{"type":"string","maxLength":60,"minLength":0},"AddressLine1":{"type":"string","maxLength":60,"minLength":0},"AddressLine2":{"type":"string","maxLength":60,"minLength":0},"AddressZipCode":{"type":"string","maxLength":10,"minLength":0},"AddressCity":{"type":"string","maxLength":60,"minLength":0},"AddressPhone":{"type":"string","maxLength":30,"minLength":0},"AddressFax":{"type":"string","maxLength":30,"minLength":0},"AddressEmail":{"type":"string","maxLength":80,"minLength":0},"HeaderText":{"type":"string"},"HeaderTextFormatted":{"type":"string"},"FooterText":{"type":"string"},"FooterTextFormatted":{"type":"string"},"PaymentTerm":{"type":"string"},"PaymentTermsFormatted":{"type":"string"},"PaymentTermsDescription":{"type":"string","maxLength":15,"minLength":0},"DiscountDescription1":{"type":"string","maxLength":50,"minLength":0},"NetTotalBeforeDiscount1":{"type":"number","format":"decimal"},"DiscountPercentage1":{"type":"number","format":"decimal","maximum":999.99,"minimum":-999.99},"DiscountValue1":{"type":"number","format":"decimal","maximum":9999999999.99,"minimum":-9999999999.99},"DiscountDescription2":{"type":"string","maxLength":50,"minLength":0},"NetTotalBeforeDiscount2":{"type":"number","format":"decimal"},"DiscountPercentage2":{"type":"number","format":"decimal","maximum":999.99,"minimum":-999.99},"DiscountValue2":{"type":"number","format":"decimal","maximum":9999999999.99,"minimum":-9999999999.99},"NetTotal":{"type":"number","format":"decimal"},"VatValue":{"type":"number","format":"decimal"},"VatPercentage":{"type":"number","format":"decimal"},"GrossTotal":{"type":"number","format":"decimal"},"CommercialContactCaption":{"type":"string","maxLength":40,"minLength":0},"CommercialContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactCaption":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactName":{"type":"string","maxLength":40,"minLength":0},"TechnicalContactKey":{"type":"string","maxLength":20,"minLength":0},"CurrencyKey":{"type":"string","maxLength":5,"minLength":0},"CurrencySymbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyExchangeRate":{"type":"number","format":"decimal"},"CurrencyExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencyKeyPrint":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrintAdditional":{"type":"string","maxLength":5,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"CurrencyPrintExchangeRate":{"type":"number","format":"decimal"},"CurrencyPrintExchangeRateInverse":{"type":"number","format":"decimal"},"CurrencyPrintAdditionalExchangeRate":{"type":"number","format":"decimal"},"CurrencyPrintAdditionalExchangeRateInverse":{"type":"number","format":"decimal"},"IsCurrencyPrintFixedExchangeRate":{"type":"boolean"},"IsCurrencyPrintAdditionalFixedExchangeRate":{"type":"boolean"},"CurrencyPrintSymbol":{"type":"string","maxLength":5,"minLength":0},"CurrencyPrintAdditionalSymbol":{"type":"string","maxLength":5,"minLength":0},"LetterNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ContactSelectionKey":{"type":"string","maxLength":50,"minLength":0},"ContactName":{"type":"string","maxLength":50,"minLength":0},"FaxInfoText":{"type":"string","maxLength":50,"minLength":0},"DetailDescriptionInternal":{"type":"string"},"IsImportedFromGaeb":{"type":"boolean"},"GaebDetail":{"type":"string"},"DigitCountFirstSection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoDigitCountSecondarySection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoMask":{"type":"string","maxLength":9,"minLength":0},"ItemNoIncrement":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ItemNoSectionDelimiter":{"type":"string","maxLength":1,"minLength":0},"ItemNoFillerChar":{"type":"string","maxLength":1,"minLength":0},"ItemNoCreationOption":{"type":"boolean"},"AddressCountryCode":{"type":"string","maxLength":4,"minLength":0},"CommercialContactId":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"IsGlobalPercentageBid":{"type":"boolean"},"Rent":{"type":"number","format":"decimal","maximum":9999999,"minimum":-999999},"RentUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"RentUnitKey":{"type":"integer","format":"int32","maximum":9,"minimum":0},"RentalPeriod":{"type":"number","format":"double","maximum":99999999,"minimum":-9999999},"IsRentalQuotation":{"type":"boolean"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"Quotation"},"type":"object"},"OrderConfirmationItemQuantity":{"required":["itemSortId","isFreeObjectDescription","objectDescription","objectAxi","completionProgress","quantityCount","quantityLength","quantityDepth","quantityHeight","quantity","itemType"],"properties":{"OrderConfirmationItemQuantityId":{"type":"integer","format":"int32"},"OrderConfirmationItemId":{"type":"integer","format":"int32"},"OrderConfirmationId":{"type":"integer","format":"int32"},"ConfirmationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ConfirmationAddendumNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"SortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"ConfirmationItemQuantityId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"ItemSortId":{"type":"number","format":"double"},"IsFreeObjectDescription":{"type":"boolean"},"ObjectDescription":{"type":"string","maxLength":30,"minLength":0},"ObjectAxi":{"type":"string","maxLength":30,"minLength":0},"CompletionProgress":{"type":"string","maxLength":20,"minLength":0},"QuantityCount":{"type":"number","format":"decimal"},"QuantityLength":{"type":"number","format":"decimal"},"QuantityDepth":{"type":"number","format":"decimal"},"QuantityHeight":{"type":"number","format":"decimal"},"ChainDimensioningLength":{"type":"string"},"ChainDimensioningDepth":{"type":"string"},"ChainDimensioningHeight":{"type":"string"},"ChainDimensioningQuantity":{"type":"string"},"DetailDescription":{"type":"string"},"Quantity":{"type":"number","format":"decimal"},"ItemType":{"type":"string","maxLength":3,"minLength":0}},"xml":{"name":"OrderConfirmationItemQuantity"},"type":"object"},"WorkOrderHour":{"required":["projectNo","workOrderOriginNo","employeeNo","itemId","workingShiftStartTime","constructionPhase","wageTypeKey","travelHour","detailDescription","nonworkingHour","workingHour","isNonworkingHoursDirty","workingDateOffset"],"properties":{"WorkOrderHourId":{"type":"integer","format":"int32"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"WorkOrderOriginNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"EmployeeNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"ItemId":{"type":"integer","format":"int32"},"WorkingShiftStartTime":{"type":"string","maxLength":5,"minLength":0},"ConstructionPhase":{"type":"integer","format":"int32","maximum":9,"minimum":0},"WorkingTimeEnd":{"type":"string","maxLength":5,"minLength":0},"Date":{"type":"string","format":"date-time"},"WageTypeKey":{"type":"string","maxLength":5,"minLength":0},"TravelHour":{"type":"number","format":"decimal"},"DetailDescription":{"type":"string"},"NonworkingHour":{"type":"number","format":"decimal"},"WorkingHour":{"type":"number","format":"decimal"},"IsNonworkingHoursDirty":{"type":"boolean"},"WorkingTimeStart":{"type":"string","maxLength":5,"minLength":0},"WorkingDateOffset":{"type":"integer","format":"int32","maximum":9,"minimum":0}},"xml":{"name":"WorkOrderHour"},"type":"object"},"WorkOrderServiceSheetItem":{"required":["rowType","referenceItemId","referenceWorkOrderOrigin","itemNo","sortNo","sortOrderId","constructionPhaseType","isFreeObjectDescription","objectDescription","objectAxi","completionProgress","quantityCount","quantityLength","quantityDepth","quantityHeight","chainDimensioningLength","chainDimensioningDepth","chainDimensioningHeight","chainDimensioningQuantity","detailDescription","isLengthAllowed","isDepthAllowed","isHeightAllowed","quantity","internalQuantityCount","internalQuantityLength","internalQuantityDepth","internalQuantityHeight","internalChainDimensioningLength","internalChainDimensioningDepth","internalChainDimensioningHeight","internalChainDimensioningQuantity","internalQuantity","itemType","totalWage","unitPrice","isClosed","serviceItemNo","measuringUnitKey","quantityDismantling","internalQuantityDismantling","totalSubcontractorMounting","totalSubcontractorDismantling","timeWorth","timeWorthAb"],"properties":{"ItemId":{"type":"integer","format":"int32"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"WorkOrderOriginNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"RowType":{"type":"string","maximum":9,"minimum":0,"enum":["Mount","Service","NewTitle"]},"ReferenceItemId":{"type":"integer","format":"int32"},"ReferenceWorkOrderOrigin":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"ItemNo":{"type":"string","maxLength":15,"minLength":0},"SortNo":{"type":"integer","format":"int32","maximum":9999,"minimum":-9999},"SortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"ItemSortId":{"type":"number","format":"double"},"ConstructionPhaseType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsFreeObjectDescription":{"type":"boolean"},"ObjectDescription":{"type":"string","maxLength":30,"minLength":0},"ObjectAxi":{"type":"string","maxLength":30,"minLength":0},"CompletionProgress":{"type":"string","maxLength":20,"minLength":0},"QuantityCount":{"type":"number","format":"decimal"},"QuantityLength":{"type":"number","format":"decimal"},"QuantityDepth":{"type":"number","format":"decimal"},"QuantityHeight":{"type":"number","format":"decimal"},"ChainDimensioningLength":{"type":"string"},"ChainDimensioningDepth":{"type":"string"},"ChainDimensioningHeight":{"type":"string"},"ChainDimensioningQuantity":{"type":"string"},"DetailDescription":{"type":"string"},"IsLengthAllowed":{"type":"boolean"},"IsDepthAllowed":{"type":"boolean"},"IsHeightAllowed":{"type":"boolean"},"Quantity":{"type":"number","format":"decimal"},"InternalQuantityCount":{"type":"number","format":"decimal"},"InternalQuantityLength":{"type":"number","format":"decimal"},"InternalQuantityDepth":{"type":"number","format":"decimal"},"InternalQuantityHeight":{"type":"number","format":"decimal"},"InternalChainDimensioningLength":{"type":"string"},"InternalChainDimensioningDepth":{"type":"string"},"InternalChainDimensioningHeight":{"type":"string"},"InternalChainDimensioningQuantity":{"type":"string"},"InternalQuantity":{"type":"number","format":"decimal"},"ItemType":{"type":"string","maxLength":3,"minLength":0},"MountingDate":{"type":"string","format":"date-time"},"DismantlingDate":{"type":"string","format":"date-time"},"RentalStartDate":{"type":"string","format":"date-time"},"RentalEndDate":{"type":"string","format":"date-time"},"TotalWage":{"type":"number","format":"decimal"},"UnitPrice":{"type":"number","format":"decimal"},"IsClosed":{"type":"boolean"},"ServiceItemNo":{"type":"string","maxLength":30,"minLength":0},"MeasuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"QuantityDismantling":{"type":"number","format":"decimal"},"InternalQuantityDismantling":{"type":"number","format":"decimal"},"TotalSubcontractorMounting":{"type":"number","format":"decimal"},"TotalSubcontractorDismantling":{"type":"number","format":"decimal"},"SubcontractorPercentOfWorkDone":{"type":"number","format":"double","maximum":100,"minimum":0},"InternalChainDimensioningQuantityDismantling":{"type":"string"},"ChainDimensioningQuantityDismantling":{"type":"string"},"TimeWorth":{"type":"number","format":"decimal"},"TimeWorthAb":{"type":"number","format":"decimal"}},"xml":{"name":"WorkOrderServiceSheetItem"},"type":"object"},"Employee":{"required":["phone","wageGroupKey","nationality","efficiencyPayIndividualShare","effiencyPayPercentagePayable","subcontractorSurcharge","effiencyPayCappingTotal","isEfficiencyPayEnabled","salaryType","dt640","dt641","dt565","dt1565","dtscheck","dt517","dt518","dt519","dt659","dt1659","dt509","dt510","dt511","dt512","dt513","dt514","dt515","dt516","dt696","dt598","dt599","dt699","dt520","dt521","dt652","dt522a","dt522b","dt522c","dt649","dt523","dt524","dt657","dt1523","dt528","dt653","dt1653","dt1546","dt654","dt546","dt655a","dt655b","dt656a","dt656b","dt646","dt648","dt1280","dt507","dt529","dt530a","dt530b","dt530c","dt530d","dt530e","dt1530","dt1531","dt630","dt531","dt532","dt533","dt1532","dt1533","dt1260","dt1269","dt651","dt600","dt601","dt1602a","dt1602b","dt603","dt604","dt605","dt606","dt607","dt608","dt1631a","dt1631b","dt1632a","dt1632b","dt633","dt1634a","dt1634b","subcontractorWorkersPerCrew","isAutomaticExpenseAllowanceEnabled","automaticExpenseAllowanceValuePerHour","healthInsurancePercentage","nursingInsurancePercentage","workingTimeAccountEmployeeCostDelemitation","externalEmployeeNo","externalBadgeNo","externalSupplierNo","advancePaymentBonus","subcontractorType","internationalBankAccountNumber","bankIdentifierCode"],"properties":{"EmployeeNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"LastName":{"type":"string","maxLength":30,"minLength":0},"FirstName":{"type":"string","maxLength":30,"minLength":0},"Address":{"type":"string"},"Phone":{"type":"string","maxLength":30,"minLength":0},"WageGroupKey":{"type":"string","maxLength":20,"minLength":0},"EmploymentDateStart":{"type":"string","format":"date-time"},"EmploymentDateEnd":{"type":"string","format":"date-time"},"DateOfBirth":{"type":"string","format":"date-time"},"Nationality":{"type":"string","maxLength":15,"minLength":0},"WorkPermitEndDate":{"type":"string","format":"date-time"},"WorkingTimeAccountTotal":{"type":"number","format":"double"},"WorkingTimeAccountLastUpdate":{"type":"string","format":"date-time"},"EfficiencyPayIndividualShare":{"type":"number","format":"decimal"},"EffiencyPayPercentagePayable":{"type":"number","format":"decimal"},"SubcontractorSurcharge":{"type":"number","format":"decimal"},"EffiencyPayCappingTotal":{"type":"number","format":"decimal"},"IsEfficiencyPayEnabled":{"type":"boolean"},"DetailDescription":{"type":"string"},"SalaryType":{"type":"string","enum":["Undefined","Wage","Salary","Subcontractor","TemporaryWorker"]},"Dt640":{"type":"string","maxLength":14,"minLength":0},"Dt641":{"type":"number","format":"decimal"},"Dt565":{"type":"number","format":"decimal"},"Dt1565":{"type":"number","format":"decimal"},"Dtscheck":{"type":"string","maxLength":1,"minLength":0},"Dt517":{"type":"string","maxLength":22,"minLength":0},"Dt518":{"type":"string","maxLength":10,"minLength":0},"Dt519":{"type":"string","maxLength":8,"minLength":0},"Dt659":{"type":"string","maxLength":25,"minLength":0},"Dt1659":{"type":"string","maxLength":25,"minLength":0},"Dt509":{"type":"string","maxLength":13,"minLength":0},"Dt510":{"type":"string","maxLength":5,"minLength":0},"Dt511":{"type":"string","maxLength":3,"minLength":0},"Dt512":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt513":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt514":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt515":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt516":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt696":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt598":{"type":"string","maxLength":8,"minLength":0},"Dt599":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt699":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt520":{"type":"string","maxLength":12,"minLength":0},"Dt521":{"type":"string","maxLength":12,"minLength":0},"Dt652":{"type":"string","maxLength":4,"minLength":0},"Dt522a":{"type":"string","maxLength":1,"minLength":0},"Dt522b":{"type":"integer","format":"int32","maximum":99,"minimum":0},"Dt522c":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt649":{"type":"number","format":"decimal"},"Dt523":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"Dt524":{"type":"integer","format":"int32","maximum":9999999,"minimum":0},"Dt657":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt1523":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt528":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt653":{"type":"string","maxLength":2,"minLength":0},"Dt1653":{"type":"string","maxLength":2,"minLength":0},"Dt1546":{"type":"number","format":"decimal"},"Dt654":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt546":{"type":"number","format":"decimal"},"Dt655a":{"type":"string","maxLength":4,"minLength":0},"Dt655b":{"type":"number","format":"decimal"},"Dt656a":{"type":"string","maxLength":4,"minLength":0},"Dt656b":{"type":"number","format":"decimal"},"Dt646":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt648":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt1280":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt507":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt529":{"type":"string","maxLength":3,"minLength":0},"Dt530a":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt530b":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt530c":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt530d":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt530e":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt1530":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt1531":{"type":"string","maxLength":2,"minLength":0},"Dt630":{"type":"string","maxLength":3,"minLength":0},"Dt531":{"type":"string","maxLength":3,"minLength":0},"Dt532":{"type":"number","format":"decimal"},"Dt533":{"type":"number","format":"decimal"},"Dt1532":{"type":"number","format":"decimal"},"Dt1533":{"type":"number","format":"decimal"},"Dt1260":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt1269":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt651":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt600":{"type":"number","format":"decimal"},"Dt601":{"type":"number","format":"decimal"},"Dt1602a":{"type":"string","maxLength":3,"minLength":0},"Dt1602b":{"type":"number","format":"decimal"},"Dt603":{"type":"string","maxLength":22,"minLength":0},"Dt604":{"type":"string","maxLength":10,"minLength":0},"Dt605":{"type":"string","maxLength":8,"minLength":0},"Dt606":{"type":"string","maxLength":22,"minLength":0},"Dt607":{"type":"string","maxLength":12,"minLength":0},"Dt608":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt609":{"type":"string","format":"date-time"},"Dt1609":{"type":"string","format":"date-time"},"Dt1631a":{"type":"string","maxLength":3,"minLength":0},"Dt1631b":{"type":"number","format":"decimal"},"Dt1632a":{"type":"string","maxLength":3,"minLength":0},"Dt1632b":{"type":"number","format":"decimal"},"Dt633":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Dt1634a":{"type":"string","maxLength":3,"minLength":0},"Dt1634b":{"type":"number","format":"decimal"},"SubcontractorWorkersPerCrew":{"type":"number","format":"decimal"},"IsAutomaticExpenseAllowanceEnabled":{"type":"boolean"},"AutomaticExpenseAllowanceValuePerHour":{"type":"number","format":"decimal"},"HealthInsurancePercentage":{"type":"number","format":"decimal"},"NursingInsurancePercentage":{"type":"number","format":"decimal"},"WorkingTimeAccountEmployeeCostDelemitation":{"type":"number","format":"decimal"},"ExternalEmployeeNo":{"type":"string","maxLength":10,"minLength":0},"ExternalBadgeNo":{"type":"string","maxLength":10,"minLength":0},"ExternalSupplierNo":{"type":"string","maxLength":10,"minLength":0},"AdvancePaymentBonus":{"type":"number","format":"decimal"},"SubcontractorType":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"EmployeeCode":{"type":"string","maxLength":10,"minLength":0},"InternationalBankAccountNumber":{"type":"string","maxLength":35,"minLength":0},"BankIdentifierCode":{"type":"string","maxLength":11,"minLength":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"Employee"},"type":"object"},"DailyCrewResource":{"required":["typeName","description","businessUnit1Key"],"properties":{"Date":{"type":"string","format":"date-time"},"CrewNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SortOrderId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SortNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ResourceType":{"type":"string","enum":["Undefined","Employee","Resource"]},"ResourceNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"TypeName":{"type":"string","maxLength":20,"minLength":0},"Description":{"type":"string","maxLength":50,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"IsLeader":{"type":"boolean"},"IsDriver":{"type":"boolean"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"DailyCrewResource"},"type":"object"},"CostEstimationServiceType":{"required":["serviceTypeName","serviceTypeHasSubItemsOption","sortNo"],"properties":{"TypeNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ServiceTypeName":{"type":"string","maxLength":30,"minLength":0},"ServiceTypeHasSubItemsOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"SortNo":{"type":"integer","format":"int32","maximum":999,"minimum":0}},"xml":{"name":"CostEstimationServiceType"},"type":"object"},"CostEstimationItemQuantity":{"required":["description","quantityCount","quantityLength","quantityDepth","quantityHeight","quantity"],"properties":{"costEstimationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"costEstimationSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"costEstimationAddendumNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"sortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"costEstimationSubItemId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"costEstimationItemQuantityId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"description":{"type":"string","maxLength":50,"minLength":0},"quantityCount":{"type":"number","format":"decimal"},"quantityLength":{"type":"number","format":"decimal"},"quantityDepth":{"type":"number","format":"decimal"},"quantityHeight":{"type":"number","format":"decimal"},"quantity":{"type":"number","format":"decimal"}},"xml":{"name":"CostEstimationItemQuantity"},"type":"object"},"QuotationItem":{"required":["itemNo","costEstimationItemNo","itemNoReference","serviceItemNo","description","detailDescription","detailDescriptionFormatted","chainDimensioningQuantity","measuringUnitKey","pictureFilename","itemType","sortNo"],"properties":{"QuotationItemId":{"type":"integer","format":"int32"},"QuotationId":{"type":"integer","format":"int32"},"QuotationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"QuotationAddendumNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"SortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"ItemNo":{"type":"string","maxLength":15,"minLength":0},"CostEstimationItemNo":{"type":"string","maxLength":15,"minLength":0},"ItemNoReference":{"type":"string","maxLength":15,"minLength":0},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"IsRent":{"type":"boolean"},"ServiceItemNo":{"type":"string","maxLength":30,"minLength":0},"Description":{"type":"string","maxLength":70,"minLength":0},"DetailDescription":{"type":"string"},"DetailDescriptionFormatted":{"type":"string"},"UnitPrice":{"type":"number","format":"decimal"},"IsApproximateValue":{"type":"boolean"},"Quantity":{"type":"number","format":"decimal"},"SubcontractorQuantity":{"type":"number","format":"decimal"},"QuantityDecimalPlace":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ChainDimensioningQuantity":{"type":"string"},"MeasuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"TotalPrice":{"type":"number","format":"decimal","maximum":9999999999.0,"minimum":-9999999999.0},"UnitPriceLabor":{"type":"number","format":"decimal"},"UnitPriceTravelExpense":{"type":"number","format":"decimal"},"UnitPriceExtraLaborExpense":{"type":"number","format":"decimal"},"UnitPriceRent":{"type":"number","format":"decimal"},"UnitPriceThirdPartyCharge":{"type":"number","format":"decimal"},"SubcontractorTotal":{"type":"number","format":"decimal"},"PictureFilename":{"type":"string"},"PictureBinary":{"type":"string","format":"byte"},"IsItemNoPrintDisabled":{"type":"boolean"},"ItemType":{"type":"string","maxLength":3,"minLength":0},"SurchargeTotal":{"type":"number","format":"decimal","maximum":999999999.0,"minimum":-999999999.0},"SurchargePercentage":{"type":"number","format":"decimal","maximum":9999.0,"minimum":-100.0},"SortNo":{"type":"string","maxLength":25,"minLength":0},"IsSurchargeAllowed":{"type":"boolean"},"GaebSubTextInfo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"QuantitiesAvailableInfo":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ServiceItemNoIsPartNo":{"type":"boolean"},"DirectoryOfServicesId":{"type":"integer","format":"int32"},"DirectoryOfServicesSource":{"type":"string","enum":["ServiceItem","Part","PartForRental","PartForSale"]},"IsDiscount":{"type":"boolean"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"QuotationItem"},"type":"object"},"QuotationProgressPlan":{"required":["quotationId"],"properties":{"QuotationProgressPlanId":{"type":"integer","format":"int32"},"QuotationId":{"type":"integer","format":"int32"},"MountingStartDate":{"type":"string","format":"date-time"},"MountingEndDate":{"type":"string","format":"date-time"},"DismantlingStartDate":{"type":"string","format":"date-time"},"DismantlingEndDate":{"type":"string","format":"date-time"},"LastUpdatedDate":{"type":"string","format":"date-time"}},"xml":{"name":"QuotationProgressPlan"},"type":"object"},"EmployeeWage":{"required":["hourlyWage","productivityTypeId","businessUnit1Key","currencyKey","workArea","exportInfo1","exportInfo2","textInfo","exportValue1","exportValue2"],"properties":{"id":{"type":"integer","format":"int32"},"employeeNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"sortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"hourlyWage":{"type":"number","format":"decimal"},"productivityTypeId":{"type":"integer","format":"int32","maximum":9,"minimum":0},"businessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"currencyKey":{"type":"string","maxLength":5,"minLength":0},"workArea":{"type":"string","maxLength":20,"minLength":0},"exportInfo1":{"type":"string","maxLength":60,"minLength":0},"exportInfo2":{"type":"string","maxLength":60,"minLength":0},"textInfo":{"type":"string"},"exportValue1":{"type":"number","format":"decimal"},"exportValue2":{"type":"number","format":"decimal"}},"xml":{"name":"EmployeeWage"},"type":"object"},"WorkingTimeAccountItem":{"required":["payrollPeriodName","workingTimeAccountPreviousTotal","workingTimeAccountTotal","personnelCostPrevious","personnelCostTotal","healthInsurance","nursingInsurance","pensionFund","unemploymentInsurance","supplementarySocialSecurityFund","winterWorkingContribution","miscellaneous","contribution1","contribution2","hourlyWage","workingHour"],"properties":{"payrollPeriodId":{"type":"integer","format":"int32"},"employeeNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"payrollPeriodName":{"type":"string","maxLength":10,"minLength":0},"workingTimeAccountPreviousTotal":{"type":"number","format":"decimal"},"workingTimeAccountTotal":{"type":"number","format":"decimal"},"personnelCostPrevious":{"type":"number","format":"decimal"},"personnelCostTotal":{"type":"number","format":"decimal"},"healthInsurance":{"type":"number","format":"decimal"},"nursingInsurance":{"type":"number","format":"decimal"},"pensionFund":{"type":"number","format":"decimal"},"unemploymentInsurance":{"type":"number","format":"decimal"},"supplementarySocialSecurityFund":{"type":"number","format":"decimal"},"winterWorkingContribution":{"type":"number","format":"decimal"},"miscellaneous":{"type":"number","format":"decimal"},"contribution1":{"type":"number","format":"decimal"},"contribution2":{"type":"number","format":"decimal"},"hourlyWage":{"type":"number","format":"decimal"},"workingHour":{"type":"number","format":"decimal"}},"xml":{"name":"WorkingTimeAccountItem"},"type":"object"},"EmployeeScheduledAbsence":{"required":["userName","absenceType","absenceKey","description","detailDescription","startTime","timeEnd","durationDay","durationWorkingHour","attendanceCodeKey","isBookingInAttendanceListEnabled"],"properties":{"EmployeeNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"SortOrderId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"CreationDate":{"type":"string","format":"date-time"},"UserName":{"type":"string","maxLength":20,"minLength":0},"AbsenceType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"AbsenceKey":{"type":"string","maxLength":20,"minLength":0},"Description":{"type":"string","maxLength":50,"minLength":0},"DetailDescription":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"DateEnd":{"type":"string","format":"date-time"},"StartTime":{"type":"string","maxLength":5,"minLength":0},"TimeEnd":{"type":"string","maxLength":5,"minLength":0},"DurationDay":{"type":"number","format":"decimal"},"DurationWorkingHour":{"type":"number","format":"decimal"},"AttendanceCodeKey":{"type":"string","maxLength":10,"minLength":0},"IsBookingInAttendanceListEnabled":{"type":"boolean"}},"xml":{"name":"EmployeeScheduledAbsence"},"type":"object"},"WorkingHour":{"required":["associatedToWorkingHourItem","employeeType","projectNo","fiscalYearKey","contractServiceSheetId","constructionPhase","workingDateOffset","nonworkingHour","totalHoursWorked","travelHour","wageTypeKey","efficiencyPay","isWagePayable","isAllowedForUseWithWorkingTimeAccount","isWorkingTimeAccountTransaction","measuringUnitKey","isWageTypeConfirmed","isProductive","isEffiencyPayWageType","isProgrammaticallyCreatedByProjectBasedEfficiencyPay","isSubsequentlyPayable","isProgrammaticallyCreatedByAttendanceList","sourceOfProgrammaticalCreation","crew","workOrderNo","isNonworkingHoursDirty","exportDestinationIdentifier","exportDestinationKey","travelHoursEntryValue","workingHoursEntryValue","isPassenger","contractWorkingHoursEntryId"],"properties":{"Id":{"type":"integer","format":"int32"},"Date":{"type":"string","format":"date-time"},"EmployeeNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"WorkingHourId":{"type":"integer","format":"int32"},"AssociatedToWorkingHourItem":{"type":"integer","format":"int32"},"EmployeeType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"ContractServiceSheetId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ConstructionPhase":{"type":"integer","format":"int32","maximum":9,"minimum":0},"WorkingTimeStart":{"type":"string","maxLength":5,"minLength":0},"WorkingDateOffset":{"type":"integer","format":"int32","maximum":9,"minimum":0},"WorkingTimeEnd":{"type":"string","maxLength":5,"minLength":0},"NonworkingHour":{"type":"number","format":"decimal"},"TotalHoursWorked":{"type":"number","format":"decimal"},"TravelHour":{"type":"number","format":"decimal"},"WageTypeKey":{"type":"string","maxLength":5,"minLength":0},"EfficiencyPay":{"type":"number","format":"decimal"},"IsWagePayable":{"type":"boolean"},"IsAllowedForUseWithWorkingTimeAccount":{"type":"boolean"},"IsWorkingTimeAccountTransaction":{"type":"boolean"},"MeasuringUnitKey":{"type":"string","maxLength":6,"minLength":0},"IsWageTypeConfirmed":{"type":"boolean"},"IsProductive":{"type":"boolean"},"IsEffiencyPayWageType":{"type":"boolean"},"IsProgrammaticallyCreatedByProjectBasedEfficiencyPay":{"type":"boolean"},"IsSubsequentlyPayable":{"type":"boolean"},"IsProgrammaticallyCreatedByAttendanceList":{"type":"boolean"},"SourceOfProgrammaticalCreation":{"type":"integer","format":"int32","maximum":99,"minimum":0},"Crew":{"type":"string","maxLength":10,"minLength":0},"WorkOrderNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"DetailDescription":{"type":"string"},"IsNonworkingHoursDirty":{"type":"boolean"},"ExportDateTime":{"type":"string","format":"date-time"},"ExportDestinationIdentifier":{"type":"integer","format":"int32"},"ExportDestinationKey":{"type":"string","maxLength":5,"minLength":0},"TravelHoursEntryValue":{"type":"number","format":"decimal"},"WorkingHoursEntryValue":{"type":"number","format":"decimal"},"IsPassenger":{"type":"boolean"},"ContractWorkingHoursEntryId":{"type":"integer","format":"int32"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"WorkingHour"},"type":"object"},"TimeTrackEvent":{"required":["eventType","crew","projectNo","workOrderNo"],"properties":{"Uid":{"type":"integer","format":"int32"},"WorkingDate":{"type":"string","format":"date-time"},"EventTime":{"type":"string","format":"date-time"},"EventType":{"type":"string","maxLength":20,"minLength":0},"Crew":{"type":"string","maxLength":20,"minLength":0},"EmployeeNo":{"type":"integer","format":"int32"},"ResourceNo":{"type":"integer","format":"int32"},"GPSLatitude":{"type":"number","format":"double"},"GPSLongitude":{"type":"number","format":"double"},"ProjectNo":{"type":"integer","format":"int64","maximum":999999999999.0,"minimum":0.0},"WorkOrderNo":{"type":"integer","format":"int32"},"WageTypeKey":{"type":"string","maxLength":5,"minLength":0},"Remarks":{"type":"string"},"EventInformation":{"type":"string"},"IsObsolete":{"type":"boolean"},"ChangedBy":{"type":"string","maxLength":20,"minLength":0},"ChangedDate":{"type":"string","format":"date-time"},"ChangeReason":{"type":"string","maxLength":254,"minLength":0},"ChangedUid":{"type":"integer","format":"int32"},"ReplacedUid":{"type":"integer","format":"int32"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"TimeTrackEvent"},"type":"object"},"QuotationItemQuantity":{"required":["objectDescription","objectAxi","completionProgress","chainDimensioningLength","chainDimensioningDepth","chainDimensioningHeight","chainDimensioningQuantity","detailDescription","itemType"],"properties":{"ID":{"type":"integer","format":"int32"},"QuotationNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"QuotationAddendumNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"SortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"QuotationItemQuantityId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"ItemSortId":{"type":"number","format":"double"},"IsFreeObjectDescription":{"type":"boolean"},"ObjectDescription":{"type":"string","maxLength":30,"minLength":0},"ObjectAxi":{"type":"string","maxLength":30,"minLength":0},"CompletionProgress":{"type":"string","maxLength":20,"minLength":0},"QuantityCount":{"type":"number","format":"decimal"},"QuantityLength":{"type":"number","format":"decimal"},"QuantityDepth":{"type":"number","format":"decimal"},"QuantityHeight":{"type":"number","format":"decimal"},"ChainDimensioningLength":{"type":"string"},"ChainDimensioningDepth":{"type":"string"},"ChainDimensioningHeight":{"type":"string"},"ChainDimensioningQuantity":{"type":"string"},"DetailDescription":{"type":"string"},"Quantity":{"type":"number","format":"decimal"},"ItemType":{"type":"string","maxLength":3,"minLength":0},"QuotationId":{"type":"integer","format":"int32"},"QuotationItemId":{"type":"integer","format":"int32"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"QuotationItemQuantity"},"type":"object"},"WorkingTimeAccountPayrollPeriod":{"required":["payrollPeriodName","previousPayrollPeriodName","processingStatus","regularWorkingHoursPerPeriod","previousPayrollPeriodId","businessUnit1Key"],"properties":{"payrollPeriodId":{"type":"integer","format":"int32"},"payrollPeriodName":{"type":"string","maxLength":10,"minLength":0},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"previousPayrollPeriodName":{"type":"string","maxLength":10,"minLength":0},"processingStatus":{"type":"integer","format":"int32","maximum":9,"minimum":0},"regularWorkingHoursPerPeriod":{"type":"number","format":"decimal"},"previousPayrollPeriodId":{"type":"integer","format":"int32"},"businessUnit1Key":{"type":"string","maxLength":20,"minLength":0}},"xml":{"name":"WorkingTimeAccountPayrollPeriod"},"type":"object"},"EmployeeScheduledAbsenceType":{"required":["sortNo","absenceType","description","detailDescription","isBookingInAttendanceListEnabled","attendanceCodeKey"],"properties":{"absenceKey":{"type":"string","maxLength":20,"minLength":0},"sortNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"absenceType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"description":{"type":"string","maxLength":50,"minLength":0},"detailDescription":{"type":"string"},"isBookingInAttendanceListEnabled":{"type":"boolean"},"attendanceCodeKey":{"type":"string","maxLength":10,"minLength":0}},"xml":{"name":"EmployeeScheduledAbsenceType"},"type":"object"},"WageType":{"required":["validFrom","validEndDate","wageTypeName","wagePercentage","wageFixedValue","measuringUnitKey","isPayable","isUsedForWorkingTimeAccount","isUsedWithWorkingHourStatistic","isOvertime","isEffiencyPayWageType","isPresence","currencyKey","currencySymbol","externalWageType","externalBookingKey","externalWageType2","externalBookingKey2","externalQuantity2","externalQuantityType2","externalDecimalPlaces2","externalWageType3","externalBookingKey3","externalQuantity3","externalQuantityType3","externalDecimalPlaces3","bookingAccountIdWorkingHour","bookingAccountIdTravelHour","bookingAccountIdEffiencyPay","isAlwaysPrintedwithEmptyValue"],"properties":{"WageTypeKey":{"type":"string","maxLength":5,"minLength":0},"ValidFrom":{"type":"string","format":"date-time"},"ValidEndDate":{"type":"string","format":"date-time"},"WageTypeName":{"type":"string","maxLength":30,"minLength":0},"WagePercentage":{"type":"number","format":"decimal"},"WageFixedValue":{"type":"number","format":"decimal"},"MeasuringUnitKey":{"type":"string","maxLength":6,"minLength":0},"IsPayable":{"type":"boolean"},"IsUsedForWorkingTimeAccount":{"type":"boolean"},"IsUsedWithWorkingHourStatistic":{"type":"boolean"},"IsOvertime":{"type":"boolean"},"IsEffiencyPayWageType":{"type":"boolean"},"IsPresence":{"type":"boolean"},"CurrencyKey":{"type":"string","maxLength":5,"minLength":0},"CurrencySymbol":{"type":"string","maxLength":5,"minLength":0},"ExternalWageType":{"type":"string","maxLength":10,"minLength":0},"ExternalBookingKey":{"type":"string","maxLength":10,"minLength":0},"ExternalWageType2":{"type":"string","maxLength":10,"minLength":0},"ExternalBookingKey2":{"type":"string","maxLength":10,"minLength":0},"ExternalQuantity2":{"type":"number","format":"decimal"},"ExternalQuantityType2":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ExternalDecimalPlaces2":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ExternalWageType3":{"type":"string","maxLength":10,"minLength":0},"ExternalBookingKey3":{"type":"string","maxLength":10,"minLength":0},"ExternalQuantity3":{"type":"number","format":"decimal"},"ExternalQuantityType3":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ExternalDecimalPlaces3":{"type":"integer","format":"int32","maximum":99,"minimum":0},"BookingAccountIdWorkingHour":{"type":"integer","format":"int32"},"BookingAccountIdTravelHour":{"type":"integer","format":"int32"},"BookingAccountIdEffiencyPay":{"type":"integer","format":"int32"},"IsAlwaysPrintedwithEmptyValue":{"type":"boolean"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"WageType"},"type":"object"},"ContractServiceSheet":{"required":["serviceSheetOrServiceHourReportOption","status","options","contractServiceSheetNo","contractServiceSheetPartialNo","contractServiceSheetSubNo","purchaseOrderNo","notusedBillingservicesheetno","location","description","totalLaborValue","unitPriceRentValue","progressRentTotal","includedRentalTime","includedRentalTimeUnit","rentalTimeUnit","discountDescription1","discountPercentage1","discountValue1","netTotalBeforeDiscount1","discountDescription2","discountPercentage2","discountValue2","netTotalBeforeDiscount2","unitPriceRentBeforeDiscount1","unitPriceRentlBeforeDiscount2","discountValue1Rent","discountValue2Rent","progressMountingPercentage","billingMountingPercentage","billingDismantlingPercentage","billingRentalPercentage","subcontractorMountingSharePercentage","subcontractorDismantlingSharePercentage","rentalPeriodDay","rentalPeriodQuantity","rentalPeriodExactly","progressTotal","progressLaborTotal","subcontractorTotalValue","billableRentTotal","notusedLeistdm","billableTotal","billableLaborTotal","billedTotal","billedLaborTotal","billedRentTotal","rentalUnitPrice","authorisationCertificateOption","mountingPlannedWorkingHour","mountingActualWorkingHour","dismantlingPlannedWorkingHour","dismantlingActualWorkingHour","isServiceSheetCreated","isServiceSheetApproved","progressTotalScaffoldList","isManualEntryActualMountingHoursEnabled","isManualEntryActualDismantlingHoursEnabled","digitCountFirstSection","itemNoDigitCountSecondarySection","itemNoMask","itemNoIncrement","itemNoSectionDelimiter","itemNoFillerChar","billingDetailOption","contractBillingLaborOrRent","text1","text2","text3","text4","text5","exportSourceId","mountingPayrollPeriodName","dismantlingPayrollPeriodName","billedWithInvoiceNoReference","customerInvoiceNo","customerPayment","mountingSubcontractorAddressId","dismantlingSubcontractorAddressId","billableSubcontractorMounting","billableSubcontractorDismantling","billedSubcontractorMounting","billedSubcontractorDismounting","isContainingItemsWithDifferingRentalSetting","lastPrintUsername","lastPrintReportTemplate","partialFinishedStatusOption","partialFinishedReferenceContractServiceSheetId","totalWeight","workerOrSubcontractorAssignmentMandatoryOption","workOrderNo","billableMountingTotal","billedMountingTotal","billableDismantlingTotal","billedDismantlingTotal","invoiceItemPercentageUsageOption","progressMountingTotal","progressDismantlingTotal","mountingPayrollPeriodId","dismantlingPayrollPeriodId","crewMounting","crewDismantling","splittingOptionsLaborPrice","isSubcontractorQuantitiesAllowed","discountValue2Labor","discountValue1Labor","notusedFrbestellnr","notusedFreinsatzort","notusedFrbezeich","notusedFrtext1","notusedFrtext2","notusedFrtext3","notusedFrtext4","notusedFrtext5","billingBlockOption","directoryOfServicesId","dismantlingDirectoryOfServicesId","useTemporaryWorkersMountingOption","useTemporaryWorkersDismantlingOption","unitPriceRent","unitPriceRentMounting"],"properties":{"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"ContractServiceSheetId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ServiceSheetOrServiceHourReportOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Status":{"type":"string","enum":["InProgress","Finished","PartialDismantling","PartialDismantlingCompleted"]},"Options":{"type":"string","enum":["Undefined","Mounting","Dismantling","Miete","Rental","Aufbau"]},"ContractServiceSheetNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ContractServiceSheetPartialNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ContractServiceSheetSubNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"PurchaseOrderNo":{"type":"string","maxLength":30,"minLength":0},"NotusedBillingservicesheetno":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"CreationDate":{"type":"string","format":"date-time"},"DifferingRentStartDate":{"type":"string","format":"date-time"},"RentalStartDate":{"type":"string","format":"date-time"},"IncludedRentalTimeEndDate":{"type":"string","format":"date-time"},"EvaluationDate":{"type":"string","format":"date-time"},"PreliminaryRentalEndDate":{"type":"string","format":"date-time"},"RentalEndDate":{"type":"string","format":"date-time"},"Location":{"type":"string","maxLength":30,"minLength":0},"Description":{"type":"string","maxLength":80,"minLength":0},"DetailDescription":{"type":"string"},"TotalLaborValue":{"type":"number","format":"decimal"},"UnitPriceRentValue":{"type":"number","format":"decimal"},"ProgressRentTotal":{"type":"number","format":"decimal"},"IncludedRentalTime":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"IncludedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"RentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"DiscountDescription1":{"type":"string","maxLength":50,"minLength":0},"DiscountPercentage1":{"type":"number","format":"decimal"},"DiscountValue1":{"type":"number","format":"decimal"},"NetTotalBeforeDiscount1":{"type":"number","format":"decimal"},"DiscountDescription2":{"type":"string","maxLength":50,"minLength":0},"DiscountPercentage2":{"type":"number","format":"decimal"},"DiscountValue2":{"type":"number","format":"decimal"},"NetTotalBeforeDiscount2":{"type":"number","format":"decimal"},"UnitPriceRentBeforeDiscount1":{"type":"number","format":"decimal"},"UnitPriceRentlBeforeDiscount2":{"type":"number","format":"decimal"},"DiscountValue1Rent":{"type":"number","format":"decimal"},"DiscountValue2Rent":{"type":"number","format":"decimal"},"ProgressMountingPercentage":{"type":"number","format":"decimal"},"BillingMountingPercentage":{"type":"number","format":"decimal"},"BillingDismantlingPercentage":{"type":"number","format":"decimal"},"BillingRentalPercentage":{"type":"number","format":"decimal"},"SubcontractorMountingSharePercentage":{"type":"number","format":"decimal"},"SubcontractorDismantlingSharePercentage":{"type":"number","format":"decimal"},"RentalPeriodDay":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"RentalPeriodQuantity":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"RentalPeriodExactly":{"type":"number","format":"decimal"},"ProgressTotal":{"type":"number","format":"decimal"},"ProgressLaborTotal":{"type":"number","format":"decimal"},"SubcontractorTotalValue":{"type":"number","format":"decimal"},"BillableRentTotal":{"type":"number","format":"decimal"},"NotusedLeistdm":{"type":"number","format":"decimal"},"BillableTotal":{"type":"number","format":"decimal"},"BillableLaborTotal":{"type":"number","format":"decimal"},"BilledTotal":{"type":"number","format":"decimal"},"BilledLaborTotal":{"type":"number","format":"decimal"},"BilledRentTotal":{"type":"number","format":"decimal"},"RentalUnitPrice":{"type":"number","format":"decimal"},"MountingStartDate":{"type":"string","format":"date-time"},"MountingEndDate":{"type":"string","format":"date-time"},"AuthorisationCertificateOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"MountingPlannedWorkingHour":{"type":"number","format":"decimal"},"MountingActualWorkingHour":{"type":"number","format":"decimal"},"DismantlingPlannedWorkingHour":{"type":"number","format":"decimal"},"DismantlingActualWorkingHour":{"type":"number","format":"decimal"},"IsServiceSheetCreated":{"type":"boolean"},"IsServiceSheetApproved":{"type":"boolean"},"DismantlingStartDate":{"type":"string","format":"date-time"},"DismantlingEndDate":{"type":"string","format":"date-time"},"ProgressTotalScaffoldList":{"type":"number","format":"decimal"},"IsManualEntryActualMountingHoursEnabled":{"type":"boolean"},"IsManualEntryActualDismantlingHoursEnabled":{"type":"boolean"},"DigitCountFirstSection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoDigitCountSecondarySection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoMask":{"type":"string","maxLength":9,"minLength":0},"ItemNoIncrement":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ItemNoSectionDelimiter":{"type":"string","maxLength":1,"minLength":0},"ItemNoFillerChar":{"type":"string","maxLength":1,"minLength":0},"ItemNoCreationOption":{"type":"boolean"},"BillingDetailOption":{"type":"string","enum":["Undefined","CreateDetailedPositions","CreateSummarizedPositions"]},"ContractBillingLaborOrRent":{"type":"string","enum":["Undefined","ProgressPaymentInvoiceCombined","ProgressPaymentInvoiceAccumulated","SingleInvoiceCombined","SingleInvoiceSeparated","SingleInvoiceGrouped"]},"Text1":{"type":"string","maxLength":30,"minLength":0},"Text2":{"type":"string","maxLength":30,"minLength":0},"Text3":{"type":"string","maxLength":30,"minLength":0},"Text4":{"type":"string","maxLength":30,"minLength":0},"Text5":{"type":"string","maxLength":30,"minLength":0},"ExportDate":{"type":"string","format":"date-time"},"ExportSourceId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"MountingPayrollPeriodName":{"type":"string","maxLength":10,"minLength":0},"DismantlingPayrollPeriodName":{"type":"string","maxLength":10,"minLength":0},"BilledWithInvoiceNoReference":{"type":"string","maxLength":30,"minLength":0},"CustomerInvoiceNo":{"type":"string","maxLength":20,"minLength":0},"CustomerInvoiceDate":{"type":"string","format":"date-time"},"CustomerPayment":{"type":"number","format":"decimal"},"MountingSubcontractorAddressId":{"type":"integer","format":"int32"},"DismantlingSubcontractorAddressId":{"type":"integer","format":"int32"},"BillableSubcontractorMounting":{"type":"number","format":"decimal"},"BillableSubcontractorDismantling":{"type":"number","format":"decimal"},"BilledSubcontractorMounting":{"type":"number","format":"decimal"},"BilledSubcontractorDismounting":{"type":"number","format":"decimal"},"IsContainingItemsWithDifferingRentalSetting":{"type":"boolean"},"LastPrintDate":{"type":"string","format":"date-time"},"LastPrintUsername":{"type":"string","maxLength":30,"minLength":0},"LastPrintReportTemplate":{"type":"string","maxLength":30,"minLength":0},"PartialFinishedStatusOption":{"type":"string","enum":["Normal","Unfinished","Finished","SpecialScaffold"]},"PartialFinishedReferenceContractServiceSheetId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"TotalWeight":{"type":"number","format":"decimal"},"WorkerOrSubcontractorAssignmentMandatoryOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"WorkOrderNo":{"type":"integer","format":"int32","maximum":"9999999999","minimum":"0"},"BillableMountingTotal":{"type":"number","format":"decimal"},"BilledMountingTotal":{"type":"number","format":"decimal"},"BillableDismantlingTotal":{"type":"number","format":"decimal"},"BilledDismantlingTotal":{"type":"number","format":"decimal"},"InvoiceItemPercentageUsageOption":{"type":"string","maximum":9,"minimum":0,"enum":["Unassigned","UnitPrice","TotalPrice"]},"ProgressMountingTotal":{"type":"number","format":"decimal"},"ProgressDismantlingTotal":{"type":"number","format":"decimal"},"MountingPayrollPeriodId":{"type":"integer","format":"int32"},"DismantlingPayrollPeriodId":{"type":"integer","format":"int32"},"CrewMounting":{"type":"string","maxLength":20,"minLength":0},"CrewDismantling":{"type":"string","maxLength":20,"minLength":0},"SplittingOptionsLaborPrice":{"type":"string","enum":["SplittingPercent","SplittingPercentWithSeparateServiceSheet","SplittingUnitPrice"]},"IsSubcontractorQuantitiesAllowed":{"type":"boolean"},"DiscountValue2Labor":{"type":"number","format":"decimal"},"DiscountValue1Labor":{"type":"number","format":"decimal"},"MirrorServiceSheetProjectNo":{"type":"integer","format":"int64","maximum":"9999999999999","minimum":"0"},"MirrorServiceSheetId":{"type":"integer","format":"int64","maximum":"99999999999","minimum":"0"},"NotusedFrbestellnr":{"type":"boolean"},"NotusedFreinsatzort":{"type":"boolean"},"NotusedFrbezeich":{"type":"boolean"},"NotusedFrtext1":{"type":"boolean"},"NotusedFrtext2":{"type":"boolean"},"NotusedFrtext3":{"type":"boolean"},"NotusedFrtext4":{"type":"boolean"},"NotusedFrtext5":{"type":"boolean"},"BillingBlockOption":{"type":"string","enum":["None","Mounting","Dismantling","SubcontractorMounting","SubcontractorDismantling","Rent"]},"DirectoryOfServicesId":{"type":"integer","format":"int32"},"DismantlingDirectoryOfServicesId":{"type":"integer","format":"int32"},"UseTemporaryWorkersMountingOption":{"type":"boolean"},"UseTemporaryWorkersDismantlingOption":{"type":"boolean"},"UnitPriceRent":{"type":"number","format":"decimal"},"UnitPriceRentMounting":{"type":"number","format":"decimal"},"Timestamp":{"type":"string","format":"byte"},"IsMountingOption":{"type":"boolean"},"IsDismantlingOption":{"type":"boolean"},"IsRentOption":{"type":"boolean"}},"xml":{"name":"ContractServiceSheet"},"type":"object"},"ContractServiceSheetItem":{"required":["sortNo","isPartialDismantling","notusedZtyp","itemType","itemNo","serviceItemNo","customerItemNo","customerRentItemNo","surchargeCalculationOption","isRentAllowed","notusedMiete","isRent","description","quantityCount","quantityLength","quantityDepth","quantityHeight","notusedQuantity","measuringUnitKey","quantityDecimalPlace","contractMeasureFieldsUsageDefinitionForServiceSheet","contractMeasureFieldsUsageDefinitionForBilling","quantity","measuringUnitKeyCopy","billingQuantity","measuringUnitKeyBillable","nousedProz","surchargePercentage","surchargePercentageMounting","surchargePercentageDismantling","surchargeTotal","surchargeTotalMounting","surchargeTotalDismantling","unitPrice","rentalUnitPrice","totalPrice","totalRent","sortId","gaebSubTextInfo","isSurchargeAllowed","wageOrSubcontractorPriceMounting","wageOrSubcontractorPriceDismantling","billableLaborMounting","billableLaborDismantling","includedRentalTime","includedRentalTimeUnit","rentalTimeUnit","rentalPeriod","weight","useForEfficiencyPayOption","progressMountingTotal","progressDismantlingTotal","progressRentTotal","rentTotal","rentalPeriodDay","rentQuantity","isStatisticItem","isProgressRelevant","subcontractorLength","subcontractorDepth","subcontractorHeight","subcontractorCount","subcontractorBillingQuantity","directoryOfServicesId","scriptDefinitionOtherItemReferenceId","dismantlingDirectoryOfServicesId","targetTimeMountingMinute","targetTimeDismantlingMinute","unitPriceRent"],"properties":{"projectNo":{"type":"integer","format":"int64"},"contractServiceSheetId":{"type":"integer","format":"int64"},"sortOrderId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"contractPerformanceRecordNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"sortNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"isPartialDismantling":{"type":"integer","format":"int32","maximum":9,"minimum":0},"notusedZtyp":{"type":"string","maxLength":10,"minLength":0},"itemType":{"type":"string","maxLength":3,"minLength":0},"itemNo":{"type":"string","maxLength":20,"minLength":0},"serviceItemNo":{"type":"string","maxLength":30,"minLength":0},"customerItemNo":{"type":"string","maxLength":20,"minLength":0},"customerRentItemNo":{"type":"string","maxLength":20,"minLength":0},"surchargeCalculationOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"isRentAllowed":{"type":"boolean"},"notusedMiete":{"type":"boolean"},"isRent":{"type":"boolean"},"description":{"type":"string","maxLength":70,"minLength":0},"longText":{"type":"string"},"quantityCount":{"type":"number","format":"decimal"},"quantityLength":{"type":"number","format":"decimal"},"quantityDepth":{"type":"number","format":"decimal"},"quantityHeight":{"type":"number","format":"decimal"},"notusedQuantity":{"type":"number","format":"decimal"},"measuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"quantityDecimalPlace":{"type":"integer","format":"int32","maximum":9,"minimum":0},"contractMeasureFieldsUsageDefinitionForServiceSheet":{"type":"string","maxLength":5,"minLength":0},"contractMeasureFieldsUsageDefinitionForBilling":{"type":"string","maxLength":5,"minLength":0},"chainDimensioningQuantity":{"type":"string"},"quantity":{"type":"number","format":"decimal"},"measuringUnitKeyCopy":{"type":"string","maxLength":10,"minLength":0},"billingQuantity":{"type":"number","format":"decimal"},"measuringUnitKeyBillable":{"type":"string","maxLength":10,"minLength":0},"nousedProz":{"type":"number","format":"decimal"},"surchargePercentage":{"type":"number","format":"decimal"},"surchargePercentageMounting":{"type":"number","format":"decimal"},"surchargePercentageDismantling":{"type":"number","format":"decimal"},"surchargeTotal":{"type":"number","format":"decimal"},"surchargeTotalMounting":{"type":"number","format":"decimal"},"surchargeTotalDismantling":{"type":"number","format":"decimal"},"unitPrice":{"type":"number","format":"decimal"},"rentalUnitPrice":{"type":"number","format":"decimal"},"totalPrice":{"type":"number","format":"decimal"},"totalRent":{"type":"number","format":"decimal"},"sortId":{"type":"string","maxLength":25,"minLength":0},"gaebSubTextInfo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"isSurchargeAllowed":{"type":"boolean"},"wageOrSubcontractorPriceMounting":{"type":"number","format":"decimal"},"wageOrSubcontractorPriceDismantling":{"type":"number","format":"decimal"},"billableLaborMounting":{"type":"number","format":"decimal"},"billableLaborDismantling":{"type":"number","format":"decimal"},"surchargeItemReference":{"type":"string"},"includedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"includedRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"rentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"rentalPeriod":{"type":"number","format":"decimal"},"scriptDefinition":{"type":"string"},"progressMountingPercentage":{"type":"number","format":"double"},"billingMountingPercentage":{"type":"number","format":"double"},"billingDismantlingPercentage":{"type":"number","format":"double"},"billingRentPercentage":{"type":"number","format":"double"},"weight":{"type":"number","format":"decimal"},"useForEfficiencyPayOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"progressMountingTotal":{"type":"number","format":"decimal"},"progressDismantlingTotal":{"type":"number","format":"decimal"},"progressRentTotal":{"type":"number","format":"decimal"},"rentTotal":{"type":"number","format":"decimal"},"rentalPeriodDay":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"rentQuantity":{"type":"number","format":"decimal"},"isStatisticItem":{"type":"boolean"},"isProgressRelevant":{"type":"boolean"},"subcontractorLength":{"type":"number","format":"decimal"},"subcontractorDepth":{"type":"number","format":"decimal"},"subcontractorHeight":{"type":"number","format":"decimal"},"subcontractorCount":{"type":"number","format":"decimal"},"subcontractorBillingQuantity":{"type":"number","format":"decimal"},"subcontractorChainDimensioning":{"type":"string"},"directoryOfServicesId":{"type":"integer","format":"int32"},"scriptDefinitionOtherItemReferenceId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"dismantlingDirectoryOfServicesId":{"type":"integer","format":"int32"},"targetTimeMountingMinute":{"type":"number","format":"decimal"},"targetTimeDismantlingMinute":{"type":"number","format":"decimal"},"unitPriceRent":{"type":"number","format":"decimal"},"unitPriceRentMounting":{"type":"number","format":"double"}},"xml":{"name":"ContractServiceSheetItem"},"type":"object"},"ContractServiceSheetWorkingHour":{"required":["contractServiceSheetId","employeeNo","workingShiftStartTime","constructionPhase","workingDateOffset","nonworkingHour","workingHour","detailDescription","serviceItemNo","isNonworkingHoursDirty","wageTypeKey"],"properties":{"projectNo":{"type":"integer","format":"int64"},"contractServiceSheetNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"contractServiceSheetPartialNo":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"contractServiceSheetSubNo":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"itemId":{"type":"integer","format":"int32"},"contractServiceSheetId":{"type":"integer","format":"int64"},"workingDate":{"type":"string","format":"date-time"},"employeeNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"workingShiftStartTime":{"type":"string","maxLength":5,"minLength":0},"constructionPhase":{"type":"integer","format":"int32","maximum":9,"minimum":0},"workingTimeStart":{"type":"string","maxLength":5,"minLength":0},"workingDateOffset":{"type":"integer","format":"int32","maximum":9,"minimum":0},"workingTimeEnd":{"type":"string","maxLength":5,"minLength":0},"nonworkingHour":{"type":"number","format":"decimal"},"workingHour":{"type":"number","format":"decimal"},"detailDescription":{"type":"string"},"serviceItemNo":{"type":"string","maxLength":30,"minLength":0},"isNonworkingHoursDirty":{"type":"boolean"},"wageTypeKey":{"type":"string","maxLength":5,"minLength":0}},"xml":{"name":"ContractServiceSheetWorkingHour"},"type":"object"},"EfficiencyPayServiceSheetValueContract":{"required":["consumedWage","achievedHour","payrollPeriod","summaryType"],"properties":{"payrollPeriodId":{"type":"integer","format":"int32"},"projectNo":{"type":"integer","format":"int64"},"contractServiceSheetId":{"type":"integer","format":"int64"},"achievedWage":{"type":"number","format":"decimal"},"consumedWage":{"type":"number","format":"decimal"},"achievedHour":{"type":"number","format":"decimal"},"payrollPeriod":{"type":"string","maxLength":10,"minLength":0},"summaryType":{"type":"integer","format":"int32","maximum":99,"minimum":0}},"xml":{"name":"EfficiencyPayServiceSheetValueContract"},"type":"object"},"AccountTransactionFilter":{"properties":{"DebitorCreditorNo":{"type":"integer","format":"int32"},"ProjectNo":{"type":"integer","format":"int64"},"TransactionIsOpen":{"type":"integer","format":"int32"},"TechnicalContactKey":{"type":"string"},"CommercialContactKey":{"type":"string"},"BusinessUnit1Key":{"type":"string"},"AssociatedInvoiceNo":{"type":"integer","format":"int64"},"BookingDateFrom":{"type":"string","format":"date-time"},"BookingDateTo":{"type":"string","format":"date-time"},"DueDate":{"type":"string","format":"date-time"},"AdditionalInformation":{"type":"boolean"},"CustomerPrintReportOption":{"type":"string","enum":["CustomerReport","DemandReport","PaymentReport"]},"ProjectPrintReportOption":{"type":"string","enum":["ProjectReport","PaymentReport"]},"FocusedReport":{"type":"string"}},"xml":{"name":"AccountTransactionFilter"},"type":"object"},"CustomerLines":{"properties":{},"xml":{"name":"CustomerLines"},"type":"object"},"CustomerLine":{"properties":{"debitorCreditorNo":{"type":"integer","format":"int32"},"debitorCreditorName":{"type":"string"},"tradeCreditInsuranceNo":{"type":"string"},"tradeCreditInsuranceSum":{"type":"number","format":"double"},"grossTotalValue":{"type":"number","format":"double"},"credit":{"type":"number","format":"double"},"accountBalance":{"type":"number","format":"double"},"distributable":{"type":"string"},"overdueDays0":{"type":"number","format":"double"},"overdueDays30":{"type":"number","format":"double"},"overdueDays60":{"type":"number","format":"double"},"overdueDays90":{"type":"number","format":"double"}},"xml":{"name":"CustomerLine"},"type":"object"},"ProjectLines":{"properties":{},"xml":{"name":"ProjectLines"},"type":"object"},"ProjectLine":{"properties":{"projectNo":{"type":"integer","format":"int64"},"projectName":{"type":"string"},"debitorCreditorNo":{"type":"integer","format":"int32"},"debitorCreditorName":{"type":"string"},"phone":{"type":"string"},"technicalContactKey":{"type":"string"},"commercialContactKey":{"type":"string"},"businessUnit1Key":{"type":"string"},"grossTotalValue":{"type":"number","format":"double"},"credit":{"type":"number","format":"double"},"accountBalance":{"type":"number","format":"double"},"paymentInfoText":{"type":"string"},"fiscalYear":{"type":"integer","format":"int32"}},"xml":{"name":"ProjectLine"},"type":"object"},"BookingLines":{"properties":{},"xml":{"name":"BookingLines"},"type":"object"},"BookingLine":{"properties":{"transactionIsOpen":{"type":"integer","format":"int32"},"debitorCreditorNo":{"type":"integer","format":"int32"},"projectNo":{"type":"integer","format":"int64"},"associatedInvoiceNo":{"type":"integer","format":"int64"},"documentDate":{"type":"string","format":"date-time"},"bookingDate":{"type":"string","format":"date-time"},"cashDiscountPercentage":{"type":"number","format":"double"},"cashDiscountDueDate":{"type":"string","format":"date-time"},"dueDate":{"type":"string","format":"date-time"},"documentNo":{"type":"string"},"netTotal":{"type":"number","format":"double"},"bookingValue":{"type":"number","format":"double"},"credit":{"type":"number","format":"double"},"paymentValue":{"type":"number","format":"double"},"paymentInfoText":{"type":"string"}},"xml":{"name":"BookingLine"},"type":"object"},"ReportGenerationOptions":{"properties":{"Mode":{"type":"string","enum":["Printing","Email","Fax"]},"UserName":{"type":"string"},"MachineName":{"type":"string"},"BusinessUnit1Key":{"type":"string"},"LayoutId":{"example":"00000000-0000-0000-0000-000000000000","type":"string","format":"uuid"},"TemplateId":{"example":"00000000-0000-0000-0000-000000000000","type":"string","format":"uuid"}},"xml":{"name":"ReportGenerationOptions"},"type":"object"},"ODataResponseOfListOfAddressContact":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfAddress":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfBankAccount":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfBillingRequest":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfBillingServiceSheetItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfBillingServiceSheetItemSummary":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"BillingServiceSheetItemSummary":{"required":["fiscalYearKey","projectNo","billingServiceSheetNo","fiscalAccount","isRevenue","itemType","itemTypeText","unitPrice","quantity","measuringUnitKey","month00","month01","month02","month03","month04","month05","month06","month07","month08","month09","month10","month11","month12"],"properties":{"Id":{"type":"integer","format":"int32"},"BillingServiceSheetItemNo":{"type":"string","maxLength":15,"minLength":0},"ServiceItemNo":{"type":"string","maxLength":30,"minLength":0},"FiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"BillingServiceSheetNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"FiscalAccount":{"type":"string","maxLength":10,"minLength":0},"IsRevenue":{"type":"boolean"},"ItemType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ItemTypeText":{"type":"string","maxLength":20,"minLength":0},"UnitPrice":{"type":"number","format":"decimal"},"Quantity":{"type":"number","format":"decimal"},"MeasuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"Month00":{"type":"number","format":"decimal"},"Month01":{"type":"number","format":"decimal"},"Month02":{"type":"number","format":"decimal"},"Month03":{"type":"number","format":"decimal"},"Month04":{"type":"number","format":"decimal"},"Month05":{"type":"number","format":"decimal"},"Month06":{"type":"number","format":"decimal"},"Month07":{"type":"number","format":"decimal"},"Month08":{"type":"number","format":"decimal"},"Month09":{"type":"number","format":"decimal"},"Month10":{"type":"number","format":"decimal"},"Month11":{"type":"number","format":"decimal"},"Month12":{"type":"number","format":"decimal"}},"xml":{"name":"BillingServiceSheetItemSummary"},"type":"object"},"ODataResponseOfListOfBillingServiceSheet":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"BillingServiceSheetReportParameters":{"properties":{"IncludeStatisticItems":{"type":"boolean"},"IncludeUnitPrices":{"type":"boolean"}},"xml":{"name":"BillingServiceSheetReportParameters"},"type":"object"},"ODataResponseOfListOfBillingServiceSheetSubItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfBusinessUnit1":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"BusinessUnit1":{"required":["businessUnit1Key","description","fiscalAccountForRevenue","fiscalAccountForProgressPaymentRequest","currencyKey","currencyKeyPrintAdditional","associatedParentBusinessUnit1","defaultMainStock"],"properties":{"BusinessUnit1Id":{"type":"integer","format":"int32"},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"Description":{"type":"string","maxLength":50,"minLength":0},"FiscalAccountForRevenue":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountForProgressPaymentRequest":{"type":"string","maxLength":10,"minLength":0},"NumberRangeInternalProjectUnProductiveStart":{"type":"string","maxLength":12,"minLength":0},"NumberRangeInternalProjectUnProductiveEnd":{"type":"string","maxLength":12,"minLength":0},"NumberRangeInternalProjectProductiveStart":{"type":"string","maxLength":12,"minLength":0},"NumberRangeInternalProjectProductiveEnd":{"type":"string","maxLength":12,"minLength":0},"NumberRangeProjectStart":{"type":"string","maxLength":12,"minLength":0},"NumberRangeProjectEnd":{"type":"string","maxLength":12,"minLength":0},"NumberRangeQuotationStart":{"type":"string","maxLength":10,"minLength":0},"NumberRangeQuotationEnd":{"type":"string","maxLength":10,"minLength":0},"NumberRangeInvoiceStart":{"type":"string","maxLength":10,"minLength":0},"NumberRangeInvoiceEnd":{"type":"string","maxLength":10,"minLength":0},"NumberRangeProgressPaymentRequestStart":{"type":"string","maxLength":10,"minLength":0},"NumberRangeProgressPaymentRequestEnd":{"type":"string","maxLength":10,"minLength":0},"CurrencyKey":{"type":"string","maxLength":5,"minLength":0},"CurrencyKeyPrintAdditional":{"type":"string","maxLength":5,"minLength":0},"AssociatedParentBusinessUnit1":{"type":"string","maxLength":20,"minLength":0},"DefaultMainStock":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"NumberRangeOrderConfirmationStart":{"type":"string","maxLength":10,"minLength":0},"NumberRangeOrderConfirmationEnd":{"type":"string","maxLength":10,"minLength":0},"CompanyAdressId":{"type":"integer","format":"int32"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"BusinessUnit1"},"type":"object"},"ODataResponseOfListOfBusinessUnit2":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"BusinessUnit2":{"required":["businessUnit2Key","description","businessUnit1","technicalContactKey"],"properties":{"BusinessUnit2Id":{"type":"integer","format":"int32"},"BusinessUnit2Key":{"type":"string","maxLength":20,"minLength":0},"Description":{"type":"string","maxLength":50,"minLength":0},"BusinessUnit1":{"type":"string","maxLength":20,"minLength":0},"TechnicalContactKey":{"type":"string","maxLength":20,"minLength":0},"NumberRangeInternalProjectUnProductiveStart":{"type":"string","maxLength":12,"minLength":0},"NumberRangeInternalProjectUnProductiveEnd":{"type":"string","maxLength":12,"minLength":0},"NumberRangeInternalProjectProductiveStart":{"type":"string","maxLength":12,"minLength":0},"NumberRangeInternalProjectProductiveEnd":{"type":"string","maxLength":12,"minLength":0},"NumberRangeProjectStart":{"type":"string","maxLength":12,"minLength":0},"NumberRangeProjectEnd":{"type":"string","maxLength":12,"minLength":0},"NumberRangeQuotationStart":{"type":"string","maxLength":10,"minLength":0},"NumberRangeQuotationEnd":{"type":"string","maxLength":10,"minLength":0},"NumberRangeInvoiceStart":{"type":"string","maxLength":10,"minLength":0},"NumberRangeInvoiceEnd":{"type":"string","maxLength":10,"minLength":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"BusinessUnit2"},"type":"object"},"ODataResponseOfListOfChecklistItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ChecklistItem":{"required":["taskId","taskText","completedBy"],"properties":{"TaskItemId":{"type":"integer","format":"int32"},"TaskId":{"type":"integer","format":"int32"},"TaskText":{"type":"string","maxLength":250,"minLength":0},"DueDate":{"type":"string","format":"date-time"},"DueDescription":{"type":"string","maxLength":100,"minLength":0},"CompletionDate":{"type":"string","format":"date-time"},"CompletedBy":{"type":"integer","format":"int32"},"CompletionDetailDescription":{"type":"string"},"TaskType":{"type":"string","enum":["Default","CheckBox","Input","InputMultiline","OptionGroup","RadioGroup","Signature","Photo","File","Drawing","Label","Group","DateOnly","TimeOnly"]},"CompletionDetailData":{"type":"string","format":"byte"},"Mandatory":{"type":"boolean"},"Sort":{"type":"integer","format":"int32"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"ChecklistItem"},"type":"object"},"Checklist":{"required":["projectNo","description"],"properties":{"TaskId":{"type":"integer","format":"int32"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"Description":{"type":"string","maxLength":254,"minLength":0},"WorkOrderNo":{"type":"integer","format":"int32"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"Checklist"},"type":"object"},"ODataResponseOfListOfChecklist":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfChecklistTemplateItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ChecklistTemplateItem":{"required":["taskTemplateId","taskText"],"properties":{"TaskTemplateItemId":{"type":"integer","format":"int32"},"TaskTemplateId":{"type":"integer","format":"int32"},"TaskText":{"type":"string","maxLength":250,"minLength":0},"TaskType":{"type":"string","enum":["Default","CheckBox","Input","InputMultiline","OptionGroup","RadioGroup","Signature","Photo","File","Drawing","Label","Group","DateOnly","TimeOnly"]},"Mandatory":{"type":"boolean"},"Sort":{"type":"integer","format":"int32"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"ChecklistTemplateItem"},"type":"object"},"ChecklistTemplate":{"required":["description"],"properties":{"TaskTemplateId":{"type":"integer","format":"int32"},"Description":{"type":"string","maxLength":254,"minLength":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"ChecklistTemplate"},"type":"object"},"ODataResponseOfListOfChecklistTemplate":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfContactEvent":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfContractBudget":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfContractConfiguration":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfContractServiceSheet":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfCostEstimation":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfCostEstimationServiceItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"CostEstimationServiceItem":{"required":["costEstimationServiceItemId","sortNo","timeValueForMountingOrDismantlingOption","costEstimationFactor","timeValueMinute","fixedPriceValue","rentalPricePerDay","measuringUnitKey","actualPurchasePrice","usefulLifeYear","usageDaysPerYear","factorAdditionalProfitContribution","depreciationPerDay","weight","transportWeight","transportMeterPerMinute","catalogPurchasePrice"],"properties":{"TypeNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"Description":{"type":"string","maxLength":30,"minLength":0},"CostEstimationServiceItemId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"SortNo":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"TimeValueForMountingOrDismantlingOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"CostEstimationFactor":{"type":"number","format":"decimal"},"TimeValueMinute":{"type":"number","format":"decimal"},"FixedPriceValue":{"type":"number","format":"decimal"},"RentalPricePerDay":{"type":"number","format":"decimal"},"MeasuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"ActualPurchasePrice":{"type":"number","format":"decimal"},"UsefulLifeYear":{"type":"number","format":"decimal"},"UsageDaysPerYear":{"type":"number","format":"decimal"},"FactorAdditionalProfitContribution":{"type":"number","format":"decimal"},"DepreciationPerDay":{"type":"number","format":"decimal"},"Weight":{"type":"number","format":"decimal"},"TransportWeight":{"type":"number","format":"decimal"},"TransportMeterPerMinute":{"type":"number","format":"decimal"},"CatalogPurchasePrice":{"type":"number","format":"decimal"},"DetailDescription":{"type":"string"},"ChainDimensioningTimevalue":{"type":"string"},"ChainDimensioningFixedPrice":{"type":"string"},"ChainDimensioningRentalPrice":{"type":"string"}},"xml":{"name":"CostEstimationServiceItem"},"type":"object"},"ODataResponseOfListOfCostEstimationServiceType":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfCreditNoteItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfCreditNote":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfCrewTemplate":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfCurrency":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfCustomerGroup1":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"CustomerGroup1":{"required":["customerGroup1Key","description"],"properties":{"CustomerGroup1Id":{"type":"integer","format":"int32"},"CustomerGroup1Key":{"type":"string","maxLength":20,"minLength":0},"Description":{"type":"string","maxLength":50,"minLength":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"CustomerGroup1"},"type":"object"},"ODataResponseOfListOfCustomerGroup2":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"CustomerGroup2":{"required":["customerGroup2Key","description"],"properties":{"CustomerGroup2Id":{"type":"integer","format":"int32"},"CustomerGroup2Key":{"type":"string","maxLength":20,"minLength":0},"Description":{"type":"string","maxLength":50,"minLength":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"CustomerGroup2"},"type":"object"},"ODataResponseOfListOfDailyCrewResource":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfDailyCrew":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfDailyCrewWorkOrderAssignment":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfDebitorCreditorNumberRange":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"DebitorCreditorNumberRange":{"required":["charStart","charEnd","firstAvailableNo","nextAvailableNo"],"properties":{"DebitorCreditorNumberRangeId":{"type":"integer","format":"int32"},"DebitorCreditorOption":{"type":"string","maximum":9,"minimum":0,"enum":["Debitor","Creditor"]},"CharStart":{"type":"string","maxLength":5,"minLength":0},"ItemId":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"CharEnd":{"type":"string","maxLength":5,"minLength":0},"FirstAvailableNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"NextAvailableNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"DebitorCreditorNumberRange"},"type":"object"},"ODataResponseOfListOfDeliveryNote":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfDirectoryOfService":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfDirectoryOfServicesProjectAssociation":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfDiscountItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfDiscountTemplateItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"DiscountTemplateItem":{"required":["itemType","itemNo","sortNo","description","surchargePercentage","unitPrice"],"properties":{"TemplateId":{"type":"integer","format":"int32"},"ItemId":{"type":"integer","format":"int32"},"ItemType":{"type":"string","maxLength":3,"minLength":0},"ItemNo":{"type":"string","maxLength":15,"minLength":0},"SortNo":{"type":"string","maxLength":25,"minLength":0},"Description":{"type":"string","maxLength":70,"minLength":0},"SurchargePercentage":{"type":"number","format":"decimal"},"UnitPrice":{"type":"number","format":"decimal"}},"xml":{"name":"DiscountTemplateItem"},"type":"object"},"DiscountTemplate":{"required":["description","isUsedForGlobalPercentageBid"],"properties":{"TemplateId":{"type":"integer","format":"int32"},"Description":{"type":"string","maxLength":30,"minLength":0},"IsUsedForGlobalPercentageBid":{"type":"boolean"}},"xml":{"name":"DiscountTemplate"},"type":"object"},"ODataResponseOfListOfDiscountTemplate":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfDocumentItemType":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"DocumentItemType":{"required":["itemId","sortNo","text","usageFlag","isItemNoVisible","isItemNoEditable","isTextBold"],"properties":{"ItemType":{"type":"string","maxLength":3,"minLength":0},"ItemId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SortNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"Text":{"type":"string","maxLength":35,"minLength":0},"UsageFlag":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IsItemNoVisible":{"type":"boolean"},"IsItemNoEditable":{"type":"boolean"},"GaebType":{"type":"string","maxLength":3,"minLength":0},"TextColor":{"type":"string","maxLength":20,"minLength":0},"BackgroundColor":{"type":"string","maxLength":20,"minLength":0},"IsTextBold":{"type":"boolean"}},"xml":{"name":"DocumentItemType"},"type":"object"},"ODataResponseOfListOfDocumentSubTotal":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfDunningItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfDunningProfile":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"DunningProfile":{"required":["isDunningLevel1Used","isDunningLevel2Used","isDunningLevel3Used","isDunningLevel4Used","headerTemplateTextKey1","headerTemplateTextKey2","headerTemplateTextKey3","headerTemplateTextKey4","footerTemplateTextKey1","footerTemplateTextKey2","footerTemplateTextKey3","footerTemplateTextKey4","dunningLevel1DocumentName","dunningLevel2DocumentName","dunningLevel3DocumentName","dunningLevel4DocumentName","overDueDayCount1","overDueDayCount2","overDueDayCount3","overDueDayCount4","deadlineDayCount1","deadlineDayCount2","deadlineDayCount3","deadlineDayCount4","alternateRecipient1Matchcode","alternateRecipient2Matchcode","alternateRecipient3Matchcode","alternateRecipient4Matchcode","overDueDayType1","overDueDayType2","overDueDayType3","overDueDayType4","deadlineDayType1","deadlineDayType2","deadlineDayType3","deadlineDayType4","continueWithDunningLevel","externalMaxDunningLevel","externalDunningKey","externalIntererestUsageOption","externalDunningCode1","externalDunningCode2","externalDunningCode3","interestRate1","interestRate2","interestRate3","interestRate4"],"properties":{"DunningProfileKey":{"type":"string","maxLength":20,"minLength":0},"IsDunningLevel1Used":{"type":"boolean"},"IsDunningLevel2Used":{"type":"boolean"},"IsDunningLevel3Used":{"type":"boolean"},"IsDunningLevel4Used":{"type":"boolean"},"HeaderTemplateTextKey1":{"type":"string","maxLength":20,"minLength":0},"HeaderTemplateTextKey2":{"type":"string","maxLength":20,"minLength":0},"HeaderTemplateTextKey3":{"type":"string","maxLength":20,"minLength":0},"HeaderTemplateTextKey4":{"type":"string","maxLength":20,"minLength":0},"FooterTemplateTextKey1":{"type":"string","maxLength":20,"minLength":0},"FooterTemplateTextKey2":{"type":"string","maxLength":20,"minLength":0},"FooterTemplateTextKey3":{"type":"string","maxLength":20,"minLength":0},"FooterTemplateTextKey4":{"type":"string","maxLength":20,"minLength":0},"HeaderText1":{"type":"string"},"HeaderText1Formatted":{"type":"string"},"HeaderText2":{"type":"string"},"HeaderText2Formatted":{"type":"string"},"HeaderText3":{"type":"string"},"HeaderText3Formatted":{"type":"string"},"HeaderText4":{"type":"string"},"HeaderText4Formatted":{"type":"string"},"FooterText1":{"type":"string"},"FooterText1Formatted":{"type":"string"},"FooterText2":{"type":"string"},"FooterText2Formatted":{"type":"string"},"FooterText3":{"type":"string"},"FooterText3Formatted":{"type":"string"},"FooterText4":{"type":"string"},"FooterText4Formatted":{"type":"string"},"DunningLevel1DocumentName":{"type":"string","maxLength":50,"minLength":0},"DunningLevel2DocumentName":{"type":"string","maxLength":50,"minLength":0},"DunningLevel3DocumentName":{"type":"string","maxLength":50,"minLength":0},"DunningLevel4DocumentName":{"type":"string","maxLength":50,"minLength":0},"OverDueDayCount1":{"type":"integer","format":"int32","maximum":999,"minimum":0},"OverDueDayCount2":{"type":"integer","format":"int32","maximum":999,"minimum":0},"OverDueDayCount3":{"type":"integer","format":"int32","maximum":999,"minimum":0},"OverDueDayCount4":{"type":"integer","format":"int32","maximum":999,"minimum":0},"DeadlineDayCount1":{"type":"integer","format":"int32","maximum":999,"minimum":0},"DeadlineDayCount2":{"type":"integer","format":"int32","maximum":999,"minimum":0},"DeadlineDayCount3":{"type":"integer","format":"int32","maximum":999,"minimum":0},"DeadlineDayCount4":{"type":"integer","format":"int32","maximum":999,"minimum":0},"AlternateRecipient1Matchcode":{"type":"string","maxLength":30,"minLength":0},"AlternateRecipient2Matchcode":{"type":"string","maxLength":30,"minLength":0},"AlternateRecipient3Matchcode":{"type":"string","maxLength":30,"minLength":0},"AlternateRecipient4Matchcode":{"type":"string","maxLength":30,"minLength":0},"OverDueDayType1":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"OverDueDayType2":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"OverDueDayType3":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"OverDueDayType4":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"DeadlineDayType1":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"DeadlineDayType2":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"DeadlineDayType3":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"DeadlineDayType4":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"ContinueWithDunningLevel":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ExternalMaxDunningLevel":{"type":"number","format":"decimal"},"ExternalDunningKey":{"type":"string","maxLength":3,"minLength":0},"ExternalIntererestUsageOption":{"type":"string","maxLength":3,"minLength":0},"ExternalDunningCode1":{"type":"string","maxLength":3,"minLength":0},"ExternalDunningCode2":{"type":"string","maxLength":3,"minLength":0},"ExternalDunningCode3":{"type":"string","maxLength":3,"minLength":0},"InterestRate1":{"type":"number","format":"decimal"},"InterestRate2":{"type":"number","format":"decimal"},"InterestRate3":{"type":"number","format":"decimal"},"InterestRate4":{"type":"number","format":"decimal"}},"xml":{"name":"DunningProfile"},"type":"object"},"ODataResponseOfListOfDunning":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfEmployee":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"OccupiedEmployees":{"properties":{},"xml":{"name":"OccupiedEmployees"},"type":"object"},"OccupiedEmployee":{"properties":{"employeeNo":{"type":"integer","format":"int32"},"reason":{"type":"string"},"crewName":{"type":"string"}},"xml":{"name":"OccupiedEmployee"},"type":"object"},"CrewResources":{"properties":{},"xml":{"name":"CrewResources"},"type":"object"},"CrewResource":{"properties":{},"xml":{"name":"CrewResource"},"type":"object"},"ODataResponseOfListOfEmployeeScheduledAbsence":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"DatevExportParameters":{"properties":{"ConsultantNumber":{"type":"integer","format":"int64"},"ClientNumber":{"type":"integer","format":"int64"},"BeginDate":{"type":"string","format":"date-time"},"EndDate":{"type":"string","format":"date-time"},"ExportType":{"type":"string","enum":["IncomingInvoices","OutgoingInvoices","IncomingPayments","OutgoingPayments","Customers","Vendors"]},"EntryBatchVersion":{"type":"string","enum":["Default","Office3","MaxDatevCheckable","Office4"]},"IncludeAlreadyBooked":{"type":"boolean"},"BeginAccount":{"type":"string"},"EndAccount":{"type":"string"},"ShouldConstrainToUsedMasterData":{"type":"boolean"},"ShouldPreventMarking":{"type":"boolean"}},"xml":{"name":"DatevExportParameters"},"type":"object"},"ODataResponseOfListOfDatevFile":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"DatevFile":{"properties":{"Name":{"type":"string"},"Type":{"type":"string","enum":["Extf","OutgoingInvoicePdf"]},"Guid":{"example":"00000000-0000-0000-0000-000000000000","type":"string","format":"uuid"},"FiscalYear":{"type":"integer","format":"int32"},"Data":{"type":"string","format":"byte"}},"xml":{"name":"DatevFile"},"type":"object"},"ODataResponseOfListOfExtraLaborPayDefinition":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ExtraLaborPayDefinition":{"required":["extraLaborPayType","description","startTime","endTime","startHourQuantity","endHourQuantity","weekday","wageTypeKey","wageTypeKeyHolidaySunday","directoryOfServicesId","serviceItemNo","serviceItemNoHolidaySunday","businessUnit1Key"],"properties":{"ItemId":{"type":"integer","format":"int32"},"ExtraLaborPayType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Description":{"type":"string","maxLength":50,"minLength":0},"StartTime":{"type":"string","maxLength":5,"minLength":0},"EndTime":{"type":"string","maxLength":5,"minLength":0},"StartHourQuantity":{"type":"number","format":"decimal"},"EndHourQuantity":{"type":"number","format":"decimal"},"Weekday":{"type":"string","enum":["None","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday","HolidayType1","HolidayType2","HolidayType3","HolidayType4","HolidayType5","HolidayType6","HolidayType7","HolidayType8","HolidayType9"]},"WageTypeKey":{"type":"string","maxLength":5,"minLength":0},"WageTypeKeyHolidaySunday":{"type":"string","maxLength":5,"minLength":0},"DirectoryOfServicesId":{"type":"integer","format":"int32"},"ServiceItemNo":{"type":"string","maxLength":30,"minLength":0},"ServiceItemNoHolidaySunday":{"type":"string","maxLength":30,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"IsFixedValue":{"type":"boolean"},"FixedValue":{"type":"number","format":"decimal","maximum":999.99,"minimum":-999.99}},"xml":{"name":"ExtraLaborPayDefinition"},"type":"object"},"ODataResponseOfListOfFiscalAccountRevenue":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfFiscalYear":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfFileGet":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"FileGet":{"properties":{"Url":{"type":"string"},"FilePath":{"type":"string"},"Id":{"type":"string"},"ParentId":{"type":"string"},"Created":{"type":"string","format":"date-time"},"Description":{"type":"string"},"ProjectNo":{"type":"integer","format":"int64"},"WorkOrderNo":{"type":"integer","format":"int32"},"QuotationRequestNo":{"type":"integer","format":"int64"},"AddressId":{"type":"integer","format":"int32"},"ContentType":{"type":"string"},"IsImage":{"type":"boolean"},"IsPdf":{"type":"boolean"},"IsMobileVisible":{"type":"boolean"},"IsFolder":{"type":"boolean"},"IsTemplate":{"type":"boolean"},"ExistsInTemplate":{"type":"boolean"},"TemplatePath":{"type":"string"}},"xml":{"name":"FileGet"},"type":"object"},"FileData":{"properties":{"id":{"type":"string"},"bytes":{"type":"string","format":"byte"}},"xml":{"name":"FileData"},"type":"object"},"EntityMapping":{"properties":{"TableName":{"type":"string"}},"xml":{"name":"EntityMapping"},"type":"object"},"PropertyMapping":{"properties":{"columnName":{"type":"string"},"propertyName":{"type":"string"}},"xml":{"name":"PropertyMapping"},"type":"object"},"ODataResponseOfListOfHazardAnalysisCheck":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"HazardAnalysisCheck":{"required":["projectNo","workOrderNo","workOrderOriginNo","employeeNo","checked","checkedWith"],"properties":{"HazardAnalysisCheckId":{"type":"integer","format":"int32"},"ProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"WorkOrderNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"WorkOrderOriginNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"EmployeeNo":{"type":"integer","format":"int32"},"CheckedAt":{"type":"string","format":"date-time"},"Checked":{"type":"boolean"},"CheckedWith":{"type":"string","maxLength":15,"minLength":0},"CheckData":{"type":"string","format":"byte"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"HazardAnalysisCheck"},"type":"object"},"ODataResponseOfListOfHazardAnalysisText":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"HazardAnalysisText":{"required":["category","description","detailDescription","sortNo"],"properties":{"HazardAnalysisTextId":{"type":"integer","format":"int32"},"Category":{"type":"string","maximum":99999,"minimum":0,"enum":["None","HazardAnalysisObject","HazardAnalysisEnvironment","HazardAnalysisWork","HazardAnalysisSpecial","HazardAnalysisInstruction","HazardAnalysisRescue","HazardAnalysisRemark"]},"Description":{"type":"string","maxLength":20,"minLength":0},"DetailDescription":{"type":"string"},"SortNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"HazardAnalysisText"},"type":"object"},"ODataResponseOfListOfInvoiceItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfInvoice":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"InvoiceReportParameters":{"properties":{"PrintDateOption":{"type":"string","enum":["DocumentDate","BookingDate"]},"InvoiceReportType":{"type":"string","enum":["Original","Copy1","Copy2","Copy3","Copy4"]},"PageBreakBeforeTotals":{"type":"boolean"}},"xml":{"name":"InvoiceReportParameters"},"type":"object"},"InvoiceParameters":{"properties":{"InvoiceId":{"type":"integer","format":"int32"},"InvoiceNo":{"type":"integer","format":"int64"},"FiscalYearKey":{"type":"integer","format":"int32"},"ProgressPaymentConsecutiveNo":{"type":"integer","format":"int32"},"SourceDocumentType":{"type":"string","enum":["Undefined","CostEstimation","Quotation","OrderConfirmation","DeliveryNote","BillingServiceSheet","Invoice","CreditNote","ContractServiceSheet","StockTransaction","PurchaseInvoice","PurchaseOrder","ContractServiceSheetSubcontractorMounting","ContractServiceSheetSubcontractorDismantling","WorkOrderServiceSheet","ServiceHourReport"]},"SourceDocumentKey":{"type":"string"},"SourceDocumentNo":{"type":"integer","format":"int64"},"SourceDocumentSubNo":{"type":"integer","format":"int32"},"DocumentDate":{"type":"string","format":"date-time"}},"xml":{"name":"InvoiceParameters"},"type":"object"},"ODataResponseOfListOfLetter":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfMeasuringUnit":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"MeasuringUnit":{"required":["measuringUnitKey","measuringUnitTypeId","timeUnitId","belongsToMeasuringUnit","sortNo","decimalPlacesCount","isLengthAllowed","isDepthAllowed","isHeightAllowed"],"properties":{"MeasuringUnitId":{"type":"integer","format":"int32"},"MeasuringUnitKey":{"type":"string","maxLength":10,"minLength":0},"MeasuringUnitTypeId":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","BasicUnit","RentalUnit"]},"TimeUnitId":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","None","Days","Weeks","Months"]},"BelongsToMeasuringUnit":{"type":"string","maxLength":10,"minLength":0},"SortNo":{"type":"integer","format":"int32","maximum":99,"minimum":0},"DecimalPlacesCount":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsLengthAllowed":{"type":"boolean"},"IsDepthAllowed":{"type":"boolean"},"IsHeightAllowed":{"type":"boolean"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"MeasuringUnit"},"type":"object"},"ODataResponseOfListOfObjectSection":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfOrderConfirmationItemQuantity":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfOrderConfirmationItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfOrderConfirmation":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"OrderConfirmationReportParameters":{"properties":{"IncludeServiceSheetItems":{"type":"boolean"}},"xml":{"name":"OrderConfirmationReportParameters"},"type":"object"},"ODataResponseOfListOfPart":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfDecimal":{"properties":{"@odata.context":{"type":"string"},"value":{"type":"number","format":"decimal"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"StockPartQuantities":{"properties":{},"xml":{"name":"StockPartQuantities"},"type":"object"},"StockPartQuantity":{"properties":{"id":{"example":"00000000-0000-0000-0000-000000000000","type":"string","format":"uuid"},"stockNo":{"type":"integer","format":"int64"},"stockName":{"type":"string"},"quantity":{"type":"number","format":"decimal"}},"xml":{"name":"StockPartQuantity"},"type":"object"},"StockAlternativePartQuantities":{"properties":{},"xml":{"name":"StockAlternativePartQuantities"},"type":"object"},"StockAlternativePartQuantity":{"properties":{"id":{"example":"00000000-0000-0000-0000-000000000000","type":"string","format":"uuid"},"partNo":{"type":"string"},"partName":{"type":"string"},"partQuantity":{"type":"number","format":"decimal"}},"xml":{"name":"StockAlternativePartQuantity"},"type":"object"},"ODataResponseOfListOfPaymentTerms":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"PaymentTerms":{"required":["invoicePaymentTerm","invoicePaymentTermsFormatted","progressPaymentInvoiceTerm","progressPaymentInvoiceTermsFormatted","quotationPaymentTerm","quotationPaymentTermsFormatted","invoiceCashDiscount1Percentage","invoiceCashDiscount2Percentage","progressPaymentCashDiscount1Percentage","progressPaymentCashDiscount2Percentage","invoiceCashDiscount1DueDay","invoiceCashDiscount2DueDay","invoiceNetDueDay","progressPaymentCashDiscount1DueDay","progressPaymentCashDiscount2DueDay","progressPaymentNetDueDay","invoiceNetDueDaysType","invoiceCashDiscount1DueDaysType","invoiceCashDiscount2DueDaysType","progressPaymentNetDueDaysType","progressPaymentCashDiscount1DueDaysType","progressPaymentCashDiscount2DueDaysType"],"properties":{"Id":{"type":"integer","format":"int32"},"Description":{"type":"string","maxLength":15,"minLength":0},"InvoicePaymentTerm":{"type":"string"},"InvoicePaymentTermsFormatted":{"type":"string"},"ProgressPaymentInvoiceTerm":{"type":"string"},"ProgressPaymentInvoiceTermsFormatted":{"type":"string"},"QuotationPaymentTerm":{"type":"string"},"QuotationPaymentTermsFormatted":{"type":"string"},"InvoiceCashDiscount1Percentage":{"type":"number","format":"decimal"},"InvoiceCashDiscount2Percentage":{"type":"number","format":"decimal"},"ProgressPaymentCashDiscount1Percentage":{"type":"number","format":"decimal"},"ProgressPaymentCashDiscount2Percentage":{"type":"number","format":"decimal"},"InvoiceCashDiscount1DueDay":{"type":"integer","format":"int32","maximum":999,"minimum":0},"InvoiceCashDiscount2DueDay":{"type":"integer","format":"int32","maximum":999,"minimum":0},"InvoiceNetDueDay":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ProgressPaymentCashDiscount1DueDay":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ProgressPaymentCashDiscount2DueDay":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ProgressPaymentNetDueDay":{"type":"integer","format":"int32","maximum":999,"minimum":0},"InvoiceNetDueDaysType":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"InvoiceCashDiscount1DueDaysType":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"InvoiceCashDiscount2DueDaysType":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"ProgressPaymentNetDueDaysType":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"ProgressPaymentCashDiscount1DueDaysType":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"ProgressPaymentCashDiscount2DueDaysType":{"type":"string","maximum":9,"minimum":0,"enum":["Undefined","CalenderDays","WorkingDays"]},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"PaymentTerms"},"type":"object"},"FilePost":{"properties":{"FileContent":{"type":"string"},"FilePath":{"type":"string"},"Id":{"type":"string"},"ParentId":{"type":"string"},"Created":{"type":"string","format":"date-time"},"Description":{"type":"string"},"ProjectNo":{"type":"integer","format":"int64"},"WorkOrderNo":{"type":"integer","format":"int32"},"QuotationRequestNo":{"type":"integer","format":"int64"},"AddressId":{"type":"integer","format":"int32"},"ContentType":{"type":"string"},"IsImage":{"type":"boolean"},"IsPdf":{"type":"boolean"},"IsMobileVisible":{"type":"boolean"},"IsFolder":{"type":"boolean"},"IsTemplate":{"type":"boolean"},"ExistsInTemplate":{"type":"boolean"},"TemplatePath":{"type":"string"}},"xml":{"name":"FilePost"},"type":"object"},"LargeFilePost":{"properties":{"FileContent":{"type":"string"},"FilePath":{"type":"string"},"Id":{"type":"string"},"ParentId":{"type":"string"},"Created":{"type":"string","format":"date-time"},"Description":{"type":"string"},"ProjectNo":{"type":"integer","format":"int64"},"WorkOrderNo":{"type":"integer","format":"int32"},"QuotationRequestNo":{"type":"integer","format":"int64"},"AddressId":{"type":"integer","format":"int32"},"ContentType":{"type":"string"},"IsImage":{"type":"boolean"},"IsPdf":{"type":"boolean"},"IsMobileVisible":{"type":"boolean"},"IsFolder":{"type":"boolean"},"IsTemplate":{"type":"boolean"},"ExistsInTemplate":{"type":"boolean"},"TemplatePath":{"type":"string"}},"xml":{"name":"LargeFilePost"},"type":"object"},"ODataResponseOfListOfPreferencesCostingModule":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"PreferencesCostingModule":{"required":["defaultWorkingHoursMonday","defaultWorkingHoursTuesday","defaultWorkingHoursWednesday","defaultWorkingHoursThursday","defaultWorkingHoursFriday","defaultWorkingHoursSaturday","defaultWorkingHoursSunday","wageTypeNormalWork","wageTypeEfficiencyPay","outdatedBookingAccountForEfficiencyPay","currentFiscalYearKey","isWorkingHourExportEnabled","workingHourExportType","workingHoursExportFilePath","isExportIncomingOrdersEnabled","incomingOrdersExportType","incomingOrdersExportFilePath","isExportFinishedProjectNotificationEnabled","finishedProjectNotificationExportType","finishedProjectNotificationExportFilePath","isExportThirdPartyChargesEnabled","thirdPartyChargesExportType","thirdPartyChargesExportFilePath","isExportSubcontractorInvoicesEnabled","subcontractorInvoicesExportType","subcontractorInvoicesExportFilePath","isExportOutgoingPaymentsEnabled","outgoingPaymentsExportType","outgoingPaymentsExportFilePath","isProjectImportEnabled","projectImportId","projectImportFilePath","projectImportFilterExpression","projectImportMatchcode","isThirdPartyChargesImportEnabled","externalCostsImportId","thirdPartyChargesImportFilePath","thirdPartyChargesImportFilterExpression","thirdPartyChargesImportMatchcode","thirdPartyChargesImportBookingAccountName","isWorkingsHourImportEnabled","workedHoursImportId","workingHoursImportFilePath","workingHoursImportProjectVacation","workingHoursImportProjectISick","workingHoursImportProjectPublicHoliday","workingHoursImportProjectSchool","outgoingPaymentsCashDiscountFiscalAccount","isTravelTimeUsedForWorkingTimeAccount","isEmployeNameAndNumberCheckEnabled","isWageTypeAndProjectDefaultCheckEnabled","isWorkingHourRoundTo025CheckEnabled","maximumContiguousWorkingTime","outdatedIsprojectmoduleinstalled","outdatedProjectmodulefilepath","customerGroup1Caption","customerGroup2Caption","businessUnit1Caption","businessUnit2Caption","isCustomerGroup1Enabled","isCustomerGroup2Enabled","isBusinessUnit1Enabled","isBusinessUnit2Enabled","isBusinessUnit1UsedAsProfitCenter","numberRangeOrderPlacedStart","numberRangeOrderPlacedEnd","numberRangeProjectStart","numberRangeProjectEnd","numberRangeInternalProjectProductiveStart","numberRangeInternalProjectProductiveEnd","numberRangeInternalProjectUnProductiveStart","numberRangeInternalProjectUnProductiveEnd","listItemTextForAll","listItemTextForNone","isAutomaticDataRefreshBetweenOpenWindowsEnabled","outdatedProgrammodulelicensing","updateTableListe","isInvoicesRelevantForProgress","workOrderStartTimeDefault","workOrderEndTimeDefault","capacityWorkingHoursMonday","capacityWorkingHoursTuesday","capacityWorkingHoursWednesday","capacityWorkingHoursThursday","capacityWorkingHoursFriday","capacityWorkingHoursSaturday","capacityWorkingHoursSunday","capacityWorkingHoursWeek","capacitySquareMeterMonday","capacitySquareMeterTuesday","capacitySquareMeterWednesday","capacitySquareMeterThursday","capacitySquareMeterFriday","capacitySquareMeterSaturday","capacitySquareMeterSunday","capacitySquareMeterWeek","capacityRevenueMonday","capacityRevenueTuesday","capacityRevenueWednesday","capacityRevenueThursday","capacityRevenueFriday","capacityRevenueSaturday","capacityRevenueSunday","capacityRevenueWeek","averageWorkerCountPerCrew","usageOfTravellingHoursOption","utilizedCapacityThreshold1Percentage","utilizedCapacityThreshold2Percentage","isLinkingOfHoursSquareMetersRevenueDisabled","isUiAppearanceForCommonCraftsEnabled","ownCompanyNameForReportsRow1","ownCompanyNameForReportsRow2","isRecordChangeAutorefreshDisabled","isHourEntryForContractServiceSheetsEnabled","licenceServerNameOrIp","isAutomaticExpenseAllowanceEnabled","automaticExpenseAllowanceWageType","isHourEntryCopyProjectNoEnabled","isHourEntryCopyEmployeeNoEnabled","isHourEntryCopyWorkingHoursEnabled","isHourEntryCopyTravelHoursEnabled","isHourEntryCopyWageTypeEnabled","isCreateStockWithProjectEnabled","fiscalAccountForCostDistribution","paymentProposalDaysBeforeDueDate","paymentProposalDaysBeforeCashDiscount","paymentProposalExportPath","documentManagementRootPath","isAutomaticExportApprovalForPurchaseInvoiceDisabled","isEquipmentManagmentEnabled","isWorkOrderAssignmentForWorkHoursAndServiceSheetEnabled","isAutomatedStockTransactionsEnabled","defaultMainStockForAutomatedTransaction","pensionFundPercentage","unemploymentInsurancePercentage","supplementarySocialSecurityFundPercentage","winterWorkingContributionPercentage","miscellaneousPercentage","contribution1Percentage","contribution2Percentage","fiscalAccountWorkingHourAccountCost","fiscalAccountWorkingHourAccountLiability","exportWorkingTimeAccountEmployeeCostPath","isWorkingHourExportItemizeProjectEnabled","isWorkingHourExportItemizeDaysEnabled","notUsedLautageg","notUsedBsutageg","notUsedLaktageg","notUsedBsktageg","notUsedLakodat","notUsedBskodat","notUsedLaustd","notUsedBsustd","notUsedLautages","notUsedBsutages","notUsedLakstd","notUsedBskstd","notUsedLaktage","notUsedBsktage","notUsedLakdatg","notUsedBskdatg","notUsedLaktages","notUsedBsktages","mzFirstLastTripPercentShareDriver","mzFirstLastTripPercentSharePassenger","mzDriverBonusWageType","mzTravellingProductiveWageType","mzTravellingUnproductiveWageType","mzTravellingHoursThreshold","mzAlternateProductiveProjectNo","mzAlternateUnproductiveProjectNo","mzAlternateProductiveWageType","mzAlternateUnproductiveWageType","mzExpenseAllowanceWageType","mzExtraLaborWageType1","mzExtraLaborWageType2","mzExtraLaborWageType3","mzExtraLaborWageType4","mzExtraLaborWageType5","mzProjectNoConversionFormula","mzDistributeLastTrip","isSeparateDriverAndPassengerEnabled","isContractEfficiencyPayEnabled","isInternalProjectNumberRangeCombineEnabled","hazardAnalysisInstruction","hazardAnalysisRescue","hazardAnalysisFooter","isClockTimeForWorkingHoursEnabled","defaultWorkingStartTime","isApprovalOfPurchaseInvoicesForPaymentProposalEnabled","isPassengerTravelTimeSeparationEnabled","passengerTravelTimePercentage","workOrderSplitCreatesSeparateWorkOrdersEnabled"],"properties":{"PreferencesCostingModuleId":{"type":"integer","format":"int32"},"DefaultWorkingHoursMonday":{"type":"number","format":"decimal"},"DefaultWorkingHoursTuesday":{"type":"number","format":"decimal"},"DefaultWorkingHoursWednesday":{"type":"number","format":"decimal"},"DefaultWorkingHoursThursday":{"type":"number","format":"decimal"},"DefaultWorkingHoursFriday":{"type":"number","format":"decimal"},"DefaultWorkingHoursSaturday":{"type":"number","format":"decimal"},"DefaultWorkingHoursSunday":{"type":"number","format":"decimal"},"WageTypeNormalWork":{"type":"string","maxLength":5,"minLength":0},"WageTypeEfficiencyPay":{"type":"string","maxLength":5,"minLength":0},"OutdatedBookingAccountForEfficiencyPay":{"type":"integer","format":"int32"},"CurrentFiscalYearKey":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"IsWorkingHourExportEnabled":{"type":"boolean"},"WorkingHourExportType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"WorkingHoursExportFilePath":{"type":"string","maxLength":80,"minLength":0},"IsExportIncomingOrdersEnabled":{"type":"boolean"},"IncomingOrdersExportType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"IncomingOrdersExportFilePath":{"type":"string","maxLength":80,"minLength":0},"IsExportFinishedProjectNotificationEnabled":{"type":"boolean"},"FinishedProjectNotificationExportType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"FinishedProjectNotificationExportFilePath":{"type":"string","maxLength":80,"minLength":0},"IsExportThirdPartyChargesEnabled":{"type":"boolean"},"ThirdPartyChargesExportType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ThirdPartyChargesExportFilePath":{"type":"string","maxLength":254,"minLength":0},"IsExportSubcontractorInvoicesEnabled":{"type":"boolean"},"SubcontractorInvoicesExportType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"SubcontractorInvoicesExportFilePath":{"type":"string","maxLength":80,"minLength":0},"IsExportOutgoingPaymentsEnabled":{"type":"boolean"},"OutgoingPaymentsExportType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"OutgoingPaymentsExportFilePath":{"type":"string","maxLength":80,"minLength":0},"IsProjectImportEnabled":{"type":"boolean"},"ProjectImportId":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ProjectImportFilePath":{"type":"string","maxLength":80,"minLength":0},"ProjectImportFilterExpression":{"type":"string","maxLength":200,"minLength":0},"ProjectImportMatchcode":{"type":"string","maxLength":30,"minLength":0},"IsThirdPartyChargesImportEnabled":{"type":"boolean"},"ExternalCostsImportId":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ThirdPartyChargesImportFilePath":{"type":"string","maxLength":80,"minLength":0},"ThirdPartyChargesImportFilterExpression":{"type":"string","maxLength":200,"minLength":0},"ThirdPartyChargesImportMatchcode":{"type":"string","maxLength":30,"minLength":0},"ThirdPartyChargesImportBookingAccountName":{"type":"string","maxLength":30,"minLength":0},"IsWorkingsHourImportEnabled":{"type":"boolean"},"WorkedHoursImportId":{"type":"integer","format":"int32","maximum":99,"minimum":0},"WorkingHoursImportFilePath":{"type":"string","maxLength":80,"minLength":0},"WorkingHoursImportProjectVacation":{"type":"string","maxLength":20,"minLength":0},"WorkingHoursImportProjectISick":{"type":"string","maxLength":20,"minLength":0},"WorkingHoursImportProjectPublicHoliday":{"type":"string","maxLength":20,"minLength":0},"WorkingHoursImportProjectSchool":{"type":"string","maxLength":20,"minLength":0},"OutgoingPaymentsCashDiscountFiscalAccount":{"type":"string","maxLength":10,"minLength":0},"IsTravelTimeUsedForWorkingTimeAccount":{"type":"boolean"},"IsEmployeNameAndNumberCheckEnabled":{"type":"boolean"},"IsWageTypeAndProjectDefaultCheckEnabled":{"type":"boolean"},"IsWorkingHourRoundTo025CheckEnabled":{"type":"boolean"},"MaximumContiguousWorkingTime":{"type":"number","format":"decimal"},"OutdatedIsprojectmoduleinstalled":{"type":"boolean"},"OutdatedProjectmodulefilepath":{"type":"string","maxLength":200,"minLength":0},"CustomerGroup1Caption":{"type":"string","maxLength":50,"minLength":0},"CustomerGroup2Caption":{"type":"string","maxLength":50,"minLength":0},"BusinessUnit1Caption":{"type":"string","maxLength":50,"minLength":0},"BusinessUnit2Caption":{"type":"string","maxLength":50,"minLength":0},"IsCustomerGroup1Enabled":{"type":"boolean"},"IsCustomerGroup2Enabled":{"type":"boolean"},"IsBusinessUnit1Enabled":{"type":"boolean"},"IsBusinessUnit2Enabled":{"type":"boolean"},"IsBusinessUnit1UsedAsProfitCenter":{"type":"boolean"},"NumberRangeOrderPlacedStart":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"NumberRangeOrderPlacedEnd":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"NumberRangeProjectStart":{"type":"string","maxLength":12,"minLength":0},"NumberRangeProjectEnd":{"type":"string","maxLength":12,"minLength":0},"NumberRangeInternalProjectProductiveStart":{"type":"string","maxLength":12,"minLength":0},"NumberRangeInternalProjectProductiveEnd":{"type":"string","maxLength":12,"minLength":0},"NumberRangeInternalProjectUnProductiveStart":{"type":"string","maxLength":12,"minLength":0},"NumberRangeInternalProjectUnProductiveEnd":{"type":"string","maxLength":12,"minLength":0},"ListItemTextForAll":{"type":"string","maxLength":20,"minLength":0},"ListItemTextForNone":{"type":"string","maxLength":20,"minLength":0},"IsAutomaticDataRefreshBetweenOpenWindowsEnabled":{"type":"boolean"},"OutdatedProgrammodulelicensing":{"type":"string","maxLength":50,"minLength":0},"UpdateTableListe":{"type":"string"},"IsInvoicesRelevantForProgress":{"type":"boolean"},"WorkOrderStartTimeDefault":{"type":"string","maxLength":5,"minLength":0},"WorkOrderEndTimeDefault":{"type":"string","maxLength":5,"minLength":0},"CapacityWorkingHoursMonday":{"type":"number","format":"decimal"},"CapacityWorkingHoursTuesday":{"type":"number","format":"decimal"},"CapacityWorkingHoursWednesday":{"type":"number","format":"decimal"},"CapacityWorkingHoursThursday":{"type":"number","format":"decimal"},"CapacityWorkingHoursFriday":{"type":"number","format":"decimal"},"CapacityWorkingHoursSaturday":{"type":"number","format":"decimal"},"CapacityWorkingHoursSunday":{"type":"number","format":"decimal"},"CapacityWorkingHoursWeek":{"type":"number","format":"decimal"},"CapacitySquareMeterMonday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacitySquareMeterTuesday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacitySquareMeterWednesday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacitySquareMeterThursday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacitySquareMeterFriday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacitySquareMeterSaturday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacitySquareMeterSunday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacitySquareMeterWeek":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacityRevenueMonday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacityRevenueTuesday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacityRevenueWednesday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacityRevenueThursday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacityRevenueFriday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacityRevenueSaturday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacityRevenueSunday":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CapacityRevenueWeek":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"AverageWorkerCountPerCrew":{"type":"number","format":"decimal"},"UsageOfTravellingHoursOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"UtilizedCapacityThreshold1Percentage":{"type":"number","format":"decimal"},"UtilizedCapacityThreshold2Percentage":{"type":"number","format":"decimal"},"IsLinkingOfHoursSquareMetersRevenueDisabled":{"type":"boolean"},"IsUiAppearanceForCommonCraftsEnabled":{"type":"boolean"},"OwnCompanyNameForReportsRow1":{"type":"string","maxLength":80,"minLength":0},"OwnCompanyNameForReportsRow2":{"type":"string","maxLength":80,"minLength":0},"IsRecordChangeAutorefreshDisabled":{"type":"boolean"},"IsHourEntryForContractServiceSheetsEnabled":{"type":"boolean"},"LicenceServerNameOrIp":{"type":"string","maxLength":50,"minLength":0},"IsAutomaticExpenseAllowanceEnabled":{"type":"boolean"},"AutomaticExpenseAllowanceWageType":{"type":"string","maxLength":5,"minLength":0},"IsHourEntryCopyProjectNoEnabled":{"type":"boolean"},"IsHourEntryCopyEmployeeNoEnabled":{"type":"boolean"},"IsHourEntryCopyWorkingHoursEnabled":{"type":"boolean"},"IsHourEntryCopyTravelHoursEnabled":{"type":"boolean"},"IsHourEntryCopyWageTypeEnabled":{"type":"boolean"},"NotUsedFkdatvon":{"type":"string","format":"date-time"},"IsCreateStockWithProjectEnabled":{"type":"boolean"},"FiscalAccountForCostDistribution":{"type":"string","maxLength":10,"minLength":0},"PaymentProposalDaysBeforeDueDate":{"type":"integer","format":"int32","maximum":99,"minimum":0},"PaymentProposalDaysBeforeCashDiscount":{"type":"integer","format":"int32","maximum":99,"minimum":0},"PaymentProposalExportPath":{"type":"string","maxLength":127,"minLength":0},"DocumentManagementRootPath":{"type":"string","maxLength":254,"minLength":0},"IsAutomaticExportApprovalForPurchaseInvoiceDisabled":{"type":"boolean"},"IsEquipmentManagmentEnabled":{"type":"boolean"},"IsWorkOrderAssignmentForWorkHoursAndServiceSheetEnabled":{"type":"boolean"},"IsAutomatedStockTransactionsEnabled":{"type":"boolean"},"DefaultMainStockForAutomatedTransaction":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"PensionFundPercentage":{"type":"number","format":"decimal"},"UnemploymentInsurancePercentage":{"type":"number","format":"decimal"},"SupplementarySocialSecurityFundPercentage":{"type":"number","format":"decimal"},"WinterWorkingContributionPercentage":{"type":"number","format":"decimal"},"MiscellaneousPercentage":{"type":"number","format":"decimal"},"Contribution1Percentage":{"type":"number","format":"decimal"},"Contribution2Percentage":{"type":"number","format":"decimal"},"FiscalAccountWorkingHourAccountCost":{"type":"string","maxLength":10,"minLength":0},"FiscalAccountWorkingHourAccountLiability":{"type":"string","maxLength":10,"minLength":0},"ExportWorkingTimeAccountEmployeeCostPath":{"type":"string","maxLength":127,"minLength":0},"IsWorkingHourExportItemizeProjectEnabled":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsWorkingHourExportItemizeDaysEnabled":{"type":"integer","format":"int32","maximum":9,"minimum":0},"NotUsedLaatage":{"type":"string","maxLength":10,"minLength":0},"NotUsedBsatage":{"type":"string","maxLength":10,"minLength":0},"NotUsedLautage":{"type":"string","maxLength":10,"minLength":0},"NotUsedBsutage":{"type":"string","maxLength":10,"minLength":0},"NotUsedLautageg":{"type":"string","maxLength":10,"minLength":0},"NotUsedBsutageg":{"type":"string","maxLength":10,"minLength":0},"NotUsedLaktageg":{"type":"string","maxLength":10,"minLength":0},"NotUsedBsktageg":{"type":"string","maxLength":10,"minLength":0},"NotUsedLakodat":{"type":"string","maxLength":10,"minLength":0},"NotUsedBskodat":{"type":"string","maxLength":10,"minLength":0},"NotUsedLaustd":{"type":"string","maxLength":10,"minLength":0},"NotUsedBsustd":{"type":"string","maxLength":10,"minLength":0},"NotUsedLautages":{"type":"string","maxLength":10,"minLength":0},"NotUsedBsutages":{"type":"string","maxLength":10,"minLength":0},"NotUsedLakstd":{"type":"string","maxLength":10,"minLength":0},"NotUsedBskstd":{"type":"string","maxLength":10,"minLength":0},"NotUsedLaktage":{"type":"string","maxLength":10,"minLength":0},"NotUsedBsktage":{"type":"string","maxLength":10,"minLength":0},"NotUsedLakdatg":{"type":"string","maxLength":10,"minLength":0},"NotUsedBskdatg":{"type":"string","maxLength":10,"minLength":0},"NotUsedLaktages":{"type":"string","maxLength":10,"minLength":0},"NotUsedBsktages":{"type":"string","maxLength":10,"minLength":0},"MzFirstLastTripPercentShareDriver":{"type":"number","format":"decimal"},"MzFirstLastTripPercentSharePassenger":{"type":"number","format":"decimal"},"MzDriverBonusWageType":{"type":"string","maxLength":5,"minLength":0},"MzTravellingProductiveWageType":{"type":"string","maxLength":5,"minLength":0},"MzTravellingUnproductiveWageType":{"type":"string","maxLength":5,"minLength":0},"MzTravellingHoursThreshold":{"type":"number","format":"decimal"},"MzAlternateProductiveProjectNo":{"type":"string","maxLength":12,"minLength":0},"MzAlternateUnproductiveProjectNo":{"type":"string","maxLength":12,"minLength":0},"MzAlternateProductiveWageType":{"type":"string","maxLength":5,"minLength":0},"MzAlternateUnproductiveWageType":{"type":"string","maxLength":5,"minLength":0},"MzExpenseAllowanceWageType":{"type":"string","maxLength":5,"minLength":0},"MzExtraLaborWageType1":{"type":"string","maxLength":5,"minLength":0},"MzExtraLaborWageType2":{"type":"string","maxLength":5,"minLength":0},"MzExtraLaborWageType3":{"type":"string","maxLength":5,"minLength":0},"MzExtraLaborWageType4":{"type":"string","maxLength":5,"minLength":0},"MzExtraLaborWageType5":{"type":"string","maxLength":5,"minLength":0},"MzProjectNoConversionFormula":{"type":"string","maxLength":254,"minLength":0},"MzDistributeLastTrip":{"type":"boolean"},"IsSeparateDriverAndPassengerEnabled":{"type":"boolean"},"IsContractEfficiencyPayEnabled":{"type":"boolean"},"IsInternalProjectNumberRangeCombineEnabled":{"type":"boolean"},"HazardAnalysisInstruction":{"type":"string"},"HazardAnalysisRescue":{"type":"string"},"HazardAnalysisFooter":{"type":"string"},"IsClockTimeForWorkingHoursEnabled":{"type":"boolean"},"DefaultWorkingStartTime":{"type":"string","maxLength":5,"minLength":0},"IsApprovalOfPurchaseInvoicesForPaymentProposalEnabled":{"type":"boolean"},"IsPassengerTravelTimeSeparationEnabled":{"type":"boolean"},"PassengerTravelTimePercentage":{"type":"integer","format":"int32","maximum":999,"minimum":0},"WorkOrderSplitCreatesSeparateWorkOrdersEnabled":{"type":"boolean"},"StandardBlockDate":{"type":"string","format":"date-time"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"PreferencesCostingModule"},"type":"object"},"ODataResponseOfListOfPreferencesProjectModule":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"PreferencesProjectModule":{"required":["defaultIncludedRentalTime","includedRentalTimeUnitNotConsideredAsRent","defaultRentalTimeUnit","vatPercentage","vatTaxIdAlwaysShowOption","postalTransitDaysForDueDateCalculation","progressMountingPercentage","billingMountingPercentage","billingDismantlingPercentage","rentalPercentage","defaultHeaderForQuotation","defaultFooterForQuotation","defaultHeaderForOrderConfirmation","defaultFooterForOrderConfirmation","notUsedAngz","defaultHeaderForDeliveryNote","defaultFooterForDeliveryNote","defaultHeaderForInvoice","defaultFooterForInvoice","defaultPaymentTermsDescription","defaultHeaderForCreditNote","defaultFooterForCreditNote","technicalContactCaption","commercialContactCaption","ownCompanyCityForDocumentPrinting","isUseDirectoryOfServicesEnabled","isAutomaticRentalItemAfterBasicItemEnabled","rentalTextPrefixDefault","isExportOutgoingInvoicesEnabled","outgoingInvoiceExportType","outgoingInvoiceExportFilePath","isIncomingPaymentImportEnabled","incomingPaymentImportType","incomingPaymentImportFilePath","isExportProgressPaymentOnlyWithFinalInvoice","decimalPlacesUnitPriceRoundingOption","notUsedPartialPaymentMode","outgoingInvoiceExportCostCenter","outgoingInvoiceExportRevenueAccount","outgoingInvoiceExportRevenueReductionAccount","incomingPaymentExportPartialPaymentAccount","outgoingInvoiceProgressPaymentAccount","isCreateAdditionalTransactionsForProgressPaymentRequest","isDeductPriorInvoice","deductPriorInvoicesOption","isDeductPriorPayment","notUsedDeductPriorPaymentType","deductPriorPaymentsOption","partialPaymentVatOption","priorPaymentsSourceOption","dunningProfileKey","dunningProjectOrInvoiceOption","outdatedProgrammodulelicensing","useTradeCreditInsuranceOption","isCopyDetailDescriptionQuotationToInvoiceEnabled","notUsedAlangvor","isQuickstartVisible","notUsedSchnellausw","isAutomaticItemCreationEnabled","updateTableListe","invoiceCopy1Name","invoiceCopy2Name","invoiceCopy3Name","invoiceCopy4Name","isSharedInvoiceNumberRangeEnabled","isProgressPaymentInvoiceDefault","isObjectTextDuplicateCheckEnabled","objectTextDuplicateCheckAgeThreshold","notUsedAnpatc1","notUsedAnpfrag","objectTextDuplicateCheckRelevancePercentage","notUsedAnpatc2","faxSoftwareType","defaultFaxInfoTextPreSentByFax","defaultFaxInfoTextSentByFax","faxPrinter","faxRecipientHeader","faxFooterSeparationMark","faxRecipientContactName","faxRecipientCompany","faxRecipientNumber","faxExternalLineDialNo","openIvoiceListCurrency","openIvoiceListExchangeRate","openIvoiceListExchangeRateInverse","openIvoiceListCurrencySymbol","directoryOfServicesCurrency","isCurrencyCopyWithinFiscalYearEnabled","isProjectCurrencyConversionDone","notUsedUsetmpl","notUsedLetFilesOpen","isContractServiceSheetAsInvoicesImportEnabled","contractServiceSheetImportMatchcode1","contractServiceSheetImportInvoiceNumberRange1","contractServiceSheetImportMatchcode2","contractServiceSheetImportInvoiceNumberRange2","isDataCopyForServiceSheetSubItemsEnabled","isOpenInvoiceListUsageDisabled","printDocumentOrBookingDateOption","automaticCreditNoteCreationDateUsageOption","isPrintBillingServiceSheetWithPrice","notUsedUseRtf","defaultFontSettingsForLettersHeaderAndFooter","defaultFontSettingsForItemDescription","defaultFontSettingsForObjectDescription","subcontractorMountingSharePercentage","subcontractorDismantlingSharePercentage","isInvoiceImportEnabled","invoiceImportOdbcConnection","invoiceImportDebnumFormula","invoiceImportProjectNoFormula","invoiceImportFieldAssignment","invoiceImportTableName","invoiceImportFilterCriteria","invoiceNumberRangeStart","invoiceNumberRangeEnd","invoiceProgressPaymentNumberRangeStart","invoiceProgressPaymentNumberRangeEnd","isBillingServiceSheetEqualsProjectNo","isFinalInvoiceAlwaysDeductPriorPaymentWithGrossValue","isIncomingPaymentExportEnabled","incomingPaymentExportType","incomingPaymentExportFilePath","incomingPaymentExportCashDiscountAccount","contractServiceSheetExportType","contractServiceSheetExportFilePath","isCopyBookingTextFromLastPaymentInOpenInvoiceList","notUsedCadpruef","isShowAllBookingsInProjectBalanceStatement","isSubcontractorServiceSheetEnabled","isOnlyShowCustomerAssignedServiceItemsEnabled","digitCountFirstSection","itemNoDigitCountSecondarySection","itemNoMask","itemNoIncrement","itemNoSectionDelimiter","itemNoFillerChar","invoiceItemPercentageUsageOption","requestDefaultScaffoldNeedsDetailDescription","isWorkOrderBarcodePrintingEnabled","isSharedQuotationNumberRangeEnabled","isExactRentalCalculationEnabled","skipWeekendsForRentOption","templateFileForServiceSheetExportToExcel","isDocumentOutputLogEnabled","documentOutputLogTypeOption","documentOutputLogFilePath","isProjectCenterExtendedInfoVisible","isContractServiceSheetQuantityAlwaysEqualSubcontractor","isContractServiceSheetCheckBookingBeforeSaveEnabled","isSwissRoundingRuleEnabled","defaultHeaderForServiceHourReport","defaultFooterForServiceHourReport","isCreditNoteApprovalEnabled","isInvoiceApprovalWithPrintingEnabled","temporaryDebitorNumberRangeStart","temporaryDebitorNumberRangeEnd","isDebitorNoAutoAssignmentDisabled","temporaryCreditNoteNumberRangeStart","temporaryCreditNoteNumberRangeEnd","includedRentalTimeNotConsideredAsRent","standardPeriodOfProvisionUnitBasis","isRemovalOfProjectOrRequestNoAffirmationEnabled","useExtendedReductionAsDefault","useReportNumberByProject","skipDaysForRent"],"properties":{"PreferencesProjectModuleId":{"type":"integer","format":"int32","maximum":9,"minimum":0},"DefaultIncludedRentalTime":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"IncludedRentalTimeUnitNotConsideredAsRent":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"DefaultRentalTimeUnit":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"VatPercentage":{"type":"number","format":"decimal"},"VatTaxIdAlwaysShowOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"PostalTransitDaysForDueDateCalculation":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ProgressMountingPercentage":{"type":"number","format":"decimal"},"BillingMountingPercentage":{"type":"number","format":"decimal"},"BillingDismantlingPercentage":{"type":"number","format":"decimal"},"RentalPercentage":{"type":"number","format":"decimal"},"DefaultHeaderForQuotation":{"type":"string","maxLength":20,"minLength":0},"DefaultFooterForQuotation":{"type":"string","maxLength":20,"minLength":0},"DefaultHeaderForOrderConfirmation":{"type":"string","maxLength":20,"minLength":0},"DefaultFooterForOrderConfirmation":{"type":"string","maxLength":20,"minLength":0},"NotUsedAngz":{"type":"string","maxLength":15,"minLength":0},"DefaultHeaderForDeliveryNote":{"type":"string","maxLength":20,"minLength":0},"DefaultFooterForDeliveryNote":{"type":"string","maxLength":20,"minLength":0},"DefaultHeaderForInvoice":{"type":"string","maxLength":20,"minLength":0},"DefaultFooterForInvoice":{"type":"string","maxLength":20,"minLength":0},"DefaultPaymentTermsDescription":{"type":"string","maxLength":15,"minLength":0},"DefaultHeaderForCreditNote":{"type":"string","maxLength":20,"minLength":0},"DefaultFooterForCreditNote":{"type":"string","maxLength":20,"minLength":0},"TechnicalContactCaption":{"type":"string","maxLength":40,"minLength":0},"CommercialContactCaption":{"type":"string","maxLength":40,"minLength":0},"OwnCompanyCityForDocumentPrinting":{"type":"string","maxLength":30,"minLength":0},"IsUseDirectoryOfServicesEnabled":{"type":"boolean"},"IsAutomaticRentalItemAfterBasicItemEnabled":{"type":"boolean"},"RentalTextPrefixDefault":{"type":"string","maxLength":30,"minLength":0},"IsExportOutgoingInvoicesEnabled":{"type":"boolean"},"OutgoingInvoiceExportType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"OutgoingInvoiceExportFilePath":{"type":"string","maxLength":254,"minLength":0},"IsIncomingPaymentImportEnabled":{"type":"boolean"},"IncomingPaymentImportType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"IncomingPaymentImportFilePath":{"type":"string","maxLength":80,"minLength":0},"IsExportProgressPaymentOnlyWithFinalInvoice":{"type":"boolean"},"DecimalPlacesUnitPriceRoundingOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"NotUsedPartialPaymentMode":{"type":"integer","format":"int32","maximum":9,"minimum":0},"OutgoingInvoiceExportCostCenter":{"type":"string","maxLength":20,"minLength":0},"OutgoingInvoiceExportRevenueAccount":{"type":"string","maxLength":20,"minLength":0},"OutgoingInvoiceExportRevenueReductionAccount":{"type":"string","maxLength":20,"minLength":0},"IncomingPaymentExportPartialPaymentAccount":{"type":"string","maxLength":20,"minLength":0},"OutgoingInvoiceProgressPaymentAccount":{"type":"string","maxLength":20,"minLength":0},"IsCreateAdditionalTransactionsForProgressPaymentRequest":{"type":"boolean"},"IsDeductPriorInvoice":{"type":"boolean"},"DeductPriorInvoicesOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsDeductPriorPayment":{"type":"boolean"},"NotUsedDeductPriorPaymentType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"DeductPriorPaymentsOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"PartialPaymentVatOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"PriorPaymentsSourceOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"DunningProfileKey":{"type":"string","maxLength":20,"minLength":0},"DunningProjectOrInvoiceOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"OutdatedProgrammodulelicensing":{"type":"string","maxLength":100,"minLength":0},"UseTradeCreditInsuranceOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsCopyDetailDescriptionQuotationToInvoiceEnabled":{"type":"boolean"},"NotUsedAlangvor":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsQuickstartVisible":{"type":"boolean"},"NotUsedSchnellausw":{"type":"boolean"},"IsAutomaticItemCreationEnabled":{"type":"boolean"},"UpdateTableListe":{"type":"string"},"InvoiceCopy1Name":{"type":"string","maxLength":40,"minLength":0},"InvoiceCopy2Name":{"type":"string","maxLength":40,"minLength":0},"InvoiceCopy3Name":{"type":"string","maxLength":40,"minLength":0},"InvoiceCopy4Name":{"type":"string","maxLength":40,"minLength":0},"IsSharedInvoiceNumberRangeEnabled":{"type":"boolean"},"IsProgressPaymentInvoiceDefault":{"type":"boolean"},"IsObjectTextDuplicateCheckEnabled":{"type":"boolean"},"ObjectTextDuplicateCheckAgeThreshold":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"NotUsedAnpatc1":{"type":"boolean"},"NotUsedAnpfrag":{"type":"boolean"},"ObjectTextDuplicateCheckRelevancePercentage":{"type":"integer","format":"int32","maximum":99,"minimum":0},"NotUsedAnpatc2":{"type":"boolean"},"FaxSoftwareType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"DefaultFaxInfoTextPreSentByFax":{"type":"string","maxLength":50,"minLength":0},"DefaultFaxInfoTextSentByFax":{"type":"string","maxLength":50,"minLength":0},"FaxPrinter":{"type":"string","maxLength":80,"minLength":0},"FaxRecipientHeader":{"type":"string","maxLength":180,"minLength":0},"FaxFooterSeparationMark":{"type":"string","maxLength":25,"minLength":0},"FaxRecipientContactName":{"type":"string","maxLength":80,"minLength":0},"FaxRecipientCompany":{"type":"string","maxLength":80,"minLength":0},"FaxRecipientNumber":{"type":"string","maxLength":50,"minLength":0},"FaxExternalLineDialNo":{"type":"string","maxLength":10,"minLength":0},"OpenIvoiceListCurrency":{"type":"string","maxLength":5,"minLength":0},"OpenIvoiceListExchangeRate":{"type":"number","format":"decimal"},"OpenIvoiceListExchangeRateInverse":{"type":"number","format":"decimal"},"OpenIvoiceListCurrencySymbol":{"type":"string","maxLength":5,"minLength":0},"DirectoryOfServicesCurrency":{"type":"string","maxLength":5,"minLength":0},"IsCurrencyCopyWithinFiscalYearEnabled":{"type":"boolean"},"IsProjectCurrencyConversionDone":{"type":"boolean"},"NotUsedUsetmpl":{"type":"boolean"},"NotUsedLetFilesOpen":{"type":"boolean"},"IsContractServiceSheetAsInvoicesImportEnabled":{"type":"boolean"},"ContractServiceSheetImportMatchcode1":{"type":"string","maxLength":30,"minLength":0},"ContractServiceSheetImportInvoiceNumberRange1":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"ContractServiceSheetImportMatchcode2":{"type":"string","maxLength":30,"minLength":0},"ContractServiceSheetImportInvoiceNumberRange2":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"IsDataCopyForServiceSheetSubItemsEnabled":{"type":"boolean"},"IsOpenInvoiceListUsageDisabled":{"type":"boolean"},"PrintDocumentOrBookingDateOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"AutomaticCreditNoteCreationDateUsageOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsPrintBillingServiceSheetWithPrice":{"type":"boolean"},"NoBookingInServiceSheetProgressHistoryPriorToDate":{"type":"string","format":"date-time"},"NotUsedUseRtf":{"type":"boolean"},"DefaultFontSettingsForLettersHeaderAndFooter":{"type":"string"},"DefaultFontSettingsForItemDescription":{"type":"string"},"DefaultFontSettingsForObjectDescription":{"type":"string"},"SubcontractorMountingSharePercentage":{"type":"number","format":"decimal"},"SubcontractorDismantlingSharePercentage":{"type":"number","format":"decimal"},"IsInvoiceImportEnabled":{"type":"boolean"},"InvoiceImportOdbcConnection":{"type":"string","maxLength":254,"minLength":0},"InvoiceImportDebnumFormula":{"type":"string","maxLength":254,"minLength":0},"InvoiceImportProjectNoFormula":{"type":"string","maxLength":254,"minLength":0},"InvoiceImportFieldAssignment":{"type":"string","maxLength":254,"minLength":0},"InvoiceImportTableName":{"type":"string","maxLength":254,"minLength":0},"InvoiceImportFilterCriteria":{"type":"string","maxLength":254,"minLength":0},"NotUsedRechdatvon":{"type":"string","format":"date-time"},"InvoiceNumberRangeStart":{"type":"string","maxLength":10,"minLength":0},"InvoiceNumberRangeEnd":{"type":"string","maxLength":10,"minLength":0},"InvoiceProgressPaymentNumberRangeStart":{"type":"string","maxLength":10,"minLength":0},"InvoiceProgressPaymentNumberRangeEnd":{"type":"string","maxLength":10,"minLength":0},"IsBillingServiceSheetEqualsProjectNo":{"type":"boolean"},"IsFinalInvoiceAlwaysDeductPriorPaymentWithGrossValue":{"type":"boolean"},"IsIncomingPaymentExportEnabled":{"type":"boolean"},"IncomingPaymentExportType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"IncomingPaymentExportFilePath":{"type":"string","maxLength":80,"minLength":0},"IncomingPaymentExportCashDiscountAccount":{"type":"string","maxLength":10,"minLength":0},"ContractServiceSheetExportType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ContractServiceSheetExportFilePath":{"type":"string","maxLength":150,"minLength":0},"IsCopyBookingTextFromLastPaymentInOpenInvoiceList":{"type":"boolean"},"NotUsedCadpruef":{"type":"boolean"},"IsShowAllBookingsInProjectBalanceStatement":{"type":"boolean"},"IsSubcontractorServiceSheetEnabled":{"type":"boolean"},"IsOnlyShowCustomerAssignedServiceItemsEnabled":{"type":"boolean"},"DigitCountFirstSection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoDigitCountSecondarySection":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ItemNoMask":{"type":"string","maxLength":9,"minLength":0},"ItemNoIncrement":{"type":"integer","format":"int32","maximum":99,"minimum":0},"ItemNoSectionDelimiter":{"type":"string","maxLength":1,"minLength":0},"ItemNoFillerChar":{"type":"string","maxLength":1,"minLength":0},"ItemNoCreationOption":{"type":"boolean"},"InvoiceItemPercentageUsageOption":{"type":"string","maximum":9,"minimum":0,"enum":["Unassigned","UnitPrice","TotalPrice"]},"RequestDefaultScaffoldNeedsDetailDescription":{"type":"string"},"IsWorkOrderBarcodePrintingEnabled":{"type":"boolean"},"IsSharedQuotationNumberRangeEnabled":{"type":"boolean"},"IsExactRentalCalculationEnabled":{"type":"boolean"},"SkipWeekendsForRentOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"TemplateFileForServiceSheetExportToExcel":{"type":"string"},"IsDocumentOutputLogEnabled":{"type":"boolean"},"DocumentOutputLogTypeOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"DocumentOutputLogFilePath":{"type":"string","maxLength":254,"minLength":0},"IsProjectCenterExtendedInfoVisible":{"type":"integer","format":"int32","maximum":9,"minimum":0},"IsContractServiceSheetQuantityAlwaysEqualSubcontractor":{"type":"boolean"},"IsContractServiceSheetCheckBookingBeforeSaveEnabled":{"type":"boolean"},"DefaultCountryCode":{"type":"string","maxLength":4,"minLength":0},"IsSwissRoundingRuleEnabled":{"type":"boolean"},"DefaultHeaderForServiceHourReport":{"type":"string","maxLength":20,"minLength":0},"DefaultFooterForServiceHourReport":{"type":"string","maxLength":20,"minLength":0},"IsCreditNoteApprovalEnabled":{"type":"boolean"},"IsInvoiceApprovalWithPrintingEnabled":{"type":"boolean"},"TemporaryDebitorNumberRangeStart":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"TemporaryDebitorNumberRangeEnd":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"IsDebitorNoAutoAssignmentDisabled":{"type":"boolean"},"TemporaryCreditNoteNumberRangeStart":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"TemporaryCreditNoteNumberRangeEnd":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"IncludedRentalTimeNotConsideredAsRent":{"type":"integer","format":"int32","maximum":9999,"minimum":0},"StandardPeriodOfProvisionUnitBasis":{"type":"string","enum":["Undefined","None","Days","Weeks","Months"]},"IsRemovalOfProjectOrRequestNoAffirmationEnabled":{"type":"boolean"},"UseExtendedReductionAsDefault":{"type":"integer","format":"int32","maximum":9,"minimum":0},"UseReportNumberByProject":{"type":"boolean"},"SkipDaysForRent":{"type":"integer","format":"int32","maximum":99,"minimum":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"PreferencesProjectModule"},"type":"object"},"ODataResponseOfListOfProjectFiscalYear":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfProjectManagerViewedItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ProjectManagerViewedItem":{"required":["userId","itemType","itemId","viewedDate"],"properties":{"ProjectManagerViewedItemId":{"type":"integer","format":"int32"},"UserId":{"type":"integer","format":"int32"},"ItemType":{"type":"string","enum":["Project","Address","BillingServiceSheet","Letter","QuotationRequest","Quotation","OrderConfirmation","Invoice"]},"ItemId":{"type":"integer","format":"int64"},"ViewedDate":{"type":"string","format":"date-time"}},"xml":{"name":"ProjectManagerViewedItem"},"type":"object"},"ODataResponseOfListOfProject":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfInt32":{"properties":{"@odata.context":{"type":"string"},"value":{"items":{"type":"integer","format":"int32"},"type":"array"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ProjectAccountReportParameters":{"properties":{"DebitorNo":{"type":"integer","format":"int32"},"TransactionOption":{"type":"string","enum":["Undefined","Debitor","Creditor","Kasse","Liqui"]},"TransactionIsOpen":{"type":"integer","format":"int32"},"SDatum":{"type":"string","format":"date-time"},"FDatum":{"type":"string","format":"date-time"}},"xml":{"name":"ProjectAccountReportParameters"},"type":"object"},"ODataResponseOfListOfPublicHoliday":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"PublicHoliday":{"required":["holidayName","businessUnit1Key","referenceDayForDateCalculation","formulaDateCalculation","holidayTypeForWageFunction"],"properties":{"Id":{"type":"integer","format":"int32"},"HolidayName":{"type":"string","maxLength":50,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"ReferenceDayForDateCalculation":{"type":"string","maximum":9,"minimum":0,"enum":["None","Fixed","Easter","ChristmasEve"]},"FormulaDateCalculation":{"type":"string","maxLength":50,"minLength":0},"HolidayTypeForWageFunction":{"type":"string","maximum":9,"minimum":0,"enum":["Type1","Type2","Type3","Type4","Type5","Type6","Type7","Type8","Type9","UnusedType"]},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"PublicHoliday"},"type":"object"},"ODataResponseOfListOfPurchaseInvoice":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfQuotationItemQuantity":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfQuotationItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfQuotationProgressPlan":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfQuotationRequest":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"QuotationRequestsListParameters":{"properties":{"InitialDiscussionsAndQuotationRequests":{"type":"boolean"},"QuotationsUpToRenegotiation":{"type":"boolean"},"ContractedOrInvoiced":{"type":"boolean"},"DeclinedOrNoQuotation":{"type":"boolean"},"TechnicalContactKey":{"type":"string"},"BusinessUnit1Key":{"type":"string"},"RequestIncomingType":{"type":"string"},"FromDate":{"type":"string","format":"date-time"},"ToDate":{"type":"string","format":"date-time"},"DateFilterType":{"type":"string","enum":["Undefined","QuotationRequestDate","QuotationDate","ForwardedOn"]},"QuantityToTake":{"type":"integer","format":"int32"},"QuantityToSkip":{"type":"integer","format":"int32"}},"xml":{"name":"QuotationRequestsListParameters"},"type":"object"},"ODataResponseOfListOfQuotation":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"QuotationReportParameters":{"properties":{"IncludeServiceSheetItems":{"type":"boolean"}},"xml":{"name":"QuotationReportParameters"},"type":"object"},"QuotationsListParameters":{"properties":{"StatusOutstanding":{"type":"boolean"},"StatusIssued":{"type":"boolean"},"StatusNotIssued":{"type":"boolean"},"PriorityKey":{"type":"integer","format":"int32"},"RequestIncomingType":{"type":"string"},"TechnicalContactKey":{"type":"string"},"BusinessUnit1Key":{"type":"string"},"FromDate":{"type":"string","format":"date-time"},"ToDate":{"type":"string","format":"date-time"},"QuotationDate":{"type":"string","format":"date-time"},"QuantityToTake":{"type":"integer","format":"int32"},"QuantityToSkip":{"type":"integer","format":"int32"},"DateFilterType":{"type":"string","enum":["Month","Quarter","Year","Manually"]},"FiscalYearFilter":{"type":"integer","format":"int32"}},"xml":{"name":"QuotationsListParameters"},"type":"object"},"ODataResponseOfListOfRecordLock":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"RecordLock":{"required":["creationDate","userId","entity","entityId"],"properties":{"RecordLockId":{"example":"00000000-0000-0000-0000-000000000000","type":"string","format":"uuid"},"CreationDate":{"type":"string","format":"date-time"},"UserId":{"type":"integer","format":"int32"},"Entity":{"type":"string","maxLength":50,"minLength":0},"EntityId":{"type":"string","maxLength":100,"minLength":0}},"xml":{"name":"RecordLock"},"type":"object"},"ODataResponseOfListOfRecurringCharge":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfReportLayout":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ReportLayout":{"required":["name","description","model","isEnabled","isDefault","isCopyFromDefault","report","creationDate","modificationDate"],"properties":{"Id":{"example":"00000000-0000-0000-0000-000000000000","type":"string","format":"uuid"},"Name":{"type":"string","maxLength":50,"minLength":0},"Description":{"type":"string","maxLength":150,"minLength":0},"Model":{"type":"string","maximum":99,"minimum":1,"enum":["Address","QuotationRequest","Project","Quotation","OrderConfirmation","BillingServiceSheet","Invoice","Letter","WorkOrder","WorkOrderStructure","WorkOrderHazardAnalysis","WorkOrderDailyServiceSheet","AccountingTransaction","DocumentTemplate"]},"IsEnabled":{"type":"boolean"},"IsDefault":{"type":"boolean"},"IsCopyFromDefault":{"type":"boolean"},"Report":{"type":"string"},"CreationDate":{"type":"string","format":"date-time"},"ModificationDate":{"type":"string","format":"date-time"},"Timestamp":{"type":"string","format":"byte"},"TemplateId":{"example":"00000000-0000-0000-0000-000000000000","type":"string","format":"uuid"}},"xml":{"name":"ReportLayout"},"type":"object"},"ODataResponseOfListOfReportSetting":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ReportSetting":{"required":["reportSettingsName","notusedPrtroot","printerInternalPrintsName","printerInternalPrintsSettingsFirstPage","printerDocumentsName","printerDocumentsSettingsFirstPage","notusedPrinterservicesheet","notusedPrinterservicesheetsetting","printerInternalPrintsNameFirstPage","printerInternalPrintsNameFollowingPage","printerInternalPrintsSettingsFollowingPage","printerDocumentsNameFirstPage","printerDocumentsNameFollowingPage","printerDocumentsSettingsFollowingPage","internalPrintsMarginLeft","internalPrintsMarginRight","internalPrintsMarginTop","internalPrintsMarginBottom","internalPrintsMarginTopFollowingPage","internalPrintsMarginBottomFollowingPage","marginLeft","marginRight","marginTop","marginBottom","marginTopFollowingPage","marginBottomFollowingPage","marginAddressTop","marginAddressLeft","marginContactsTop","marginContactsLeft","marginItemListTop","columnWidthItemNo","columnWidthQuantity","columnWidthMeasuringUnit","columnWidthUnitPrice","columnWidthPercentage","columnWidthTotalPrice","text1Content","text2Content","text3Content","logo1MarginTop","logo1MarginLeft","logo1Height","logo1Width","logo2MarginTop","logo2MarginLeft","logo2Height","logo2Width","text1MarginTop","text1MarginLeft","text1Height","text1Width","text2MarginTop","text2MarginLeft","text2Height","text2Width","text3MarginTop","text3MarginLeft","text3Height","text3Width","logo1FilePath","logo2FilePath","logo1IsUsedOnPage1","logo1IsUsedOnPage2ff","logo1IsUsedWithPrinting","logo1IsUsedWithFax","logo1IsUsedWithEmail","logo2IsUsedOnPage1","logo2IsUsedOnPage2ff","logo2IsUsedWithPrinting","logo2IsUsedWithFax","logo2IsUsedWithEmail","text1IsUsedOnPage1","text1IsUsedOnPage2ff","text1IsUsedWithPrinting","text1IsUsedWithFax","text1IsUsedWithEmail","text2IsUsedOnPage1","text2IsUsedOnPage2ff","text2IsUsedWithPrinting","text2IsUsedWithFax","text2IsUsedWithEmail","text3IsUsedOnPage1","text3IsUsedOnPage2ff","text3IsUsedWithPrinting","text3IsUsedWithFax","text3IsUsedWithEmail","printerDocumentsDescriptionFollowingPage","printerDocumentsDescriptionFirstPage","printerInternalPrintsDescriptionFollowingPage","printerInternalPrintsDescriptionFirstPage","isUsePrinterSetting","isUseInternalMarginsEnabled","isUseDocMarginsEnabled","isUseLetterheadEnabled","reportSettingsScopeOption","businessUnit1Key","logo1Dms","logo2Dms","text1Dms","text2Dms","text3Dms"],"properties":{"ReportSettingsId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ReportSettingsName":{"type":"string","maxLength":125,"minLength":0},"NotusedPrtroot":{"type":"string","maxLength":254,"minLength":0},"PrinterInternalPrintsName":{"type":"string","maxLength":80,"minLength":0},"PrinterInternalPrintsSettingsFirstPage":{"type":"string"},"PrinterDocumentsName":{"type":"string","maxLength":80,"minLength":0},"PrinterDocumentsSettingsFirstPage":{"type":"string"},"NotusedPrinterservicesheet":{"type":"string","maxLength":80,"minLength":0},"NotusedPrinterservicesheetsetting":{"type":"string"},"PrinterInternalPrintsNameFirstPage":{"type":"string","maxLength":80,"minLength":0},"PrinterInternalPrintsNameFollowingPage":{"type":"string","maxLength":80,"minLength":0},"PrinterInternalPrintsSettingsFollowingPage":{"type":"string"},"PrinterDocumentsNameFirstPage":{"type":"string","maxLength":80,"minLength":0},"PrinterDocumentsNameFollowingPage":{"type":"string","maxLength":80,"minLength":0},"PrinterDocumentsSettingsFollowingPage":{"type":"string"},"InternalPrintsMarginLeft":{"type":"number","format":"decimal"},"InternalPrintsMarginRight":{"type":"number","format":"decimal"},"InternalPrintsMarginTop":{"type":"number","format":"decimal"},"InternalPrintsMarginBottom":{"type":"number","format":"decimal"},"InternalPrintsMarginTopFollowingPage":{"type":"number","format":"decimal"},"InternalPrintsMarginBottomFollowingPage":{"type":"number","format":"decimal"},"MarginLeft":{"type":"number","format":"decimal"},"MarginRight":{"type":"number","format":"decimal"},"MarginTop":{"type":"number","format":"decimal"},"MarginBottom":{"type":"number","format":"decimal"},"MarginTopFollowingPage":{"type":"number","format":"decimal"},"MarginBottomFollowingPage":{"type":"number","format":"decimal"},"MarginAddressTop":{"type":"number","format":"decimal"},"MarginAddressLeft":{"type":"number","format":"decimal"},"MarginContactsTop":{"type":"number","format":"decimal"},"MarginContactsLeft":{"type":"number","format":"decimal"},"MarginItemListTop":{"type":"number","format":"decimal"},"ColumnWidthItemNo":{"type":"number","format":"decimal"},"ColumnWidthQuantity":{"type":"number","format":"decimal"},"ColumnWidthMeasuringUnit":{"type":"number","format":"decimal"},"ColumnWidthUnitPrice":{"type":"number","format":"decimal"},"ColumnWidthPercentage":{"type":"number","format":"decimal"},"ColumnWidthTotalPrice":{"type":"number","format":"decimal"},"Text1Content":{"type":"string"},"Text2Content":{"type":"string"},"Text3Content":{"type":"string"},"Logo1MarginTop":{"type":"number","format":"decimal"},"Logo1MarginLeft":{"type":"number","format":"decimal"},"Logo1Height":{"type":"number","format":"decimal"},"Logo1Width":{"type":"number","format":"decimal"},"Logo2MarginTop":{"type":"number","format":"decimal"},"Logo2MarginLeft":{"type":"number","format":"decimal"},"Logo2Height":{"type":"number","format":"decimal"},"Logo2Width":{"type":"number","format":"decimal"},"Text1MarginTop":{"type":"number","format":"decimal"},"Text1MarginLeft":{"type":"number","format":"decimal"},"Text1Height":{"type":"number","format":"decimal"},"Text1Width":{"type":"number","format":"decimal"},"Text2MarginTop":{"type":"number","format":"decimal"},"Text2MarginLeft":{"type":"number","format":"decimal"},"Text2Height":{"type":"number","format":"decimal"},"Text2Width":{"type":"number","format":"decimal"},"Text3MarginTop":{"type":"number","format":"decimal"},"Text3MarginLeft":{"type":"number","format":"decimal"},"Text3Height":{"type":"number","format":"decimal"},"Text3Width":{"type":"number","format":"decimal"},"Logo1FilePath":{"type":"string","maxLength":200,"minLength":0},"Logo2FilePath":{"type":"string","maxLength":200,"minLength":0},"Logo1IsUsedOnPage1":{"type":"boolean"},"Logo1IsUsedOnPage2ff":{"type":"boolean"},"Logo1IsUsedWithPrinting":{"type":"boolean"},"Logo1IsUsedWithFax":{"type":"boolean"},"Logo1IsUsedWithEmail":{"type":"boolean"},"Logo2IsUsedOnPage1":{"type":"boolean"},"Logo2IsUsedOnPage2ff":{"type":"boolean"},"Logo2IsUsedWithPrinting":{"type":"boolean"},"Logo2IsUsedWithFax":{"type":"boolean"},"Logo2IsUsedWithEmail":{"type":"boolean"},"Text1IsUsedOnPage1":{"type":"boolean"},"Text1IsUsedOnPage2ff":{"type":"boolean"},"Text1IsUsedWithPrinting":{"type":"boolean"},"Text1IsUsedWithFax":{"type":"boolean"},"Text1IsUsedWithEmail":{"type":"boolean"},"Text2IsUsedOnPage1":{"type":"boolean"},"Text2IsUsedOnPage2ff":{"type":"boolean"},"Text2IsUsedWithPrinting":{"type":"boolean"},"Text2IsUsedWithFax":{"type":"boolean"},"Text2IsUsedWithEmail":{"type":"boolean"},"Text3IsUsedOnPage1":{"type":"boolean"},"Text3IsUsedOnPage2ff":{"type":"boolean"},"Text3IsUsedWithPrinting":{"type":"boolean"},"Text3IsUsedWithFax":{"type":"boolean"},"Text3IsUsedWithEmail":{"type":"boolean"},"PrinterDocumentsDescriptionFollowingPage":{"type":"string","maxLength":254,"minLength":0},"PrinterDocumentsDescriptionFirstPage":{"type":"string","maxLength":254,"minLength":0},"PrinterInternalPrintsDescriptionFollowingPage":{"type":"string","maxLength":254,"minLength":0},"PrinterInternalPrintsDescriptionFirstPage":{"type":"string","maxLength":254,"minLength":0},"IsUsePrinterSetting":{"type":"boolean"},"IsUseInternalMarginsEnabled":{"type":"boolean"},"IsUseDocMarginsEnabled":{"type":"boolean"},"IsUseLetterheadEnabled":{"type":"boolean"},"ReportSettingsScopeOption":{"type":"integer","format":"int32","maximum":999,"minimum":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"Timestamp":{"type":"string","format":"byte"},"Logo1Dms":{"type":"boolean"},"Logo2Dms":{"type":"boolean"},"Text1Dms":{"type":"boolean"},"Text2Dms":{"type":"boolean"},"Text3Dms":{"type":"boolean"}},"xml":{"name":"ReportSetting"},"type":"object"},"ReportSettingItem":{"required":["reportSettingsName","description","reportType","reportFilePath","computerName","isUsePrinterSetting","isDocumentOutputLogDisabled","reportSystemType","printerName","printerSettingsFirstPage","printerNameFirstPage","printerNameFollowingPage","printerSettingsFollowingPage","marginLeft","marginRight","marginTop","marginBottom","marginTopFollowingPage","marginBottomFollowingPage","marginAddressLeft","marginAddressTop","marginContactsLeft","marginContactsTop","marginItemListTop","columnWidthItemNo","columnWidthQuantity","columnWidthMeasuringUnit","columnWidthUnitPrice","columnWidthPercentage","columnWidthTotalPrice","printerDescriptionFirstPage","printerDescriptionFollowingPage","projectNo","addressId","isUseMarginEnabled","languageIdent"],"properties":{"reportSettingsId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"itemId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"reportKey":{"type":"string","maxLength":30,"minLength":0},"reportSettingsName":{"type":"string","maxLength":254,"minLength":0},"description":{"type":"string","maxLength":150,"minLength":0},"reportType":{"type":"integer","format":"int32"},"reportFilePath":{"type":"string","maxLength":200,"minLength":0},"computerName":{"type":"string","maxLength":30,"minLength":0},"isUsePrinterSetting":{"type":"boolean"},"isDocumentOutputLogDisabled":{"type":"boolean"},"reportSystemType":{"type":"integer","format":"int32","maximum":9,"minimum":0},"printerName":{"type":"string","maxLength":80,"minLength":0},"printerSettingsFirstPage":{"type":"string"},"printerNameFirstPage":{"type":"string","maxLength":80,"minLength":0},"printerNameFollowingPage":{"type":"string","maxLength":80,"minLength":0},"printerSettingsFollowingPage":{"type":"string"},"marginLeft":{"type":"number","format":"decimal"},"marginRight":{"type":"number","format":"decimal"},"marginTop":{"type":"number","format":"decimal"},"marginBottom":{"type":"number","format":"decimal"},"marginTopFollowingPage":{"type":"number","format":"decimal"},"marginBottomFollowingPage":{"type":"number","format":"decimal"},"marginAddressLeft":{"type":"number","format":"decimal"},"marginAddressTop":{"type":"number","format":"decimal"},"marginContactsLeft":{"type":"number","format":"decimal"},"marginContactsTop":{"type":"number","format":"decimal"},"marginItemListTop":{"type":"number","format":"decimal"},"columnWidthItemNo":{"type":"number","format":"decimal"},"columnWidthQuantity":{"type":"number","format":"decimal"},"columnWidthMeasuringUnit":{"type":"number","format":"decimal"},"columnWidthUnitPrice":{"type":"number","format":"decimal"},"columnWidthPercentage":{"type":"number","format":"decimal"},"columnWidthTotalPrice":{"type":"number","format":"decimal"},"printerDescriptionFirstPage":{"type":"string","maxLength":254,"minLength":0},"printerDescriptionFollowingPage":{"type":"string","maxLength":254,"minLength":0},"projectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"addressId":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"isUseMarginEnabled":{"type":"boolean"},"languageIdent":{"type":"string","maxLength":5,"minLength":0}},"xml":{"name":"ReportSettingItem"},"type":"object"},"ODataResponseOfListOfRequestStatus":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"RequestStatus":{"required":["description","statusValue"],"properties":{"StatusId":{"type":"integer","format":"int32","maximum":99,"minimum":0},"Description":{"type":"string","maxLength":20,"minLength":0},"StatusValue":{"type":"integer","format":"int32","maximum":999,"minimum":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"RequestStatus"},"type":"object"},"ODataResponseOfListOfResourceAbsence":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ResourceAbsence":{"required":["userName","absenceKey","absenceType","description","detailDescription","startTime","endTime","durationDay","durationWorkingHour"],"properties":{"ResourceNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"SortOrderId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"CreationDate":{"type":"string","format":"date-time"},"UserName":{"type":"string","maxLength":20,"minLength":0},"AbsenceKey":{"type":"string","maxLength":20,"minLength":0},"AbsenceType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"Description":{"type":"string","maxLength":50,"minLength":0},"DetailDescription":{"type":"string"},"StartDate":{"type":"string","format":"date-time"},"EndDate":{"type":"string","format":"date-time"},"StartTime":{"type":"string","maxLength":5,"minLength":0},"EndTime":{"type":"string","maxLength":5,"minLength":0},"DurationDay":{"type":"number","format":"decimal"},"DurationWorkingHour":{"type":"number","format":"decimal"}},"xml":{"name":"ResourceAbsence"},"type":"object"},"ResourceAbsenceType":{"required":["absenceType","sortNo","description","detailDescription"],"properties":{"AbsenceKey":{"type":"string","maxLength":20,"minLength":0},"AbsenceType":{"type":"integer","format":"int32","maximum":99,"minimum":0},"SortNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"Description":{"type":"string","maxLength":50,"minLength":0},"DetailDescription":{"type":"string"}},"xml":{"name":"ResourceAbsenceType"},"type":"object"},"ODataResponseOfListOfResourceAbsenceType":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfResource":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"Resource":{"required":["resourceGroupKey","sortNo","resourceName","detailDescription","storageLocation","additionalInformation","externalPartNo","businessUnit1Key"],"properties":{"ResourceNo":{"type":"integer","format":"int32","maximum":9999999,"minimum":0},"ResourceGroupKey":{"type":"string","maxLength":20,"minLength":0},"SortNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"ResourceName":{"type":"string","maxLength":50,"minLength":0},"DetailDescription":{"type":"string"},"ResourceStartDate":{"type":"string","format":"date-time"},"ResourceEndDate":{"type":"string","format":"date-time"},"StorageLocation":{"type":"string","maxLength":30,"minLength":0},"NextTechnicalCheckDate":{"type":"string","format":"date-time"},"NextSmogCheckProgramDate":{"type":"string","format":"date-time"},"AdditionalInformation":{"type":"string"},"ExternalPartNo":{"type":"string","maxLength":20,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"Resource"},"type":"object"},"ResourceGroup":{"required":["sortNo","regularOrEquipmentOption"],"properties":{"resourceGroupKey":{"type":"string","maxLength":20,"minLength":0},"sortNo":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"detailDescription":{"type":"string"},"regularOrEquipmentOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"isVehicleGroup":{"type":"boolean"}},"xml":{"name":"ResourceGroup"},"type":"object"},"ODataResponseOfListOfSerialLetterAddress":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfServiceItemGroup":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ServiceItemGroup":{"required":["serviceItemGroupName","sortNo","useForAufmplan"],"properties":{"Id":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ServiceItemGroupId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"ServiceItemGroupName":{"type":"string","maxLength":20,"minLength":0},"SortNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"UseForAufmplan":{"type":"boolean"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"ServiceItemGroup"},"type":"object"},"ODataResponseOfListOfServiceItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfServiceItemSubcontractorPrice":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfServiceSheetProgressHistory":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfStock":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfStockTransactionItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfStockTransaction":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfStockTransactionSubType":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfStockTransactionType":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfTaxKey":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"TaxKey":{"required":["vatPercentage","externalTaxKey","isPrepaidVat"],"properties":{"TaxKeyId":{"type":"string","maxLength":5,"minLength":0},"Description":{"type":"string","maxLength":50,"minLength":0},"VatPercentage":{"type":"number","format":"decimal"},"ExternalTaxKey":{"type":"string","maxLength":5,"minLength":0},"IsPrepaidVat":{"type":"boolean"}},"xml":{"name":"TaxKey"},"type":"object"},"ODataResponseOfListOfTechnicalContact":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"TechnicalContact":{"required":["technicalContactKey","description","businessUnit1Key","businessUnit2"],"properties":{"TechnicalContactId":{"type":"integer","format":"int32"},"TechnicalContactKey":{"type":"string","maxLength":50,"minLength":0},"Description":{"type":"string","maxLength":50,"minLength":0},"ContactName":{"type":"string","maxLength":40,"minLength":0},"ProjectNumberRangeStart":{"type":"string","maxLength":12,"minLength":0},"ProjectNumberRangeEnd":{"type":"string","maxLength":12,"minLength":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"BusinessUnit2":{"type":"string","maxLength":20,"minLength":0},"ContactPhone":{"type":"string","maxLength":30,"minLength":0},"ContactEmail":{"type":"string","maxLength":50,"minLength":0},"ContactFax":{"type":"string","maxLength":30,"minLength":0},"DispoColor":{"type":"integer","format":"int32"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"TechnicalContact"},"type":"object"},"ODataResponseOfListOfTextTemplate":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"TextTemplate":{"required":["templateKey","templateContent","templateContentFormatted","isUsedAsDefaultTemplate"],"properties":{"TextTemplateId":{"type":"integer","format":"int32"},"TemplateKey":{"type":"string","maxLength":20,"minLength":0},"Type":{"type":"string","enum":["Undefined","Header","Footer"]},"AssociatedDocumentType":{"type":"string","enum":["None","Quotations","OrderConfirmations","Invoices","CreditNotes","DeliveryNotes","DocumentItems","Dunnings","PurchaseOrders","Letters","IncomingInvoices","ServiceHoursReports","GlobalPercentageBids"]},"TemplateContent":{"type":"string"},"TemplateContentFormatted":{"type":"string"},"IsUsedAsDefaultTemplate":{"type":"string","enum":["None","Quotation","DiscountOffer","OrderConfirmation","Invoice","CreditNote","DeliveryNote","ServiceHourReport"]}},"xml":{"name":"TextTemplate"},"type":"object"},"ODataResponseOfListOfTimeTrackEvent":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"SimpleEvent":{"properties":{"WorkingDate":{"type":"string","format":"date-time"},"EmployeeNo":{"type":"integer","format":"int32"},"Remarks":{"type":"string"},"Crew":{"type":"string"},"ProjectNo":{"type":"integer","format":"int64"},"WorkOrderNo":{"type":"integer","format":"int32"},"WorkingHours":{"type":"number","format":"double"},"TravelTime":{"type":"number","format":"double"},"Info":{"type":"string"}},"xml":{"name":"SimpleEvent"},"type":"object"},"ODataResponseOfListOfTranslationLanguage":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"TranslationLanguage":{"required":["description"],"properties":{"LanguageId":{"type":"string","maxLength":5,"minLength":0},"Description":{"type":"string","maxLength":35,"minLength":0}},"xml":{"name":"TranslationLanguage"},"type":"object"},"ODataResponseOfListOfTranslationTextItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"TranslationTextItem":{"required":["languageId","tableName","fieldName","textKey"],"properties":{"ItemId":{"type":"integer","format":"int32"},"LanguageId":{"type":"string","maxLength":5,"minLength":0},"TableName":{"type":"string","maxLength":20,"minLength":0},"FieldName":{"type":"string","maxLength":20,"minLength":0},"TextKey":{"type":"string","maxLength":100,"minLength":0},"Text":{"type":"string"},"TextFormatted":{"type":"string"}},"xml":{"name":"TranslationTextItem"},"type":"object"},"ODataResponseOfListOfUISettingsAndDynamicData":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"UISettingsAndDynamicData":{"properties":{"Id":{"type":"integer","format":"int32"},"ItemId":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"DataSource":{"type":"string","maxLength":150,"minLength":0},"DetailDescription":{"type":"string","maxLength":80,"minLength":0},"Data":{"type":"string"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"UISettingsAndDynamicData"},"type":"object"},"ODataResponseOfListOfUser":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"User":{"required":["lastModifiedUserName","userName","password","firstName","lastName","email","isDefault","userLevel","loginAttemptCount","loginAttemptMaximum","isLocked","isCommercialContact","commercialContactName","projectCenterUserDataSearchTypeOption","projectCenterUserDataSearchFinishedProjectsOption","projectCenterUserDataProjectNo","projectCenterUserDataMatchcode","projectCenterUserDataAddressSearchText","projectCenterUserDataProjectSearchText","projectCenterUserDataIsAddressFullTextSearchEnabled","projectCenterUserDataIsProjectFullTextSearchEnabled","projectCenterUserDataIsDateFilterEnabled","requestSummaryUserDataTechnicalContact","requestSummaryUserDataCheckMark1","requestSummaryUserDataCheckMark2","requestSummaryUserDataCheckMark3","requestSummaryUserDataCheckMark4","quotationSummaryUserDataTechnicalContact","quatationSummaryUserDataCheckMark1","quatationSummaryUserDataCheckMark2","quatationSummaryUserDataCheckMark3","invoicePrintingUserDataOriginalCount","invoicePrintingUserDataCopyCount","invoicePrintingUserDataBillOfQuantityCount","invoicePrintingUserDataProjectAccountStatementCount","dispoUserDataBusinessUnit1","dispoUserDataWorkingArea","dispoUserDataIsStatus1Selected","dispoUserDataIsStatus2Selected","dispoUserDataIsStatus3Selected","dispoUserDataIsStatus4Selected","dispoUserDataTechnicalContact","dispoUserDataActivity","dispoUserDataProjectNo","dispoUserDataIsFilterEnabled","dispoUserDataCapacityDisplayMeasuringUnit","dispoUserDataDateFilterOption","dispoUserDataSortByField1","dispoUserDataSortByField2","dispoUserDataSortByField3","dispoUserDataIsSortAscending1","dispoUserDataIsSortAscending2","dispoUserDataIsSortAscending3","assignedBusinessUnit","userGroupId","businessUnit1Key"],"properties":{"UserId":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"CreationDate":{"type":"string","format":"date-time"},"LastModifiedDate":{"type":"string","format":"date-time"},"LastModifiedUserName":{"type":"string","maxLength":30,"minLength":0},"UserName":{"type":"string","maxLength":30,"minLength":0},"FirstName":{"type":"string","maxLength":20,"minLength":0},"LastName":{"type":"string","maxLength":20,"minLength":0},"Email":{"type":"string","maxLength":50,"minLength":0},"IsDefault":{"type":"boolean"},"UserLevel":{"type":"integer","format":"int32","default":50,"maximum":99,"minimum":0},"PictureFilePath":{"type":"string"},"DetailDescription":{"type":"string"},"PictureBinary":{"type":"string","format":"byte"},"LoginAttemptCount":{"type":"integer","format":"int32","maximum":99,"minimum":0},"LoginAttemptMaximum":{"type":"integer","format":"int32","maximum":99,"minimum":0},"IsLocked":{"type":"boolean"},"IsCommercialContact":{"type":"boolean"},"CommercialContactName":{"type":"string","maxLength":40,"minLength":0},"ProjectCenterUserDataSearchTypeOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ProjectCenterUserDataSearchFinishedProjectsOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"ProjectCenterUserDataProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"ProjectCenterUserDataMatchcode":{"type":"string","maxLength":30,"minLength":0},"ProjectCenterUserDataAddressSearchText":{"type":"string","maxLength":30,"minLength":0},"ProjectCenterUserDataProjectSearchText":{"type":"string","maxLength":30,"minLength":0},"ProjectCenterUserDataIsAddressFullTextSearchEnabled":{"type":"boolean"},"ProjectCenterUserDataIsProjectFullTextSearchEnabled":{"type":"boolean"},"ProjectCenterUserDataDateFilterStartDate":{"type":"string","format":"date-time"},"ProjectCenterUserDataDateFilterEndDate":{"type":"string","format":"date-time"},"ProjectCenterUserDataIsDateFilterEnabled":{"type":"boolean"},"RequestSummaryUserDataTechnicalContact":{"type":"string","maxLength":30,"minLength":0},"RequestSummaryUserDataStartDate":{"type":"string","format":"date-time"},"RequestSummaryUserDataEndDate":{"type":"string","format":"date-time"},"RequestSummaryUserDataCheckMark1":{"type":"boolean"},"RequestSummaryUserDataCheckMark2":{"type":"boolean"},"RequestSummaryUserDataCheckMark3":{"type":"boolean"},"RequestSummaryUserDataCheckMark4":{"type":"boolean"},"QuotationSummaryUserDataTechnicalContact":{"type":"string","maxLength":30,"minLength":0},"QuatationSummaryUserDataStartDate":{"type":"string","format":"date-time"},"QuatationSummaryUserDataEndDate":{"type":"string","format":"date-time"},"QuatationSummaryUserDataCheckMark1":{"type":"boolean"},"QuatationSummaryUserDataCheckMark2":{"type":"boolean"},"QuatationSummaryUserDataCheckMark3":{"type":"boolean"},"InvoicePrintingUserDataOriginalCount":{"type":"integer","format":"int32","maximum":99,"minimum":0},"InvoicePrintingUserDataCopyCount":{"type":"integer","format":"int32","maximum":99,"minimum":0},"InvoicePrintingUserDataBillOfQuantityCount":{"type":"integer","format":"int32","maximum":99,"minimum":0},"InvoicePrintingUserDataProjectAccountStatementCount":{"type":"integer","format":"int32","maximum":99,"minimum":0},"DispoUserDataBusinessUnit1":{"type":"string","maxLength":20,"minLength":0},"DispoUserDataWorkingArea":{"type":"string","maxLength":20,"minLength":0},"DispoUserDataIsStatus1Selected":{"type":"boolean"},"DispoUserDataIsStatus2Selected":{"type":"boolean"},"DispoUserDataIsStatus3Selected":{"type":"boolean"},"DispoUserDataIsStatus4Selected":{"type":"boolean"},"DispoUserDataTechnicalContact":{"type":"string","maxLength":20,"minLength":0},"DispoUserDataActivity":{"type":"string","maxLength":20,"minLength":0},"DispoUserDataProjectNo":{"type":"integer","format":"int64","maximum":"999999999999","minimum":"0"},"DispoUserDataIsFilterEnabled":{"type":"boolean"},"DispoUserDataCapacityDisplayMeasuringUnit":{"type":"integer","format":"int32","maximum":9,"minimum":0},"DispoUserDataDateFilterOption":{"type":"integer","format":"int32","maximum":9,"minimum":0},"DispoUserDataSortByField1":{"type":"string","maxLength":20,"minLength":0},"DispoUserDataSortByField2":{"type":"string","maxLength":20,"minLength":0},"DispoUserDataSortByField3":{"type":"string","maxLength":20,"minLength":0},"DispoUserDataIsSortAscending1":{"type":"boolean"},"DispoUserDataIsSortAscending2":{"type":"boolean"},"DispoUserDataIsSortAscending3":{"type":"boolean"},"AssignedBusinessUnit":{"type":"string"},"UserGroupId":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"BusinessUnit1Key":{"type":"string","maxLength":20,"minLength":0},"Phone":{"type":"string","maxLength":30,"minLength":0},"Fax":{"type":"string","maxLength":30,"minLength":0},"EmployeeNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"User"},"type":"object"},"UserPermission":{"required":["readPermission","writePermission","permissionModule","sortNo"],"properties":{"permissionKey":{"type":"string","maxLength":10,"minLength":0},"userId":{"type":"integer","format":"int32","maximum":999999,"minimum":0},"readPermission":{"type":"integer","format":"int32","maximum":9,"minimum":0},"readPermissionUsage":{"type":"string","enum":["Default","None","Use","Grant"]},"writePermission":{"type":"integer","format":"int32","maximum":9,"minimum":0},"writePermissionUsage":{"type":"string","enum":["Default","None","Use","Grant"]},"permissionModule":{"type":"integer","format":"int32","maximum":9,"minimum":0},"permissionModules":{"type":"string","enum":["Controlling","Faktura","Lager","Mobile"]},"sortNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"timestamp":{"type":"string","format":"byte"},"permissions":{"readOnly":true,"type":"string","enum":["None","Read","Write"]}},"xml":{"name":"UserPermission"},"type":"object"},"PermissionTemplate":{"required":["permissionName","readPermission","writePermission","associatedProgramModule","sortNo"],"properties":{"permissionKey":{"type":"string","maxLength":10,"minLength":0},"permissionName":{"type":"string","maxLength":100,"minLength":0},"readPermission":{"type":"integer","format":"int32","maximum":9,"minimum":0},"readPermissionEnum":{"type":"string","enum":["Default","None","Use","Grant"]},"writePermission":{"type":"integer","format":"int32","maximum":9,"minimum":0},"writePermissionEnum":{"type":"string","enum":["Default","None","Use","Grant"]},"associatedProgramModule":{"type":"integer","format":"int32","maximum":9,"minimum":0},"associatedProgramModuleEnum":{"type":"string","enum":["Controlling","Faktura","Lager","Mobile"]},"sortNo":{"type":"integer","format":"int32","maximum":999,"minimum":0}},"xml":{"name":"PermissionTemplate"},"type":"object"},"ODataResponseOfListOfUserPermissions":{"properties":{"@odata.context":{"type":"string"},"value":{"items":{"type":"string","enum":["None","Read","Write"]},"xml":{"name":"UserPermissions","wrapped":true},"type":"array"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfWageType":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfWorkingArea":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"WorkingArea":{"required":["description","sortNo"],"properties":{"WorkingAreaKey":{"type":"string","maxLength":20,"minLength":0},"Description":{"type":"string","maxLength":80,"minLength":0},"SortNo":{"type":"integer","format":"int32","maximum":99,"minimum":0}},"xml":{"name":"WorkingArea"},"type":"object"},"ODataResponseOfListOfWorkingHourRestPeriod":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"WorkingHourRestPeriod":{"required":["date","durationHours"],"properties":{"WorkingHourRestPeriodId":{"type":"integer","format":"int32"},"Date":{"type":"string","format":"date-time"},"EmployeeNo":{"type":"integer","format":"int32","maximum":99999999,"minimum":0},"WorkingTimeStart":{"type":"string","maxLength":5,"minLength":0},"WorkingDateOffset":{"type":"integer","format":"int32","maximum":9,"minimum":0},"DurationHours":{"type":"number","format":"decimal"}},"xml":{"name":"WorkingHourRestPeriod"},"type":"object"},"ODataResponseOfListOfWorkingHour":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfWorkOrderHour":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfWorkOrderOperation":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"WorkOrderOperation":{"required":["operationKey","description","detailDescription","sortNo","wageTypeKey"],"properties":{"OperationId":{"type":"integer","format":"int32"},"OperationKey":{"type":"string","maxLength":20,"minLength":0},"Description":{"type":"string","maxLength":80,"minLength":0},"DetailDescription":{"type":"string"},"SortNo":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"WageTypeKey":{"type":"string"},"Timestamp":{"type":"string","format":"byte"}},"xml":{"name":"WorkOrderOperation"},"type":"object"},"ODataResponseOfListOfWorkOrder":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"WorkOrderReportParameters":{"properties":{},"xml":{"name":"WorkOrderReportParameters"},"type":"object"},"WorkOrderStructureReportParameters":{"properties":{},"xml":{"name":"WorkOrderStructureReportParameters"},"type":"object"},"WorkOrderHazardAnalysisReportParameters":{"properties":{},"xml":{"name":"WorkOrderHazardAnalysisReportParameters"},"type":"object"},"WorkOrderDailyServiceSheetReportParameters":{"properties":{},"xml":{"name":"WorkOrderDailyServiceSheetReportParameters"},"type":"object"},"ODataResponseOfListOfWorkOrderServiceSheetItem":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfWorkOrderServiceSheet":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfWorkOrderStatus":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"ODataResponseOfListOfWorkOrderStatusTemplate":{"properties":{"@odata.context":{"type":"string"}},"xml":{"name":"ODataResponse`1"},"type":"object"},"WorkOrderStatusTemplate":{"required":["sortNo","typeId","isUsed","isTextBold","isTextItalic","textColor","backgroundColor","filterDefaultSetting","description","isWorkCompleted","personInCharge","filterModificationFlag","workOrderModificationFlag"],"properties":{"UserId":{"type":"integer","format":"int32","maximum":99999,"minimum":0},"TypeNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"SortNo":{"type":"integer","format":"int32","maximum":999,"minimum":0},"TypeId":{"type":"integer","format":"int32","maximum":999,"minimum":0},"IsUsed":{"type":"boolean"},"IsTextBold":{"type":"boolean"},"IsTextItalic":{"type":"boolean"},"TextColor":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"BackgroundColor":{"type":"integer","format":"int64","maximum":"9999999999","minimum":"0"},"FilterDefaultSetting":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Description":{"type":"string","maxLength":40,"minLength":0},"IsWorkCompleted":{"type":"integer","format":"int32","maximum":9,"minimum":0},"Date":{"type":"string","format":"date-time"},"NotusedTime":{"type":"string","maxLength":5,"minLength":0},"PersonInCharge":{"type":"string","maxLength":20,"minLength":0},"FilterModificationFlag":{"type":"integer","format":"int32","maximum":9,"minimum":0},"WorkOrderModificationFlag":{"type":"integer","format":"int32","maximum":9,"minimum":0}},"xml":{"name":"WorkOrderStatusTemplate"},"type":"object"}},"parameters":{},"responses":{},"securityDefinitions":{"oauth2":{"type":"oauth2","description":"Login with username/password of users in your instance.\nUse api key as client secret from security log file.","flow":"password","authorizationUrl":"/common/auth","tokenUrl":"/common/token","scopes":{}}},"security":[],"tags":[{"name":" common"},{"name":" utilities"}]}