{"openapi":"3.0.3","info":{"title":"Allsetra CRM","description":"Allsetra CRM API <div>\n  <h2>Authentication<\/h2>\n  <p>\n    Every API request must be authorized by an access token, please find the necessary information below:\n  <\/p>\n  <h3>Option 1<\/h3>\n  <ol>\n    <li>\n      Generate the access token by using the \/authentication-token endpoint. The request body must contain the following:\n      <ul>\n        <li>email<\/li>\n        <li>password<\/li>\n        <li>client_id - which can be obtained from the customer's details page (in the Portal), under the label \"API secret (client_id)\"<\/li>\n      <\/ul>\n    <\/li>\n    <li>\n      After generating the token, it can be used to authorize operations on the API. For this, the \"Authorization\" header must be set,\n      having the value \"Bearer\" followed by the token generated in the previous step.\n      <br>\n      <i>Example: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJ...<\/i>\n    <\/li>\n  <\/ol>\n  <h3>Option 2<\/h3>\n  <ol>\n    <li>\n      Call the API without the need for authentication by providing the following:\n      <ul>\n        <li>client_id - which can be obtained from the customer's details page (in the Portal), under the label \"API secret (client_id)\"<\/li>\n        <li>api_key - a user-specific static API token, which can be requested from Resale Partners Support<\/li>\n      <\/ul>\n    <\/li>\n    <li>\n      Usage - Set the following request headers in each request:\n      <ul>\n        <li>CLIENT-ID - with the value of the client_id<\/li>\n        <li>AUTH-TOKEN - with the value of the api_key<\/li>\n      <\/ul>\n    <\/li>\n  <\/ol>\n\n  <h2>Allowing access to users<\/h2>\n  <ol>\n    <li>In order to allow a user to use the API, they must first have the \"Is allowed to login to the API\" checkbox set. This can be done from the Portal user edit page.<\/li>\n    <li>The reseller must add the allowed IP addresses to the whitelist in order to grant access to the API for any user with that IP. This can be done from the Portal settings page, in the \"Whitelist\" section, by clicking the \"Add\" button.<\/li>\n  <\/ol>\n\n  <h2>API rate limits<\/h2>\n  <p>\n      When making requests to an API, it is important to be aware of rate limits that may be in place. Rate limits are set by the API provider to ensure fair usage, protect server resources, and maintain optimal performance for all users.\n  <\/p>\n  <p> \n      Rate limits are applied at the customer level and therefore shared between users within. The API uses a <strong>sliding window<\/strong> mechanism. That means that your request history is evaluated over rolling time periods, so capacity gradually recovers as old requests \"slide out\" of the window.\n  <\/p>\n  <p>\n      Two limits are enforced simultaneously: a <strong>1-hour limit<\/strong> (prevents burst usage) and a <strong>24-hour limit<\/strong> (caps daily usage). If either is exceeded, you'll receive a <strong>429 Too Many Requests<\/strong> response.\n  <\/p>\n\n  <h3>Response headers<\/h3>\n  <ul>\n      <li><strong>X-RateLimit-1H-Limit<\/strong> - Max requests allowed (1H window)<\/li>\n      <li><strong>X-RateLimit-1H-Remaining<\/strong> - Remaining requests (1H window)<\/li>\n      <li><strong>X-RateLimit-1H-Retry-After<\/strong> - When to retry, ISO 8601 (only when exceeded, otherwise absent)<\/li>\n      <li><strong>X-RateLimit-24H-Limit<\/strong> - Max requests allowed (24H window)<\/li>\n      <li><strong>X-RateLimit-24H-Remaining<\/strong> - Remaining requests (24H window)<\/li>\n      <li><strong>X-RateLimit-24H-Retry-After<\/strong> - When to retry, ISO 8601 (only when exceeded, otherwise absent)<\/li>\n  <\/ul>\n<\/div>","version":"1.0.0"},"servers":[{"url":"https:\/\/allsetra-api-test.resalepartners.nl","description":"API Server"}],"paths":{"\/authentication-token":{"summary":"Get JWT token to login.","description":"","post":{"operationId":"postCredentialsItem","tags":["Api Authentication"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ApiToken"}}}}},"summary":"Get JWT token to login.","description":"","parameters":[],"requestBody":{"description":"Generate new JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ApiCredentials"}}},"required":false},"deprecated":false},"parameters":[]},"\/billing-deals":{"get":{"operationId":"getBillingDealCollection","tags":["BillingDeal"],"responses":{"200":{"description":"BillingDeal collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get"}}}}}},"summary":"Get all the billing deals by the id of the invoicer and optionally by the invoicee and type of the billing deal.","description":"","parameters":[{"name":"invoicerId","in":"query","description":"Get billing deals by invoicer (the party that is invoicing, probably your own customer id).","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"invoiceeId","in":"query","description":"Get billing deals by invoicee (the party that will be invoiced).","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"orderId","in":"query","description":"Get billing deals by order (the service).","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"Get billing deals by type (sales or purchase).","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"costCenter","in":"query","description":"Get billing deals by costCenter (uses \"like\" so you can enter a substring).","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"invoiceLineLabel","in":"query","description":"Get billing deals by invoiceLineLabel (uses \"like\" so you can enter a substring).","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"onlyActive","in":"query","description":"Restrict to only active (non ended or ended in the future) billing deals.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":0,"maximum":1},"style":"form","explode":false,"allowReserved":false},{"name":"relatedDescription","in":"query","description":"Get billing deals by relatedDescription (uses \"like\" so you can enter a substring).","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postBillingDealCollection","tags":["BillingDeal"],"responses":{"201":{"description":"BillingDeal resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post"}}},"links":{"GetBillingDealItem":{"operationId":"getBillingDealItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/billing-deals\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Create a billing deal resource.","description":"","parameters":[],"requestBody":{"description":"The new BillingDeal resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealInput-billingdeal.write_billingdeal.collection.write_billingdeal.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealInput.jsonld-billingdeal.write_billingdeal.collection.write_billingdeal.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealInput-billingdeal.write_billingdeal.collection.write_billingdeal.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/billing-deals\/{id}":{"get":{"operationId":"getBillingDealItem","tags":["BillingDeal"],"responses":{"200":{"description":"BillingDeal resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Get a billing deal resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBillingDealItem","tags":["BillingDeal"],"responses":{"200":{"description":"BillingDeal resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.put"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.put"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.put"}}},"links":{"GetBillingDealItem":{"operationId":"getBillingDealItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/billing-deals\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replace a billing deal resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated BillingDeal resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealInput-billingdeal.write_billingdeal.item.write_billingdeal.item.put"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealInput.jsonld-billingdeal.write_billingdeal.item.write_billingdeal.item.put"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealInput-billingdeal.write_billingdeal.item.write_billingdeal.item.put"}}},"required":true},"deprecated":false},"patch":{"operationId":"patchBillingDealItem","tags":["BillingDeal"],"responses":{"200":{"description":"BillingDeal resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.patch"}}},"links":{"GetBillingDealItem":{"operationId":"getBillingDealItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/billing-deals\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the BillingDeal resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated BillingDeal resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealInput-billingdeal.write_billingdeal.item.write_billingdeal.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/billing-rules":{"get":{"operationId":"getBillingRuleCollection","tags":["BillingRule"],"responses":{"200":{"description":"BillingRule collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingRule.BillingRuleOutput-billingrule.read_billingrule.collection.read_billingrule.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingRule.BillingRuleOutput.jsonld-billingrule.read_billingrule.collection.read_billingrule.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingRule.BillingRuleOutput-billingrule.read_billingrule.collection.read_billingrule.collection.get"}}}}}},"summary":"Get billing rules for an invoice.","description":"Returns billing rules \u2014 intermediate calculation records generated during an invoice run. Each billing rule represents a charge line before it becomes an invoice line. States: accepted, forced, waiting, failed, skipped, ignored, processed. This is a read-only resource with high pagination (up to 50,000 items per page).\n","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50000,"minimum":0,"maximum":50000},"style":"form","explode":false,"allowReserved":false},{"name":"invoiceId","in":"query","description":"","required":true,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/call-logs":{"get":{"operationId":"list_customer_call_logsCallLogCollection","tags":["CallLog"],"responses":{"200":{"description":"The created CallLog.","content":{"application\/json":{"schema":{"type":"object","description":"The created CallLog.","properties":{"id":{"type":"integer","example":12345},"customer_id":{"type":"integer","example":12345},"subject":{"type":"string","example":"Call log subject"},"additional_information":{"type":"string","example":"Additional text example"},"caller_name":{"type":"string","example":"John Doe"}}}}}}},"summary":"get the CallLogs by the id of the customer.","description":"Retrieves the collection of CallLog resources.","parameters":[{"name":"customer_id","in":"query","description":"The id from the customer to get the call logs from.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","example":12345},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCallLogCollection","tags":["CallLog"],"responses":{"201":{"description":"CallLog resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CallLog.CallLogOutput-calllog.read_calllog.collection.read_calllog.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CallLog.CallLogOutput.jsonld-calllog.read_calllog.collection.read_calllog.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CallLog.CallLogOutput-calllog.read_calllog.collection.read_calllog.collection.post"}}},"links":{"GetCallLogItem":{"operationId":"getCallLogItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/call-logs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"200":{"description":"The created CallLog.","content":{"application\/json":{"schema":{"type":"object","description":"The created CallLog.","properties":{"id":{"type":"integer","example":12345},"customer_id":{"type":"integer","example":12345},"subject":{"type":"string","example":"Call log subject"},"additional_information":{"type":"string","example":"Additional text example"},"caller_name":{"type":"string","example":"John Doe"}}}}}}},"summary":"Create a new CallLog.","description":"Creates a CallLog resource.","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"customer_id":{"type":"integer","description":"The id of the customer to create the call log for.","example":12345},"subject":{"type":"string","description":"The subject of the call.","example":"Call log subject"},"additional_information":{"type":"string","description":"Additional information about the call.","example":"Additional text example"},"caller_name":{"type":"string","description":"The name of the caller.","example":"John Doe"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/call-logs\/{id}":{"get":{"operationId":"getCallLogItem","tags":["CallLog"],"responses":{"200":{"description":"The created CallLog.","content":{"application\/json":{"schema":{"type":"object","description":"The created CallLog.","properties":{"id":{"type":"integer","example":12345},"customer_id":{"type":"integer","example":12345},"subject":{"type":"string","example":"Call log subject"},"additional_information":{"type":"string","example":"Additional text example"},"caller_name":{"type":"string","example":"John Doe"}}}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CallLog resource.","description":"Retrieves a CallLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/cdr-totals":{"get":{"operationId":"getCdrTotalCollection","tags":["CdrTotal"],"responses":{"200":{"description":"CdrTotal collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CdrTotal.CdrTotalOutput-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CdrTotal.CdrTotalOutput.jsonld-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CdrTotal.CdrTotalOutput-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get"}}}}}},"summary":"Get aggregated usage data (CDR totals).","description":"Returns aggregated call, data, and SMS usage records per order, per month, per CLI. The dateTo field represents the last day of the month (e.g. 2026-03-31 means all of March 2026). When billingRuleId is set, the usage has been invoiced. Supports high pagination (up to 50,000 items per page) for large datasets.\n","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50000,"minimum":0,"maximum":50000},"style":"form","explode":false,"allowReserved":false},{"name":"dateTo","in":"query","description":"","required":true,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"customer.id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"orderId","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"includeTree","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/cdr-totals\/{id}":{"get":{"operationId":"getCdrTotalItem","tags":["CdrTotal"],"responses":{"200":{"description":"CdrTotal resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CdrTotal.CdrTotalOutput-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CdrTotal.CdrTotalOutput.jsonld-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CdrTotal.CdrTotalOutput-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Get a single CDR total record.","description":"Retrieves a CdrTotal resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/cdrs":{"get":{"operationId":"cdrs_exportCdrCollection","tags":["Cdr"],"responses":{"200":{"description":"Cdr collection","content":{"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Cdr-cdr.read_cdr.collection.read_cdr.collection.cdrs_export"}}}}}},"summary":"Exports a csv containing the CDR (Call Detail Records).","description":"Exports a csv containing the CDR (Call Detail Records).","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50000,"minimum":0,"maximum":50000},"style":"form","explode":false,"allowReserved":false},{"name":"customerId","in":"query","description":"","required":true,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"dateTo","in":"query","description":"Either this parameter or the cdrTotalId is required","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false,"example":"2021-05-31"},{"name":"cdrTotalId","in":"query","description":"Get the CDR (Call Detail Records) by CDR total id. Either this parameter or the dateTo is required","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"includeTree","in":"query","description":"Include the CDR (Call Detail Records) for the customer's tree","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"includeCost3","in":"query","description":"Include the cost_3 with the export","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false,"example":"true"},{"name":"includePurchaseCost","in":"query","description":"Include the purchase_cost with the export","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false,"example":"true"},{"name":"showInBundleAsZeroCost","in":"query","description":"Show 0 as cost for cdrs that are in-bundle","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false,"example":"true"}],"deprecated":false},"parameters":[]},"\/contact-person-types":{"get":{"operationId":"getContactPersonTypeCollection","tags":["ContactPersonType"],"responses":{"200":{"description":"ContactPersonType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.collection.read_contactpersontype.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput.jsonld-contactpersontype.read_contactpersontype.collection.read_contactpersontype.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.collection.read_contactpersontype.collection.get"}}}}}},"summary":"Retrieves the collection of ContactPersonType resources.","description":"Retrieves the collection of ContactPersonType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postContactPersonTypeCollection","tags":["ContactPersonType"],"responses":{"201":{"description":"ContactPersonType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.collection.read_contactpersontype.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput.jsonld-contactpersontype.read_contactpersontype.collection.read_contactpersontype.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.collection.read_contactpersontype.collection.post"}}},"links":{"GetContactPersonTypeItem":{"operationId":"getContactPersonTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/contact-person-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ContactPersonType resource.","description":"Creates a ContactPersonType resource.","parameters":[],"requestBody":{"description":"The new ContactPersonType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeInput-contactpersontype.write_contactpersontype.collection.write_contactpersontype.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeInput.jsonld-contactpersontype.write_contactpersontype.collection.write_contactpersontype.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeInput-contactpersontype.write_contactpersontype.collection.write_contactpersontype.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/contact-person-types\/{id}":{"get":{"operationId":"getContactPersonTypeItem","tags":["ContactPersonType"],"responses":{"200":{"description":"ContactPersonType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.item.read_contactpersontype.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput.jsonld-contactpersontype.read_contactpersontype.item.read_contactpersontype.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.item.read_contactpersontype.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ContactPersonType resource.","description":"Retrieves a ContactPersonType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteContactPersonTypeItem","tags":["ContactPersonType"],"responses":{"204":{"description":"ContactPersonType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ContactPersonType resource.","description":"Removes the ContactPersonType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchContactPersonTypeItem","tags":["ContactPersonType"],"responses":{"200":{"description":"ContactPersonType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.item.read_contactpersontype.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput.jsonld-contactpersontype.read_contactpersontype.item.read_contactpersontype.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.item.read_contactpersontype.item.patch"}}},"links":{"GetContactPersonTypeItem":{"operationId":"getContactPersonTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/contact-person-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the ContactPersonType resource.","description":"Updates the ContactPersonType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ContactPersonType resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeInput-contactpersontype.write_contactpersontype.item.write_contactpersontype.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/contact-preferences":{"get":{"operationId":"getContactPreferenceCollection","tags":["ContactPreference"],"responses":{"200":{"description":"ContactPreference collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceOutput.jsonld-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get"}}}}}},"summary":"Retrieves the collection of ContactPreference resources.","description":"Retrieves the collection of ContactPreference resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false},{"name":"customerId","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"orderId","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postContactPreferenceCollection","tags":["ContactPreference"],"responses":{"201":{"description":"ContactPreference resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceOutput.jsonld-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post"}}},"links":{"GetContactPreferenceItem":{"operationId":"getContactPreferenceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/contact-preferences\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ContactPreference resource.","description":"Creates a ContactPreference resource.","parameters":[],"requestBody":{"description":"The new ContactPreference resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceInput-contactpreference.write_contactpreference.collection.write_contactpreference.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceInput.jsonld-contactpreference.write_contactpreference.collection.write_contactpreference.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceInput-contactpreference.write_contactpreference.collection.write_contactpreference.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/contact-preferences\/{id}":{"get":{"operationId":"getContactPreferenceItem","tags":["ContactPreference"],"responses":{"200":{"description":"ContactPreference resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ContactPreference resource.","description":"Retrieves a ContactPreference resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteContactPreferenceItem","tags":["ContactPreference"],"responses":{"204":{"description":"ContactPreference resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ContactPreference resource.","description":"Removes the ContactPreference resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchContactPreferenceItem","tags":["ContactPreference"],"responses":{"200":{"description":"ContactPreference resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.patch"}}},"links":{"GetContactPreferenceItem":{"operationId":"getContactPreferenceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/contact-preferences\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the ContactPreference resource.","description":"Updates the ContactPreference resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ContactPreference resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/ContactPreference.ContactPreferenceInput-contactpreference.read_contactpreference.write_contactpreference.item.write_contactpreference.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/contract-purchases":{"get":{"operationId":"getContractPurchaseCollection","tags":["ContractPurchase"],"responses":{"200":{"description":"ContractPurchase collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput.jsonld-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get"}}}}}},"summary":"Get contract purchases","description":"","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postContractPurchaseCollection","tags":["ContractPurchase"],"responses":{"201":{"description":"ContractPurchase resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput.jsonld-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post"}}},"links":{"GetContractPurchaseItem":{"operationId":"getContractPurchaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/contract-purchases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Create a contract purchases","description":"","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"label":{"type":"string","example":"Sample Contract"},"dateStart":{"type":"string","format":"date-time","example":"2024-01-26T12:36:00.962Z"},"dateEnd":{"type":"string","format":"date-time","example":"2024-01-26T12:36:00.962Z"},"contractTerm":{"type":"integer","example":0},"prolongationTerm":{"type":"integer","example":0},"terminationTerm":{"type":"integer","example":0},"supplier":{"type":"string","format":"uri-reference","example":"\/suppliers\/218"},"purchasedForCustomer":{"type":"string","format":"uri-reference","example":"\/customers\/7396"}}}}},"required":true},"deprecated":false},"parameters":[]},"\/contract-purchases\/{id}":{"get":{"operationId":"getContractPurchaseItem","tags":["ContractPurchase"],"responses":{"200":{"description":"ContractPurchase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput.jsonld-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Get a contract purchase","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putContractPurchaseItem","tags":["ContractPurchase"],"responses":{"200":{"description":"ContractPurchase resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput.jsonld-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put"}}},"links":{"GetContractPurchaseItem":{"operationId":"getContractPurchaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/contract-purchases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replace a contract purchase","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/merge-patch+json":{"schema":{"type":"object","properties":{"label":{"type":"string","example":"Sample Contract"},"dateStart":{"type":"string","format":"date-time","example":"2024-01-26T12:36:00.962Z"},"dateEnd":{"type":"string","format":"date-time","example":"2024-01-26T12:36:00.962Z"},"contractTerm":{"type":"integer","example":0},"prolongationTerm":{"type":"integer","example":0},"terminationTerm":{"type":"integer","example":0},"supplier":{"type":"string","format":"uri-reference","example":"\/suppliers\/218"},"purchasedForCustomer":{"type":"string","format":"uri-reference","example":"\/customers\/7396"}}}}},"required":true},"deprecated":false},"patch":{"operationId":"patchContractPurchaseItem","tags":["ContractPurchase"],"responses":{"200":{"description":"ContractPurchase resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput.jsonld-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContractPurchase.ContractPurchaseOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch"}}},"links":{"GetContractPurchaseItem":{"operationId":"getContractPurchaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/contract-purchases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Update a contract purchases","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/merge-patch+json":{"schema":{"type":"object","properties":{"label":{"type":"string","example":"Sample Contract"},"dateStart":{"type":"string","format":"date-time","example":"2024-01-26T12:36:00.962Z"},"dateEnd":{"type":"string","format":"date-time","example":"2024-01-26T12:36:00.962Z"},"contractTerm":{"type":"integer","example":0},"prolongationTerm":{"type":"integer","example":0},"terminationTerm":{"type":"integer","example":0},"supplier":{"type":"string","format":"uri-reference","example":"\/suppliers\/218"},"purchasedForCustomer":{"type":"string","format":"uri-reference","example":"\/customers\/7396"}}}}},"required":true},"deprecated":false},"parameters":[]},"\/contracts":{"get":{"operationId":"getContractCollection","tags":["Contract"],"responses":{"200":{"description":"Contract collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Contract.ContractOutput-Default_contract.read_contract.collection.read_contract.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Contract.ContractOutput.jsonld-Default_contract.read_contract.collection.read_contract.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Contract.ContractOutput-Default_contract.read_contract.collection.read_contract.collection.get"}}}}}},"summary":"Get a list of contracts.","description":"Returns contracts between a contractor (typically the reseller) and a contractee (the customer). Contracts define the commercial terms and can be linked to billing deals.\n","parameters":[{"name":"contractee","in":"query","description":"Get contracts by contractee id (the party that is contracted).","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false},{"name":"contractee[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postContractCollection","tags":["Contract"],"responses":{"201":{"description":"Contract resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contract.ContractOutput-contract.read_contract.collection.read_contract.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Contract.ContractOutput.jsonld-contract.read_contract.collection.read_contract.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contract.ContractOutput-contract.read_contract.collection.read_contract.collection.post"}}},"links":{"GetContractItem":{"operationId":"getContractItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/contracts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Create a contract","description":"","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"label":{"type":"string","example":"Sample Contract"},"contracteeReference":{"type":"string","example":"ABC123"},"contractee":{"type":"string","format":"uri-reference","example":"\/customers\/7396"},"contractor":{"type":"string","format":"uri-reference","example":"\/customers\/4001"},"dateSigned":{"type":"string","format":"date-time","example":"2024-01-26T12:58:51.826Z"},"dateStart":{"type":"string","format":"date-time","example":"2024-01-26T12:58:51.826Z"},"dateEnd":{"type":"string","format":"date-time","example":"2024-02-26T12:58:51.826Z"},"contractTerm":{"type":"integer","example":12},"costCenter":{"type":"string","example":"CC123"},"purchaseOrder":{"type":"string","example":"PO456"},"billingDealPeriodId":{"type":"integer","example":11}}}}},"required":true},"deprecated":false},"parameters":[]},"\/contracts\/{id}":{"get":{"operationId":"getContractItem","tags":["Contract"],"responses":{"200":{"description":"Contract resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contract.ContractOutput-contract.read_contract.item.read_contract.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Contract.ContractOutput.jsonld-contract.read_contract.item.read_contract.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contract.ContractOutput-contract.read_contract.item.read_contract.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Contract resource.","description":"Retrieves a Contract resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putContractItem","tags":["Contract"],"responses":{"200":{"description":"Contract resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contract.ContractOutput-contract.read_contract.item.read_contract.item.put"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Contract.ContractOutput.jsonld-contract.read_contract.item.read_contract.item.put"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contract.ContractOutput-contract.read_contract.item.read_contract.item.put"}}},"links":{"GetContractItem":{"operationId":"getContractItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/contracts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replace a contract","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/merge-patch+json":{"schema":{"type":"object","properties":{"label":{"type":"string","example":"Sample Contract"},"contracteeReference":{"type":"string","example":"ABC123"},"contractee":{"type":"string","format":"uri-reference","example":"\/customers\/7396"},"contractor":{"type":"string","format":"uri-reference","example":"\/customers\/4001"},"dateSigned":{"type":"string","format":"date-time","example":"2024-01-26T12:58:51.826Z"},"dateStart":{"type":"string","format":"date-time","example":"2024-01-26T12:58:51.826Z"},"dateEnd":{"type":"string","format":"date-time","example":"2024-02-26T12:58:51.826Z"},"contractTerm":{"type":"integer","example":12},"costCenter":{"type":"string","example":"CC123"},"purchaseOrder":{"type":"string","example":"PO456"},"billingDealPeriodId":{"type":"integer","example":11}}}}},"required":true},"deprecated":false},"patch":{"operationId":"patchContractItem","tags":["Contract"],"responses":{"200":{"description":"Contract resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contract.ContractOutput-contract.read_contract.item.read_contract.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Contract.ContractOutput.jsonld-contract.read_contract.item.read_contract.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contract.ContractOutput-contract.read_contract.item.read_contract.item.patch"}}},"links":{"GetContractItem":{"operationId":"getContractItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/contracts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Contract resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/merge-patch+json":{"schema":{"type":"object","properties":{"label":{"type":"string","example":"Sample Contract"},"contracteeReference":{"type":"string","example":"ABC123"},"contractee":{"type":"string","format":"uri-reference","example":"\/customers\/7396"},"contractor":{"type":"string","format":"uri-reference","example":"\/customers\/4001"},"dateSigned":{"type":"string","format":"date-time","example":"2024-01-26T12:58:51.826Z"},"dateStart":{"type":"string","format":"date-time","example":"2024-01-26T12:58:51.826Z"},"dateEnd":{"type":"string","format":"date-time","example":"2024-02-26T12:58:51.826Z"},"contractTerm":{"type":"integer","example":12},"costCenter":{"type":"string","example":"CC123"},"purchaseOrder":{"type":"string","example":"PO456"},"billingDealPeriodId":{"type":"integer","example":11}}}}},"required":true},"deprecated":false},"parameters":[]},"\/customer-types":{"get":{"operationId":"getCustomerTypeCollection","tags":["CustomerType"],"responses":{"200":{"description":"CustomerType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.collection.read_customertype.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput.jsonld-customertype.read_customertype.collection.read_customertype.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.collection.read_customertype.collection.get"}}}}}},"summary":"Retrieves the collection of CustomerType resources.","description":"Retrieves the collection of CustomerType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/customer-types\/{id}":{"get":{"operationId":"getCustomerTypeItem","tags":["CustomerType"],"responses":{"200":{"description":"CustomerType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput.jsonld-customertype.read_customertype.item.read_customertype.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CustomerType resource.","description":"Retrieves a CustomerType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/customers":{"get":{"operationId":"getCustomerCollection","tags":["Customer"],"responses":{"200":{"description":"Customer collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-customer.read_customer.collection.read_customer.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-customer.read_customer.collection.read_customer.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-customer.read_customer.collection.read_customer.collection.get"}}}}}},"summary":"Returns Customers collection","description":"Returns all customers that belong to the logged in user","parameters":[{"name":"reference","in":"query","description":"Returns all customers that have this reference and belong to the logged in user","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"debtorNumber","in":"query","description":"Returns all customers that have this debtorNumber and belong to the logged in user","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"resellerReference","in":"query","description":"Returns all customers that have this reseller_reference and belong to the logged in user","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"name","in":"query","description":"Returns all customers that have this string in the name and belong to the logged in user","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"invoiceEmail","in":"query","description":"Returns all customers that have this invoice emailaddress and belong to the logged in user","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"inTreeOfCustomerId","in":"query","description":"Returns all customers that are in the tree of the customer and belong to the logged in user","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"parentId","in":"query","description":"Returns all customers that have this parentId","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"phonenumberAnywhere","in":"query","description":"Returns all customers that have this phonenumber on any service (orders entity), user (as mobile, fixed or additional) or the customer itself","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"post_syncCustomerCollection","tags":["Customer"],"responses":{"200":{"description":"Customer resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-customer.read_customer.collection.read_customer.collection.post_sync"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-customer.read_customer.collection.read_customer.collection.post_sync"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-customer.read_customer.collection.read_customer.collection.post_sync"}}}},"links":{"GetCustomerItem":{"operationId":"getCustomerItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/customers\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates\/Updates the Customer resource.","description":"Replaces the Customer resource.","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","description":"Id of the customer to update","example":12345},"name":{"type":"string","description":"Name of the customer","example":"Customer name"},"cocNumber":{"type":"string","description":"Chamber of Commerce number","example":"1234567"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234"},"reference2":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234"},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":2},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":451},"invoiceEmail":{"type":"string","description":"Email which is used in invoicing","example":"test@test.com"},"paymentMethod":{"type":"string","description":"It must be 'invoice' or 'direct_debit'","example":"invoice","enum":["invoice","direct_debit"]},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789"},"bic":{"type":"string","description":"Bic number","example":"INGBNL2A"},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234"},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789"},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789"},"website":{"type":"string","description":"Website of customer","example":"website.com"},"language":{"type":"string","description":"Language spoken by customer","example":"NL"},"paymentTerm":{"type":"integer","example":14,"description":"Payment term which is used in invoicing"},"mandateReference":{"type":"string","description":"The mandate reference of customer","example":"MR-1234"},"mandateDate":{"type":"string","format":"date","description":"The mandate date of customer"},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"]},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567"},"parent":{"type":"string","description":"Parent of customer","example":"\/customers\/1234"},"accountManager":{"type":"string","description":"AccountManager of customer","example":"\/users\/1234"},"visitLocation":{"type":"object","description":"Visit address of customer, when a new one will be created","properties":{"street":{"type":"string","example":"Street name"},"housenumber":{"type":"integer","example":123},"extension":{"type":"string","example":"A","nullable":true},"zipcode":{"type":"string","example":"1234AA"},"country":{"type":"string","example":"NL"},"city":{"type":"string","example":"City"},"attention":{"type":"string","example":"Accounts payable"}}},"invoiceLocation":{"type":"string","description":"Invoice address of customer, when an existing one is used. See visitLocation example for the properties needed to create a new invoiceLocation","example":"\/locations\/1234"},"customerType":{"type":"string","description":"Type of customer","example":"\/customer-types\/1234"},"parentId":{"type":"string","description":"When 'entityId' is set this column should be set","example":"1234"},"customerTypeId":{"type":"string","description":"When 'entityId' is set this column should be set","example":"1234"}}}}},"required":false},"deprecated":false},"post":{"operationId":"postCustomerCollection","tags":["Customer"],"responses":{"201":{"description":"Customer resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-customer.read_customer.collection.read_customer.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-customer.read_customer.collection.read_customer.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-customer.read_customer.collection.read_customer.collection.post"}}},"links":{"GetCustomerItem":{"operationId":"getCustomerItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/customers\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Customer resource.","description":"Creates a Customer resource.","parameters":[],"requestBody":{"description":"The new Customer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerInput-customer.write_customer.collection.write_customer.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerInput.jsonld-customer.write_customer.collection.write_customer.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerInput-customer.write_customer.collection.write_customer.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/customers\/{id}":{"get":{"operationId":"getCustomerItem","tags":["Customer"],"responses":{"200":{"description":"Customer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-serviceorder.read_customer.read_customer.item.read_customer.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Customer resource.","description":"Retrieves a Customer resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchCustomerItem","tags":["Customer"],"responses":{"200":{"description":"Customer resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-customer.read_customer.item.read_customer.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-customer.read_customer.item.read_customer.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-customer.read_customer.item.read_customer.item.patch"}}},"links":{"GetCustomerItem":{"operationId":"getCustomerItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/customers\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Customer resource.","description":"Updates the Customer resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Customer resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Customer.CustomerInput-serviceorder.write_customer.write_customer.item.write_customer.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/dashboard\/customer\/{id}\/{filterField}":{"get":{"operationId":"customerDashboardItem","tags":["Dashboard"],"responses":{"200":{"description":"A JSON array with 'mrr' and 'active_mrr etc' info under data key","content":{"application\/json":{"schema":{"type":"object","description":"Payload with error as key, and data such as mrr, active_mrr, etc as keys","properties":{"error":{"type":"boolean","default":false},"data":{"type":"object","properties":{"mrr":{"type":"number","example":1234.56,"description":"total MRR (active and work in progress MRR ; the sum of active_mrr, wip_mrr, agency_mrr, agency_wip_mrr)"},"active_mrr":{"type":"number","example":4242.42,"description":"MRR currently active for invoicing (not necessarily already invoiced or visible on the next invoice)"},"wip_mrr":{"type":"number","example":4242.42,"description":"MRR currently pending delivery"},"agency_mrr":{"type":"number","example":4242.42,"description":"MRR currently active as agency revenue"},"agency_wip_mrr":{"type":"number","example":4242.42,"description":"MRR currently pending delivery as agency revenue"},"mcc_wtd":{"type":"number","example":4242.42,"description":"All fields are also available as _wtd with the week to date values."},"mcc_mtd":{"type":"number","example":4242.42,"description":"All fields are also available as  _mtd with the month to date values."}}}}}}}},"404":{"description":"Resource not found"},"500":{"description":"A JSON array with error set to true","content":{"application\/json":{"schema":{"type":"object","properties":{"error":{"type":"boolean","default":true},"data":{"type":"object"}}}}}}},"summary":"Get customer 'one-time' and 'recurring' info","description":"Retrieves a Dashboard resource.","parameters":[{"name":"id","in":"path","description":"Returns all mrr for the given customer id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"simple","explode":false,"allowReserved":false},{"name":"filterField","in":"path","description":"Field to search the identifier in ; currently supported id | zendesk_sell_id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/dashboard\/user\/{id}":{"get":{"operationId":"userDashboardItem","tags":["Dashboard"],"responses":{"200":{"description":"A JSON array with 'mrr' and 'active_mrr etc' info under data key","content":{"application\/json":{"schema":{"type":"object","description":"Payload with error as key, and data such as mrr, active_mrr, etc as keys","properties":{"error":{"type":"boolean","default":false},"data":{"type":"object","properties":{"mrr":{"type":"number","example":1234.56,"description":"total MRR (active and work in progress MRR ; the sum of active_mrr, wip_mrr, agency_mrr, agency_wip_mrr)"},"active_mrr":{"type":"number","example":4242.42,"description":"MRR currently active for invoicing (not necessarily already invoiced or visible on the next invoice)"},"wip_mrr":{"type":"number","example":4242.42,"description":"MRR currently pending delivery"},"agency_mrr":{"type":"number","example":4242.42,"description":"MRR currently active as agency revenue"},"agency_wip_mrr":{"type":"number","example":4242.42,"description":"MRR currently pending delivery as agency revenue"},"mcc_wtd":{"type":"number","example":4242.42,"description":"All fields are also available as _wtd with the week to date values."},"mcc_mtd":{"type":"number","example":4242.42,"description":"All fields are also available as  _mtd with the month to date values."}}}}}}}},"404":{"description":"Resource not found"},"500":{"description":"A JSON array with error set to true","content":{"application\/json":{"schema":{"type":"object","properties":{"error":{"type":"boolean","default":true},"data":{"type":"object"}}}}}}},"summary":"Get user 'one-time' and 'recurring' info","description":"Retrieves a Dashboard resource.","parameters":[{"name":"id","in":"path","description":"Returns all mrr for the given user id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/groups":{"get":{"operationId":"getGroupCollection","tags":["Group"],"responses":{"200":{"description":"Group collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Group.GroupOutput-group.read_group.collection.read_group.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Group.GroupOutput.jsonld-group.read_group.collection.read_group.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Group.GroupOutput-group.read_group.collection.read_group.collection.get"}}}}}},"summary":"Retrieves the collection of Group resources.","description":"Retrieves the collection of Group resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/groups\/{id}":{"get":{"operationId":"getGroupItem","tags":["Group"],"responses":{"200":{"description":"Group resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Group.GroupOutput-group.read_group.item.read_group.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Group.GroupOutput.jsonld-group.read_group.item.read_group.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Group.GroupOutput-group.read_group.item.read_group.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Group resource.","description":"Retrieves a Group resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/invoice-lines":{"get":{"operationId":"getInvoiceLineCollection","tags":["InvoiceLine"],"responses":{"200":{"description":"InvoiceLine collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceLine.InvoiceLineOutput-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceLine.InvoiceLineOutput.jsonld-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceLine.InvoiceLineOutput-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get"}}}}}},"summary":"Get invoice lines for an invoice.","description":"Returns all individual line items for a specific invoice. Each line represents a charge generated from a billing rule during the invoice run.\n","parameters":[{"name":"invoiceId","in":"query","description":"The invoice ID to retrieve lines for. Required.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/invoices":{"get":{"operationId":"getInvoiceCollection","tags":["Invoice"],"responses":{"200":{"description":"Invoice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.InvoiceOutput-invoice.read_invoice.collection.read_invoice.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.InvoiceOutput.jsonld-invoice.read_invoice.collection.read_invoice.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.InvoiceOutput-invoice.read_invoice.collection.read_invoice.collection.get"}}}}}},"summary":"Get an list of invoices, optionally by customer, invoiceNumber and\/or date.","description":"Retrieves the collection of Invoice resources.","parameters":[{"name":"invoiceeId","in":"query","description":"Get all invoices for the given invoicee.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"inTreeOfInvoiceeId","in":"query","description":"Additionally restricts to this invoicee tree as well","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"includeTree","in":"query","description":"Returns all invoices in the tree of the given invoiceeId (if any)","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"invoiceDateFrom","in":"query","description":"Example: 2021-01-31","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"invoiceDateTo","in":"query","description":"Example: 2021-01-31","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"Get invoices by type (\"end-user\" or \"commission\").","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"paymentStatus","in":"query","description":"Get invoices by paymentStatus (\"paid\", \"unpaid\" or \"partial\").","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"invoiceNumber","in":"query","description":"Get invoices by (part of) invoiceNumber.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"exclude","in":"query","description":"Array of embedded objects (\"invoiceLines\" or \"invoiceUploads\")","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/invoices\/{id}":{"get":{"operationId":"getInvoiceItem","tags":["Invoice"],"responses":{"200":{"description":"Invoice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceOutput-invoice.read_invoice.item.read_invoice.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceOutput.jsonld-invoice.read_invoice.item.read_invoice.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceOutput-invoice.read_invoice.item.read_invoice.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Get an single invoice.","description":"Retrieves a Invoice resource.","parameters":[{"name":"exclude","in":"query","description":"Array of embedded objects (\"invoiceLines\" or \"invoiceUploads\")","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchInvoiceItem","tags":["Invoice"],"responses":{"200":{"description":"Invoice resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceOutput-invoice.read_invoice.item.read_invoice.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceOutput.jsonld-invoice.read_invoice.item.read_invoice.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceOutput-invoice.read_invoice.item.read_invoice.item.patch"}}},"links":{"GetInvoiceItem":{"operationId":"getInvoiceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/invoices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Invoice resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Invoice resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.InvoiceInput-invoice.write_invoice.item.write_invoice.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/invoices\/{id}\/excel-specification":{"get":{"operationId":"get_excel_specificationInvoiceItem","tags":["Invoice"],"responses":{"200":{"description":"Retrieves an invoice Excel specification","content":{"application\/xlsx":{"schema":{"type":"string","description":"Excel specification"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves invoice Excel specification.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/invoices\/{id}\/get-pdf":{"get":{"operationId":"get_pdfInvoiceItem","tags":["Invoice"],"responses":{"200":{"description":"Retrieves an invoice PDF","content":{"application\/pdf":{"schema":{"type":"string","description":"PDF content"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves invoice PDF.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/locations\/{id}":{"get":{"operationId":"getLocationItem","tags":["Location"],"responses":{"200":{"description":"Location resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-location.read_location.item.read_location.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Location resource.","description":"Retrieves a Location resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/order-details-generics\/{id}":{"get":{"operationId":"getOrderDetailsGenericItem","tags":["OrderDetailsGeneric"],"responses":{"200":{"description":"OrderDetailsGeneric resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Get an OrderDetailsGeneric resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchOrderDetailsGenericItem","tags":["OrderDetailsGeneric"],"responses":{"200":{"description":"OrderDetailsGeneric resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.patch"}}},"links":{"GetOrderDetailsGenericItem":{"operationId":"getOrderDetailsGenericItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/order-details-generics\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Update an OrderDetailsGeneric resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated OrderDetailsGeneric resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericInput-orderdetailsgeneric.write_orderdetailsgeneric.item.write_orderdetailsgeneric.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/order-details-tracked-objects":{"get":{"operationId":"getOrderDetailsTrackedObjectCollection","tags":["OrderDetailsTrackedObject"],"responses":{"200":{"description":"OrderDetailsTrackedObject collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get"}}}}}},"summary":"Get an OrderDetailsTrackedObject by orderId or anumber.","description":"Either orderId or anumber is required to get an tracked object.","parameters":[{"name":"orderId","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"anumber","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"unitCode","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postOrderDetailsTrackedObjectCollection","tags":["OrderDetailsTrackedObject"],"responses":{"201":{"description":"OrderDetailsTrackedObject resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post"}}},"links":{"GetOrderDetailsTrackedObjectItem":{"operationId":"getOrderDetailsTrackedObjectItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/order-details-tracked-objects\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates an OrderDetailsTrackedObject.","description":"","parameters":[{"name":"relocateFrom","in":"query","description":"Relocate an existing TrackingDevice to a new OrderDetailsTrackedObject.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"int","minimum":1,"example":"OrderDetailsTrackedObject.id"},"style":"form","explode":false,"allowReserved":false}],"requestBody":{"description":"The new OrderDetailsTrackedObject resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectInput-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectInput.jsonld-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectInput-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/order-details-tracked-objects\/{id}":{"get":{"operationId":"getOrderDetailsTrackedObjectItem","tags":["OrderDetailsTrackedObject"],"responses":{"200":{"description":"OrderDetailsTrackedObject resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Get an OrderDetailsTrackedObject by id.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchOrderDetailsTrackedObjectItem","tags":["OrderDetailsTrackedObject"],"responses":{"200":{"description":"OrderDetailsTrackedObject resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch"}}},"links":{"GetOrderDetailsTrackedObjectItem":{"operationId":"getOrderDetailsTrackedObjectItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/order-details-tracked-objects\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates an OrderDetailsTrackedObject.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated OrderDetailsTrackedObject resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectInput-orderdetailstrackedobject.write_orderdetailstrackedobject.item.write_orderdetailstrackedobject.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/order-details-tracked-objects\/{id}\/activate-subscription":{"post":{"operationId":"post_activate_subscriptionOrderDetailsTrackedObjectItem","tags":["OrderDetailsTrackedObject"],"responses":{"201":{"description":"BillingDeal resource created","content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","example":12345}}}}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Create a BillingDeal for the provided OrderDetailsTrackedObject and Product.","description":"","parameters":[{"name":"productId","in":"query","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"buildInCode","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"relatedDescription","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":[]},"required":false},"deprecated":false},"parameters":[]},"\/order-details-tracked-objects\/{id}\/move-to-customer":{"post":{"operationId":"post_move_to_customerOrderDetailsTrackedObjectItem","tags":["OrderDetailsTrackedObject"],"responses":{"201":{"description":"OrderDetailsTrackedObject resource moved","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get"}}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Moves an OrderDetailsTrackedObject to another Customer.","description":"","parameters":[{"name":"customerId","in":"query","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":[]},"required":false},"deprecated":false},"parameters":[]},"\/order-details-tracked-objects\/{id}\/terminate":{"post":{"operationId":"post_terminateOrderDetailsTrackedObjectItem","tags":["OrderDetailsTrackedObject"],"responses":{"201":{"description":"OrderDetailsTrackedObject order terminated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get"}}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Terminates an OrderDetailsTrackedObject at the given date.","description":"","parameters":[{"name":"dateEnd","in":"query","description":"Will be set to BillingDeal.billedUntil when not provided.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":[]},"required":false},"deprecated":false},"parameters":[]},"\/orders":{"get":{"operationId":"getOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.collection.read_order.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-order.read_order.collection.read_order.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.collection.read_order.collection.get"}}}}}},"summary":"Get all services or all services by a customer or (supplier_id + service_type_id) or a combination.","description":"","parameters":[{"name":"customer.id","in":"query","description":"Get all services for the given customer.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"includeTree","in":"query","description":"Returns all services in the tree of the given customer.id (if any)","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"inTreeOfCustomerId","in":"query","description":"Additionally restricts to this customer tree as well","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"supplier.id","in":"query","description":"Get all services for the given supplier.id.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"serviceType.id","in":"query","description":"Get all services for the given serviceType.id.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postOrderCollection","tags":["Order"],"responses":{"201":{"description":"Order resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.collection.read_order.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-order.read_order.collection.read_order.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.collection.read_order.collection.post"}}},"links":{"GetOrderItem":{"operationId":"getOrderItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/orders\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Create an order resource, which represents a service of a customer.","description":"","parameters":[],"requestBody":{"description":"The new Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderInput-order.write_order.post_order.collection.write_order.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderInput.jsonld-order.write_order.post_order.collection.write_order.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderInput-order.write_order.post_order.collection.write_order.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/orders\/{id}":{"get":{"operationId":"getOrderItem","tags":["Order"],"responses":{"200":{"description":"Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-order.read_order.item.read_order.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Get an order resource, which represents a service of a customer.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchOrderItem","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-order.read_order.item.read_order.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.patch"}}},"links":{"GetOrderItem":{"operationId":"getOrderItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/orders\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Update an order resource, which represents a service of a customer.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Order resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Order.OrderInput-order.write_order.item.write_order.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/orders\/{id}\/activate-billing-deals":{"get":{"operationId":"activate_billing_dealsOrderItem","tags":["Order"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"activatedBillingDealsIds":{"type":"array","items":{"type":"integer","example":[1000,1001]}}}}}}},"404":{"description":"Resource not found"},"500":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"error":{"type":"boolean","default":true},"message":{"type":"string"}}}}}}},"summary":"Activate billing deals for this order on the specified date.","description":"","parameters":[{"name":"id","in":"path","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"simple","explode":false,"allowReserved":false},{"name":"dateStart","in":"query","description":"Example: 2021-01-31","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","minimum":10,"maximum":10},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/orders\/{id}\/recurring-revenue":{"get":{"operationId":"get_recurring_revenueOrderItem","tags":["Order"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"activeRevenue":{"type":"number","format":"float","example":12.34},"pendingRevenue":{"type":"number","format":"float","example":12.34}}}}}},"404":{"description":"Resource not found"},"500":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"error":{"type":"boolean","default":true},"message":{"type":"string"}}}}}}},"summary":"Get expected revenue for the order.","description":"","parameters":[{"name":"id","in":"path","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/outports":{"get":{"operationId":"getOutportCollection","tags":["Outport"],"responses":{"200":{"description":"Outport collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Outport.OutportOutput-outport.read_outport.collection.read_outport.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Outport.OutportOutput.jsonld-outport.read_outport.collection.read_outport.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Outport.OutportOutput-outport.read_outport.collection.read_outport.collection.get"}}}}}},"summary":"Retrieves the collection of Outport resources.","description":"Retrieves the collection of Outport resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/outports\/accept-outport":{"post":{"operationId":"acceptOutportCollection","tags":["Outport"],"responses":{"201":{"description":"Outport resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Outport-outport.read_outport.collection.read_outport.collection.accept"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Outport.jsonld-outport.read_outport.collection.read_outport.collection.accept"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Outport-outport.read_outport.collection.read_outport.collection.accept"}}},"links":{"GetOutportItem":{"operationId":"getOutportItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/outports\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Approve an outport","description":"Approve an outport","parameters":[],"requestBody":{"description":"The new Outport resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Outport.OutportInput-outportaccept.write_outport.write_outport.collection.write_outport.collection.accept"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Outport.OutportInput.jsonld-outportaccept.write_outport.write_outport.collection.write_outport.collection.accept"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Outport.OutportInput-outportaccept.write_outport.write_outport.collection.write_outport.collection.accept"}}},"required":true},"deprecated":false},"parameters":[]},"\/outports\/deny-outport":{"post":{"operationId":"denyOutportCollection","tags":["Outport"],"responses":{"201":{"description":"Outport resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Outport-outport.read_outport.collection.read_outport.collection.deny"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Outport.jsonld-outport.read_outport.collection.read_outport.collection.deny"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Outport-outport.read_outport.collection.read_outport.collection.deny"}}},"links":{"GetOutportItem":{"operationId":"getOutportItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/outports\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Deny an outport","description":"Deny an outport","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"$ref":"#"},"examples":{"outport":{"value":{"outportId":"12345","firstPossibleDate":"2022-01-01","reasonCode":"27","reason":"Example reason"}},"youfone-outport":{"value":{"outportId":"12345"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/outports\/{id}":{"get":{"operationId":"getOutportItem","tags":["Outport"],"responses":{"200":{"description":"Outport resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Outport.OutportOutput-outport.read_outport.item.read_outport.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Outport.OutportOutput.jsonld-outport.read_outport.item.read_outport.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Outport.OutportOutput-outport.read_outport.item.read_outport.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Outport resource.","description":"Retrieves a Outport resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/phonenumbers":{"get":{"operationId":"getPhonenumberCollection","tags":["Phonenumber"],"responses":{"200":{"description":"Phonenumber collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput-phonenumber.read_phonenumber.collection.read_phonenumber.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput.jsonld-phonenumber.read_phonenumber.collection.read_phonenumber.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput-phonenumber.read_phonenumber.collection.read_phonenumber.collection.get"}}}}}},"summary":"Get a list of phonenumbers, optionally from order","description":"Retrieves the collection of Phonenumber resources.","parameters":[{"name":"orderId","in":"query","description":"Get all phonenumbers from this order","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"blockStart","in":"query","description":"Get all phonenumbers starting with this number","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"excludeOrders","in":"query","description":"Exclude orders, for a faster response","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":0},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/phonenumbers\/{id}":{"get":{"operationId":"getPhonenumberItem","tags":["Phonenumber"],"responses":{"200":{"description":"Phonenumber resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput-phonenumber.read_phonenumber.item.read_phonenumber.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput.jsonld-phonenumber.read_phonenumber.item.read_phonenumber.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput-phonenumber.read_phonenumber.item.read_phonenumber.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Phonenumber resource.","description":"Retrieves a Phonenumber resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchPhonenumberItem","tags":["Phonenumber"],"responses":{"200":{"description":"Phonenumber resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput-phonenumber.read_phonenumber.item.read_phonenumber.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput.jsonld-phonenumber.read_phonenumber.item.read_phonenumber.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput-phonenumber.read_phonenumber.item.read_phonenumber.item.patch"}}},"links":{"GetPhonenumberItem":{"operationId":"getPhonenumberItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/phonenumbers\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Phonenumber resource.","description":"Updates the Phonenumber resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/merge-patch+json":{"schema":{"type":"object","properties":{"costCenter":{"type":"string","description":"Cost center"},"description":{"type":"string","description":"Description of the Phonenumber"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/product-categories":{"get":{"operationId":"getProductCategoryCollection","tags":["ProductCategory"],"responses":{"200":{"description":"ProductCategory collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCategory-productcategory.read_productcategory.collection.read_productcategory.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCategory.jsonld-productcategory.read_productcategory.collection.read_productcategory.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCategory-productcategory.read_productcategory.collection.read_productcategory.collection.get"}}}}}},"summary":"Retrieves the collection of ProductCategory resources.","description":"","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/product-categories\/{id}":{"get":{"operationId":"getProductCategoryItem","tags":["ProductCategory"],"responses":{"200":{"description":"ProductCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategory-productcategory.read_productcategory.item.read_productcategory.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategory.jsonld-productcategory.read_productcategory.item.read_productcategory.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductCategory-productcategory.read_productcategory.item.read_productcategory.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProductCategory resource.","description":"Retrieves a ProductCategory resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/product-category-products":{"get":{"operationId":"getProductCategoryProductCollection","tags":["ProductCategoryProduct"],"responses":{"200":{"description":"ProductCategoryProduct collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get"}}}}}},"summary":"Retrieves the collection of ProductCategoryProduct resources.","description":"","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProductCategoryProductCollection","tags":["ProductCategoryProduct"],"responses":{"201":{"description":"ProductCategoryProduct resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post"}}},"links":{"GetProductCategoryProductItem":{"operationId":"getProductCategoryProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/product-category-products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProductCategoryProduct resource.","description":"","parameters":[],"requestBody":{"description":"The new ProductCategoryProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductInput-productcategoryproduct.write_productcategoryproduct.collection.write_productcategoryproduct.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductInput.jsonld-productcategoryproduct.write_productcategoryproduct.collection.write_productcategoryproduct.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductInput-productcategoryproduct.write_productcategoryproduct.collection.write_productcategoryproduct.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/product-category-products\/{id}":{"get":{"operationId":"getProductCategoryProductItem","tags":["ProductCategoryProduct"],"responses":{"200":{"description":"ProductCategoryProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProductCategoryProduct resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProductCategoryProductItem","tags":["ProductCategoryProduct"],"responses":{"200":{"description":"ProductCategoryProduct resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put"}}},"links":{"GetProductCategoryProductItem":{"operationId":"getProductCategoryProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/product-category-products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProductCategoryProduct resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProductCategoryProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductInput-productcategoryproduct.write_productcategoryproduct.item.write_productcategoryproduct.item.put"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductInput.jsonld-productcategoryproduct.write_productcategoryproduct.item.write_productcategoryproduct.item.put"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductInput-productcategoryproduct.write_productcategoryproduct.item.write_productcategoryproduct.item.put"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProductCategoryProductItem","tags":["ProductCategoryProduct"],"responses":{"204":{"description":"ProductCategoryProduct resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ProductCategoryProduct resource.","description":"Removes the ProductCategoryProduct resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchProductCategoryProductItem","tags":["ProductCategoryProduct"],"responses":{"200":{"description":"ProductCategoryProduct resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch"}}},"links":{"GetProductCategoryProductItem":{"operationId":"getProductCategoryProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/product-category-products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the ProductCategoryProduct resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProductCategoryProduct resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/ProductCategoryProduct.ProductCategoryProductInput-productcategoryproduct.write_productcategoryproduct.item.write_productcategoryproduct.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/product-groups":{"get":{"operationId":"getProductGroupCollection","tags":["ProductGroup"],"responses":{"200":{"description":"ProductGroup collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductGroup-productgroup.read_productgroup.collection.read_productgroup.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductGroup.jsonld-productgroup.read_productgroup.collection.read_productgroup.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductGroup-productgroup.read_productgroup.collection.read_productgroup.collection.get"}}}}}},"summary":"Retrieves the collection of ProductGroup resources.","description":"","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/product-groups\/{id}":{"get":{"operationId":"getProductGroupItem","tags":["ProductGroup"],"responses":{"200":{"description":"ProductGroup resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductGroup-productgroup.read_productgroup.item.read_productgroup.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductGroup.jsonld-productgroup.read_productgroup.item.read_productgroup.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductGroup-productgroup.read_productgroup.item.read_productgroup.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProductGroup resource.","description":"Retrieves a ProductGroup resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/product-plan-invoicees":{"get":{"operationId":"getProductPlanInvoiceeCollection","tags":["ProductPlanInvoicee"],"responses":{"200":{"description":"ProductPlanInvoicee collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPlanInvoicee.ProductPlanInvoiceeOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPlanInvoicee.ProductPlanInvoiceeOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPlanInvoicee.ProductPlanInvoiceeOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"}}}}}},"summary":"Retrieves the collection of ProductPlanInvoicee resources.","description":"","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProductPlanInvoiceeCollection","tags":["ProductPlanInvoicee"],"responses":{"201":{"description":"ProductPlanInvoicee resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanInvoicee.ProductPlanInvoiceeOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanInvoicee.ProductPlanInvoiceeOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanInvoicee.ProductPlanInvoiceeOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"}}},"links":{"GetProductPlanInvoiceeItem":{"operationId":"getProductPlanInvoiceeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/product-plan-invoicees\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProductPlanInvoicee resource.","description":"","parameters":[],"requestBody":{"description":"The new ProductPlanInvoicee resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanInvoicee.ProductPlanInvoiceeInput-productplaninvoicee.write_productplaninvoicee.collection.write_productplaninvoicee.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanInvoicee.ProductPlanInvoiceeInput.jsonld-productplaninvoicee.write_productplaninvoicee.collection.write_productplaninvoicee.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanInvoicee.ProductPlanInvoiceeInput-productplaninvoicee.write_productplaninvoicee.collection.write_productplaninvoicee.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/product-plan-invoicees\/{id}":{"get":{"operationId":"getProductPlanInvoiceeItem","tags":["ProductPlanInvoicee"],"responses":{"200":{"description":"ProductPlanInvoicee resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanInvoicee.ProductPlanInvoiceeOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanInvoicee.ProductPlanInvoiceeOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanInvoicee.ProductPlanInvoiceeOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProductPlanInvoicee resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteProductPlanInvoiceeItem","tags":["ProductPlanInvoicee"],"responses":{"204":{"description":"ProductPlanInvoicee resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ProductPlanInvoicee resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/product-plan-products":{"get":{"operationId":"getProductPlanProductCollection","tags":["ProductPlanProduct"],"responses":{"200":{"description":"ProductPlanProduct collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput.jsonld-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get"}}}}}},"summary":"Retrieves the collection of ProductPlanProduct resources.","description":"","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProductPlanProductCollection","tags":["ProductPlanProduct"],"responses":{"201":{"description":"ProductPlanProduct resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput.jsonld-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post"}}},"links":{"GetProductPlanProductItem":{"operationId":"getProductPlanProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/product-plan-products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProductPlanProduct resource.","description":"","parameters":[],"requestBody":{"description":"The new ProductPlanProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductInput-productplanproduct.write_productplanproduct.collection.write_productplanproduct.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductInput.jsonld-productplanproduct.write_productplanproduct.collection.write_productplanproduct.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductInput-productplanproduct.write_productplanproduct.collection.write_productplanproduct.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/product-plan-products\/{id}":{"get":{"operationId":"getProductPlanProductItem","tags":["ProductPlanProduct"],"responses":{"200":{"description":"ProductPlanProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProductPlanProduct resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProductPlanProductItem","tags":["ProductPlanProduct"],"responses":{"200":{"description":"ProductPlanProduct resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put"}}},"links":{"GetProductPlanProductItem":{"operationId":"getProductPlanProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/product-plan-products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProductPlanProduct resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProductPlanProduct resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductInput-productplanproduct.write_productplanproduct.item.write_productplanproduct.item.put"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductInput.jsonld-productplanproduct.write_productplanproduct.item.write_productplanproduct.item.put"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductInput-productplanproduct.write_productplanproduct.item.write_productplanproduct.item.put"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProductPlanProductItem","tags":["ProductPlanProduct"],"responses":{"204":{"description":"ProductPlanProduct resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ProductPlanProduct resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchProductPlanProductItem","tags":["ProductPlanProduct"],"responses":{"200":{"description":"ProductPlanProduct resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch"}}},"links":{"GetProductPlanProductItem":{"operationId":"getProductPlanProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/product-plan-products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the ProductPlanProduct resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProductPlanProduct resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlanProduct.ProductPlanProductInput-productplanproduct.write_productplanproduct.item.write_productplanproduct.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/product-plans":{"get":{"operationId":"getProductPlanCollection","tags":["ProductPlan"],"responses":{"200":{"description":"ProductPlan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.collection.read_productplan.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.collection.read_productplan.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.collection.read_productplan.collection.get"}}}}}},"summary":"Retrieves the collection of ProductPlan resources.","description":"","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProductPlanCollection","tags":["ProductPlan"],"responses":{"201":{"description":"ProductPlan resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.collection.read_productplan.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.collection.read_productplan.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.collection.read_productplan.collection.post"}}},"links":{"GetProductPlanItem":{"operationId":"getProductPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/product-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProductPlan resource.","description":"","parameters":[],"requestBody":{"description":"The new ProductPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanInput-productplan.write_productplan.collection.write_productplan.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanInput.jsonld-productplan.write_productplan.collection.write_productplan.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanInput-productplan.write_productplan.collection.write_productplan.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/product-plans\/{id}":{"get":{"operationId":"getProductPlanItem","tags":["ProductPlan"],"responses":{"200":{"description":"ProductPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.item.read_productplan.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProductPlan resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProductPlanItem","tags":["ProductPlan"],"responses":{"200":{"description":"ProductPlan resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.put"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.item.read_productplan.item.put"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.put"}}},"links":{"GetProductPlanItem":{"operationId":"getProductPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/product-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProductPlan resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProductPlan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanInput-productplan.write_productplan.item.write_productplan.item.put"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanInput.jsonld-productplan.write_productplan.item.write_productplan.item.put"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanInput-productplan.write_productplan.item.write_productplan.item.put"}}},"required":true},"deprecated":false},"patch":{"operationId":"patchProductPlanItem","tags":["ProductPlan"],"responses":{"200":{"description":"ProductPlan resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.item.read_productplan.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.patch"}}},"links":{"GetProductPlanItem":{"operationId":"getProductPlanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/product-plans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the ProductPlan resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProductPlan resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanInput-productplan.write_productplan.item.write_productplan.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/products":{"get":{"operationId":"getProductCollection","tags":["Product"],"responses":{"200":{"description":"Product collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductOutput-product.read_product.collection.read_product.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-product.read_product.collection.read_product.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.ProductOutput-product.read_product.collection.read_product.collection.get"}}}}}},"summary":"Get products","description":"Retrieves the collection of Product resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false},{"name":"code","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProductCollection","tags":["Product"],"responses":{"201":{"description":"Product resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductOutput-product.read_product.collection.read_product.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-product.read_product.collection.read_product.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductOutput-product.read_product.collection.read_product.collection.post"}}},"links":{"GetProductItem":{"operationId":"getProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Create a product","description":"Creates a Product resource.","parameters":[],"requestBody":{"description":"The new Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductInput-product.write_product.collection.write_product.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductInput.jsonld-product.write_product.collection.write_product.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductInput-product.write_product.collection.write_product.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/products\/{id}":{"get":{"operationId":"getProductItem","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductOutput-product.read_product.item.read_product.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-product.read_product.item.read_product.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductOutput-product.read_product.item.read_product.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProductItem","tags":["Product"],"responses":{"200":{"description":"Product resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductOutput-product.read_product.item.read_product.item.put"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-product.read_product.item.read_product.item.put"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductOutput-product.read_product.item.read_product.item.put"}}},"links":{"GetProductItem":{"operationId":"getProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replace a product.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductInput-product.write_product.item.write_product.item.put"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductInput.jsonld-product.write_product.item.write_product.item.put"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductInput-product.write_product.item.write_product.item.put"}}},"required":true},"deprecated":false},"patch":{"operationId":"patchProductItem","tags":["Product"],"responses":{"200":{"description":"Product resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductOutput-product.read_product.item.read_product.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-product.read_product.item.read_product.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductOutput-product.read_product.item.read_product.item.patch"}}},"links":{"GetProductItem":{"operationId":"getProductItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/products\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Product resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Product resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductInput-product.write_product.item.write_product.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/products\/{id}\/prices\/{customerId}":{"get":{"operationId":"get_products_pricesProductItem","tags":["Product"],"responses":{"200":{"description":"Retrieves the price for a product","content":{"application\/json":{"schema":{"type":"object","properties":{"finalPrice":{"type":"number","format":"float","example":12.34},"isCustomerPrice":{"type":"boolean","example":true}}}}}},"404":{"description":"Resource not found"}},"summary":"Get prices for a product","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"simple","explode":false,"allowReserved":false},{"name":"customerId","in":"path","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/search\/getResults":{"get":{"operationId":"getResultsSearchCollection","tags":["Search"],"responses":{"200":{"description":"Collection of search results","content":{"application\/json":{"schema":{"type":"object","properties":{"customers":{"type":"array","items":{"properties":{"id":{"type":"integer","example":12345},"entity":{"type":"string","example":"customer"},"url":{"type":"string","example":"\/customers\/view_new\/12345"},"customerId":{"type":"integer","example":12345},"customerName":{"type":"string","example":"Capibara B.V. (deb: 1234)"},"relevantParentId":{"type":"integer","example":54321},"relevantParentName":{"type":"string","example":"Capibara Holdings"},"keyword":{"type":"string","example":"customerName"},"keywordValue":{"type":"string","example":"Capibara B.V."},"esScore":{"type":"float","example":20.535404},"displayName":{"type":"string","example":"Capibara B.V. (deb: 1234)"},"customerType":{"type":"string","example":"Klant"},"isActive":{"type":"boolean","example":true}}}},"orders":{"type":"array","items":{"properties":{"id":{"type":"integer","example":12345},"entity":{"type":"string","example":"order"},"url":{"type":"string","example":"\/orders\/details\/12345"},"customerId":{"type":"integer","example":54321},"customerName":{"type":"string","example":"Capibara B.V."},"displayName":{"type":"string","example":"Internetverbinding"},"relevantParentId":{"type":"integer","example":12463},"relevantParentName":{"type":"string","example":"Capibara Holdings"},"keyword":{"type":"string","example":"orderId"},"keywordValue":{"type":"string","example":"Example"},"esScore":{"type":"float","example":20.535404},"isActive":{"type":"boolean","example":true}}}},"serviceOrders":{"type":"array","items":{"properties":{"id":{"type":"integer","example":12345},"entity":{"type":"string","example":"order"},"url":{"type":"string","example":"\/orders\/details\/12345"},"customerId":{"type":"integer","example":54321},"customerName":{"type":"string","example":"Capibara B.V."},"displayName":{"type":"string","example":"Internetverbinding"},"relevantParentId":{"type":"integer","example":12463},"relevantParentName":{"type":"string","example":"Capibara Holdings"},"keyword":{"type":"string","example":"orderId"},"keywordValue":{"type":"string","example":"Example"},"esScore":{"type":"float","example":20.535404}}}}}}}}},"400":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}}}},"summary":"Search customers and services","description":"","parameters":[{"name":"query","in":"query","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","minimum":1,"example":"Capibara B.V."},"style":"form","explode":false,"allowReserved":false},{"name":"entity","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","enum":["customer","order","serviceOrder"]},"style":"form","explode":false,"allowReserved":false},{"name":"includeInactive","in":"query","description":"Whether to include inactive customers in the search results","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean","example":true},"style":"form","explode":false,"allowReserved":false},{"name":"exactMatch","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean","example":true},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/service-order-tasks":{"get":{"operationId":"getServiceOrderTaskCollection","tags":["ServiceOrderTask"],"responses":{"200":{"description":"ServiceOrderTask collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderTask.ServiceOrderTaskOutput-serviceordertask.read_serviceordertask.collection.read_serviceordertask.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderTask.ServiceOrderTaskOutput.jsonld-serviceordertask.read_serviceordertask.collection.read_serviceordertask.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderTask.ServiceOrderTaskOutput-serviceordertask.read_serviceordertask.collection.read_serviceordertask.collection.get"}}}}}},"summary":"Retrieves the collection of ServiceOrderTask resources.","description":"Retrieves the collection of ServiceOrderTask resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/service-order-tasks\/{id}":{"get":{"operationId":"getServiceOrderTaskItem","tags":["ServiceOrderTask"],"responses":{"200":{"description":"ServiceOrderTask resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrderTask.ServiceOrderTaskOutput-serviceordertask.read_serviceordertask.item.read_serviceordertask.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrderTask.ServiceOrderTaskOutput.jsonld-serviceordertask.read_serviceordertask.item.read_serviceordertask.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrderTask.ServiceOrderTaskOutput-serviceordertask.read_serviceordertask.item.read_serviceordertask.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ServiceOrderTask resource.","description":"Retrieves a ServiceOrderTask resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/service-orders":{"get":{"operationId":"getServiceOrderCollection","tags":["ServiceOrder"],"responses":{"200":{"description":"ServiceOrder collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}}}}}},"summary":"Get a list of service orders.","description":"Returns provisioning requests (service orders) for creating, modifying, or terminating services. Service orders go through a workflow and, once completed, create or modify orders (active services). Use the property filter to narrow results by customer or state.\n","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false},{"name":"properties[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"state","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"outportId","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAfter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdBefore","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"modifiedAfter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"modifiedBefore","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postServiceOrderCollection","tags":["ServiceOrder"],"responses":{"201":{"description":"ServiceOrder resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}}},"links":{"GetServiceOrderItem":{"operationId":"getServiceOrderItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/service-orders\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ServiceOrder resource.","description":"Creates a ServiceOrder resource.","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"examples":{"allsetraHardware":{"value":{"customer":"\/customers\/14683","reference":"Example Allsetra Hardware","wishDate":"2023-05-25 13:17:56","serviceOrderProduct":"\/service-order-products\/217","serviceOrderDetailsAllsetraHardware":{"contactPerson":"\/users\/1234","remarks":"None","product":"\/products\/1234","price":"8.00","endAfterMonths":2},"serviceOrderOrderedProducts":[{"product":"\/products\/12076","price":"8.00","quantity":3}]}}}}},"required":false},"deprecated":false},"parameters":[]},"\/service-orders\/{id}":{"get":{"operationId":"getServiceOrderItem","tags":["ServiceOrder"],"responses":{"200":{"description":"ServiceOrder resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ServiceOrder resource.","description":"Retrieves a ServiceOrder resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/service-orders\/{id}\/cancel":{"post":{"operationId":"cancel_service_orderServiceOrderItem","tags":["ServiceOrder"],"responses":{"201":{"description":"ServiceOrder resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}}},"links":{"GetServiceOrderItem":{"operationId":"getServiceOrderItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/service-orders\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Cancel a service order","description":"Creates a ServiceOrder resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object"}}},"required":false},"deprecated":false},"parameters":[]},"\/service-orders\/{id}\/perform-porting-task":{"post":{"operationId":"perform_porting_taskServiceOrderItem","tags":["ServiceOrder"],"responses":{"201":{"description":"ServiceOrder resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}}},"links":{"GetServiceOrderItem":{"operationId":"getServiceOrderItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/service-orders\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Completes a porting performed task","description":"Creates a ServiceOrder resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The new ServiceOrder resource","content":{"application\/json":{"schema":{}},"application\/ld+json":{"schema":{}},"text\/html":{"schema":{}}},"required":true},"deprecated":false},"parameters":[]},"\/service-types":{"get":{"operationId":"getServiceTypeCollection","tags":["ServiceType"],"responses":{"200":{"description":"ServiceType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.collection.read_servicetype.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput.jsonld-servicetype.read_servicetype.collection.read_servicetype.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.collection.read_servicetype.collection.get"}}}}}},"summary":"Retrieves the collection of ServiceType resources.","description":"","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postServiceTypeCollection","tags":["ServiceType"],"responses":{"201":{"description":"ServiceType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.collection.read_servicetype.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput.jsonld-servicetype.read_servicetype.collection.read_servicetype.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.collection.read_servicetype.collection.post"}}},"links":{"GetServiceTypeItem":{"operationId":"getServiceTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/service-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ServiceType resource.","description":"","parameters":[],"requestBody":{"description":"The new ServiceType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeInput-servicetype.write_servicetype.collection.write_servicetype.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeInput.jsonld-servicetype.write_servicetype.collection.write_servicetype.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeInput-servicetype.write_servicetype.collection.write_servicetype.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/service-types\/{id}":{"get":{"operationId":"getServiceTypeItem","tags":["ServiceType"],"responses":{"200":{"description":"ServiceType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput.jsonld-servicetype.read_servicetype.item.read_servicetype.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ServiceType resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchServiceTypeItem","tags":["ServiceType"],"responses":{"200":{"description":"ServiceType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput.jsonld-servicetype.read_servicetype.item.read_servicetype.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.patch"}}},"links":{"GetServiceTypeItem":{"operationId":"getServiceTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/service-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the ServiceType resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ServiceType resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeInput-servicetype.write_servicetype.item.write_servicetype.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/simcards":{"get":{"operationId":"getSimcardCollection","tags":["Simcard"],"responses":{"200":{"description":"Simcard collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput-simcard.read_simcard.collection.read_simcard.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput.jsonld-simcard.read_simcard.collection.read_simcard.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput-simcard.read_simcard.collection.read_simcard.collection.get"}}}}}},"summary":"Get a list of SIM cards.","description":"Returns SIM cards, including eSIMs. SIM cards are linked to mobile services (orders).","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSimcardCollection","tags":["Simcard"],"responses":{"201":{"description":"Simcard resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput-simcard.read_simcard.collection.read_simcard.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput.jsonld-simcard.read_simcard.collection.read_simcard.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput-simcard.read_simcard.collection.read_simcard.collection.post"}}},"links":{"GetSimcardItem":{"operationId":"getSimcardItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/simcards\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Create a SIM card record.","description":"Register a new SIM card or eSIM in the system.","parameters":[],"requestBody":{"description":"The new Simcard resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardInput-simcard.write_simcard.collection.write_simcard.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardInput.jsonld-simcard.write_simcard.collection.write_simcard.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardInput-simcard.write_simcard.collection.write_simcard.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/simcards\/{id}":{"get":{"operationId":"getSimcardItem","tags":["Simcard"],"responses":{"200":{"description":"Simcard resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput-simcard.read_simcard.item.read_simcard.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput.jsonld-simcard.read_simcard.item.read_simcard.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput-simcard.read_simcard.item.read_simcard.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Get a single SIM card.","description":"Returns details of a specific SIM card, including its ICC, IMSI, and linked order.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchSimcardItem","tags":["Simcard"],"responses":{"200":{"description":"Simcard resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput-simcard.read_simcard.item.read_simcard.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput.jsonld-simcard.read_simcard.item.read_simcard.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput-simcard.read_simcard.item.read_simcard.item.patch"}}},"links":{"GetSimcardItem":{"operationId":"getSimcardItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/simcards\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Update a SIM card.","description":"Update SIM card properties.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Simcard resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Simcard.SimcardInput-simcard.write_simcard.item.write_simcard.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/suppliers":{"get":{"operationId":"getSupplierCollection","tags":["Supplier"],"responses":{"200":{"description":"Supplier collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.collection.read_supplier.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput.jsonld-supplier.read_supplier.collection.read_supplier.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.collection.read_supplier.collection.get"}}}}}},"summary":"Get all of your suppliers.","description":"Retrieves the collection of Supplier resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/suppliers\/{id}":{"get":{"operationId":"getSupplierItem","tags":["Supplier"],"responses":{"200":{"description":"Supplier resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput.jsonld-supplier.read_supplier.item.read_supplier.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Get a supplier by id.","description":"Retrieves a Supplier resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/tariffplans":{"get":{"operationId":"getTariffplanCollection","tags":["Tariffplan"],"responses":{"200":{"description":"Tariffplan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-tariffplan.read_tariffplan.collection.read_tariffplan.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-tariffplan.read_tariffplan.collection.read_tariffplan.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-tariffplan.read_tariffplan.collection.read_tariffplan.collection.get"}}}}}},"summary":"Get an list of tariffplans","description":"Retrieves the collection of Tariffplan resources.","parameters":[{"name":"customerId","in":"query","description":"Get tariffplans managed by the given customer","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","minimum":1},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/tariffplans\/{id}":{"get":{"operationId":"getTariffplanItem","tags":["Tariffplan"],"responses":{"200":{"description":"Tariffplan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-tariffplan.read_tariffplan.item.read_tariffplan.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-tariffplan.read_tariffplan.item.read_tariffplan.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-tariffplan.read_tariffplan.item.read_tariffplan.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Get a single tariffplan","description":"Retrieves a Tariffplan resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/tracked-object-tracking-devices":{"get":{"operationId":"getTrackedObjectTrackingDeviceCollection","tags":["TrackedObjectTrackingDevice"],"responses":{"200":{"description":"TrackedObjectTrackingDevice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"}}}}}},"summary":"Retrieves the collection of TrackedObjectTrackingDevice resources.","description":"","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTrackedObjectTrackingDeviceCollection","tags":["TrackedObjectTrackingDevice"],"responses":{"201":{"description":"TrackedObjectTrackingDevice resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.post"}}},"links":{"GetTrackedObjectTrackingDeviceItem":{"operationId":"getTrackedObjectTrackingDeviceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/tracked-object-tracking-devices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a tracked object tracking device.","description":"id (OrderDetailsTrackedObject) and unitCode (TrackingDevice) are required values. These are in order to bind them. Tracking Device will be auto-generated, if the unit number does not yet exist.","parameters":[],"requestBody":{"description":"The new TrackedObjectTrackingDevice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceInput-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceInput.jsonld-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceInput-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/tracked-object-tracking-devices\/{id}":{"get":{"operationId":"getTrackedObjectTrackingDeviceItem","tags":["TrackedObjectTrackingDevice"],"responses":{"200":{"description":"TrackedObjectTrackingDevice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TrackedObjectTrackingDevice resource.","description":"Retrieves a TrackedObjectTrackingDevice resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchTrackedObjectTrackingDeviceItem","tags":["TrackedObjectTrackingDevice"],"responses":{"200":{"description":"TrackedObjectTrackingDevice resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.patch"}}},"links":{"GetTrackedObjectTrackingDeviceItem":{"operationId":"getTrackedObjectTrackingDeviceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/tracked-object-tracking-devices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates a tracked object tracking device","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TrackedObjectTrackingDevice resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceInput-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.item.write_trackedobjecttrackingdevice.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/tracking-device-outages\/report":{"post":{"operationId":"report_in_outageTrackingDeviceOutageCollection","tags":["TrackingDeviceOutage"],"responses":{"201":{"description":"TrackingDeviceOutage resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDeviceOutage-trackingdeviceoutage.read_trackingdeviceoutage.collection.read_trackingdeviceoutage.collection.report_in_outage"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDeviceOutage.jsonld-trackingdeviceoutage.read_trackingdeviceoutage.collection.read_trackingdeviceoutage.collection.report_in_outage"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TrackingDeviceOutage-trackingdeviceoutage.read_trackingdeviceoutage.collection.read_trackingdeviceoutage.collection.report_in_outage"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Report tracking device outages.","description":"","parameters":[],"requestBody":{"description":"The new TrackingDeviceOutage resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDeviceOutage.TrackingDeviceOutageInput-trackingdeviceoutage.write_trackingdeviceoutage.collection.write_trackingdeviceoutage.collection.report_in_outage"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDeviceOutage.TrackingDeviceOutageInput.jsonld-trackingdeviceoutage.write_trackingdeviceoutage.collection.write_trackingdeviceoutage.collection.report_in_outage"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TrackingDeviceOutage.TrackingDeviceOutageInput-trackingdeviceoutage.write_trackingdeviceoutage.collection.write_trackingdeviceoutage.collection.report_in_outage"}}},"required":true},"deprecated":false},"parameters":[]},"\/tracking-devices":{"get":{"operationId":"getTrackingDeviceCollection","tags":["TrackingDevice"],"responses":{"200":{"description":"TrackingDevice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput.jsonld-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.get"}}}}}},"summary":"Get a list of tracking devices.","description":"Returns GPS tracking devices. Can be filtered by unit code.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false},{"name":"unitCode","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTrackingDeviceCollection","tags":["TrackingDevice"],"responses":{"201":{"description":"TrackingDevice resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput.jsonld-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.post"}}},"links":{"GetTrackingDeviceItem":{"operationId":"getTrackingDeviceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/tracking-devices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Create a tracking device.","description":"Register a new GPS tracking device in the system.","parameters":[],"requestBody":{"description":"The new TrackingDevice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceInput-trackingdevice.write_trackingdevice.collection.write_trackingdevice.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceInput.jsonld-trackingdevice.write_trackingdevice.collection.write_trackingdevice.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceInput-trackingdevice.write_trackingdevice.collection.write_trackingdevice.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/tracking-devices\/{id}":{"get":{"operationId":"getTrackingDeviceItem","tags":["TrackingDevice"],"responses":{"200":{"description":"TrackingDevice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput.jsonld-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Get a single tracking device.","description":"Returns details of a specific tracking device, including its unit code, SIM card, and linked order.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchTrackingDeviceItem","tags":["TrackingDevice"],"responses":{"200":{"description":"TrackingDevice resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput.jsonld-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.patch"}}},"links":{"GetTrackingDeviceItem":{"operationId":"getTrackingDeviceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/tracking-devices\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Update a tracking device.","description":"Update tracking device properties.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TrackingDevice resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceInput-trackingdevice.write_trackingdevice.item.write_trackingdevice.item.patch"}}},"required":true},"deprecated":false},"parameters":[]},"\/uploads\/{id}\/download":{"get":{"operationId":"get_uploadUploadItem","tags":["Upload"],"responses":{"200":{"description":"Download an uploaded file"},"404":{"description":"Uploaded file not found"}},"summary":"Retrieves uploaded file","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/user-contact-person-types":{"get":{"operationId":"getUserContactPersonTypeCollection","tags":["UserContactPersonType"],"responses":{"200":{"description":"UserContactPersonType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserContactPersonType.UserContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserContactPersonType.UserContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserContactPersonType.UserContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get"}}}}}},"summary":"Retrieves the collection of UserContactPersonType resources.","description":"","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postUserContactPersonTypeCollection","tags":["UserContactPersonType"],"responses":{"201":{"description":"UserContactPersonType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserContactPersonType.UserContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/UserContactPersonType.UserContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserContactPersonType.UserContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post"}}},"links":{"GetUserContactPersonTypeItem":{"operationId":"getUserContactPersonTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/user-contact-person-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a UserContactPersonType resource.","description":"","parameters":[],"requestBody":{"description":"The new UserContactPersonType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserContactPersonType.UserContactPersonTypeInput-usercontactpersontype.write_usercontactpersontype.collection.write_usercontactpersontype.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/UserContactPersonType.UserContactPersonTypeInput.jsonld-usercontactpersontype.write_usercontactpersontype.collection.write_usercontactpersontype.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserContactPersonType.UserContactPersonTypeInput-usercontactpersontype.write_usercontactpersontype.collection.write_usercontactpersontype.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/user-contact-person-types\/{id}":{"get":{"operationId":"getUserContactPersonTypeItem","tags":["UserContactPersonType"],"responses":{"200":{"description":"UserContactPersonType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserContactPersonType.UserContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/UserContactPersonType.UserContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserContactPersonType.UserContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserContactPersonType resource.","description":"","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteUserContactPersonTypeItem","tags":["UserContactPersonType"],"responses":{"204":{"description":"UserContactPersonType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserContactPersonType resource.","description":"Removes the UserContactPersonType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/users":{"get":{"operationId":"getUserCollection","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get"}}},"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-user.read_user.collection.read_user.collection.get"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get"}}}}}},"summary":"Retrieves the collection of User resources.","description":"Retrieves the collection of User resources.","parameters":[{"name":"customerId","in":"query","description":"Returns all users for this customer","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"email","in":"query","description":"Returns all users that have this mail-address","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":50,"minimum":0,"maximum":500},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postUserCollection","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-user.read_user.collection.read_user.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.post"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User resource.","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserInput-user.write_user.collection.write_user.collection.post"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.UserInput.jsonld-user.write_user.collection.write_user.collection.post"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserInput-user.write_user.collection.write_user.collection.post"}}},"required":true},"deprecated":false},"parameters":[]},"\/users\/{id}":{"get":{"operationId":"getUserItem","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.item.read_user.item.get"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-user.read_user.item.read_user.item.get"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.item.read_user.item.get"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchUserItem","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.item.read_user.item.patch"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-user.read_user.item.read_user.item.patch"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.item.read_user.item.patch"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the User resource.","description":"Updates the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/User.UserInput-user.write_user.item.write_user.item.patch"}}},"required":true},"deprecated":false},"parameters":[]}},"components":{"schemas":{"BillingDeal.BillingDealInput-billingdeal.write_billingdeal.collection.write_billingdeal.collection.post":{"type":"object","description":"","properties":{"previousBillingDealId":{"type":"integer","example":"1234","nullable":true},"dateEnd":{"type":"date","example":"2021-01-11","format":"date-time","nullable":true},"invoiceLineLabel":{"type":"string","example":"Product xyz","nullable":true},"productId":{"type":"integer","nullable":true},"contractId":{"type":"integer","nullable":true},"contractPurchaseId":{"type":"integer","nullable":true},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer","nullable":true},"invoiceeId":{"type":"integer","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"date","example":"2023-05-10","format":"date-time","nullable":true},"billingType":{"type":"string","enum":["recurring","usage","purchase","one-time"],"nullable":true},"unit":{"type":"number","nullable":true},"costCenter":{"type":"string","nullable":true},"isDraft":{"default":true,"example":true,"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"billingDealPeriodId":{"default":-1,"example":-1,"type":"integer"},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"type":{"type":"string","enum":["purchase","sales"],"nullable":true},"motherBillingDealId":{"type":"integer","nullable":true}}},"BillingDeal.BillingDealInput-billingdeal.write_billingdeal.item.write_billingdeal.item.patch":{"type":"object","description":"","properties":{"previousBillingDealId":{"type":"integer","example":"1234","nullable":true},"dateEnd":{"type":"date","example":"2021-01-11","format":"date-time","nullable":true},"invoiceLineLabel":{"type":"string","example":"Product xyz","nullable":true},"productId":{"type":"integer","nullable":true},"contractId":{"type":"integer","nullable":true},"contractPurchaseId":{"type":"integer","nullable":true},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer","nullable":true},"invoiceeId":{"type":"integer","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"date","example":"2023-05-10","format":"date-time","nullable":true},"billingType":{"type":"string","enum":["recurring","usage","purchase","one-time"],"nullable":true},"unit":{"type":"number","nullable":true},"costCenter":{"type":"string","nullable":true},"isDraft":{"default":true,"example":true,"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"billingDealPeriodId":{"default":-1,"example":-1,"type":"integer"},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"type":{"type":"string","enum":["purchase","sales"],"nullable":true},"motherBillingDealId":{"type":"integer","nullable":true}}},"BillingDeal.BillingDealInput-billingdeal.write_billingdeal.item.write_billingdeal.item.put":{"type":"object","description":"","properties":{"previousBillingDealId":{"type":"integer","example":"1234","nullable":true},"dateEnd":{"type":"date","example":"2021-01-11","format":"date-time","nullable":true},"invoiceLineLabel":{"type":"string","example":"Product xyz","nullable":true},"productId":{"type":"integer","nullable":true},"contractId":{"type":"integer","nullable":true},"contractPurchaseId":{"type":"integer","nullable":true},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer","nullable":true},"invoiceeId":{"type":"integer","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"date","example":"2023-05-10","format":"date-time","nullable":true},"billingType":{"type":"string","enum":["recurring","usage","purchase","one-time"],"nullable":true},"unit":{"type":"number","nullable":true},"costCenter":{"type":"string","nullable":true},"isDraft":{"default":true,"example":true,"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"billingDealPeriodId":{"default":-1,"example":-1,"type":"integer"},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"type":{"type":"string","enum":["purchase","sales"],"nullable":true},"motherBillingDealId":{"type":"integer","nullable":true}}},"BillingDeal.BillingDealInput.jsonld-billingdeal.write_billingdeal.collection.write_billingdeal.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"previousBillingDealId":{"type":"integer","example":"1234","nullable":true},"dateEnd":{"type":"date","example":"2021-01-11","format":"date-time","nullable":true},"invoiceLineLabel":{"type":"string","example":"Product xyz","nullable":true},"productId":{"type":"integer","nullable":true},"contractId":{"type":"integer","nullable":true},"contractPurchaseId":{"type":"integer","nullable":true},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer","nullable":true},"invoiceeId":{"type":"integer","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"date","example":"2023-05-10","format":"date-time","nullable":true},"billingType":{"type":"string","enum":["recurring","usage","purchase","one-time"],"nullable":true},"unit":{"type":"number","nullable":true},"costCenter":{"type":"string","nullable":true},"isDraft":{"default":true,"example":true,"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"billingDealPeriodId":{"default":-1,"example":-1,"type":"integer"},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"type":{"type":"string","enum":["purchase","sales"],"nullable":true},"motherBillingDealId":{"type":"integer","nullable":true}}},"BillingDeal.BillingDealInput.jsonld-billingdeal.write_billingdeal.item.write_billingdeal.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"previousBillingDealId":{"type":"integer","example":"1234","nullable":true},"dateEnd":{"type":"date","example":"2021-01-11","format":"date-time","nullable":true},"invoiceLineLabel":{"type":"string","example":"Product xyz","nullable":true},"productId":{"type":"integer","nullable":true},"contractId":{"type":"integer","nullable":true},"contractPurchaseId":{"type":"integer","nullable":true},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer","nullable":true},"invoiceeId":{"type":"integer","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"date","example":"2023-05-10","format":"date-time","nullable":true},"billingType":{"type":"string","enum":["recurring","usage","purchase","one-time"],"nullable":true},"unit":{"type":"number","nullable":true},"costCenter":{"type":"string","nullable":true},"isDraft":{"default":true,"example":true,"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"billingDealPeriodId":{"default":-1,"example":-1,"type":"integer"},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"type":{"type":"string","enum":["purchase","sales"],"nullable":true},"motherBillingDealId":{"type":"integer","nullable":true}}},"BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get"}]},"contract":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Contract.ContractOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get"}]},"billingDealPeriod":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/BillingDealPeriod-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get"}]},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"string","format":"date-time","nullable":true},"billingType":{"type":"string"},"invoiceLineLabel":{"type":"string"},"unit":{"type":"number"},"costCenter":{"type":"string","nullable":true},"isDraft":{"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"computedRelatedDescription":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"previousBillingDealId":{"type":"integer","nullable":true},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"motherBillingDealId":{"type":"integer","nullable":true},"contractPurchase":{"type":"object","nullable":true,"description":"Property contractPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePartnerPurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePartnerPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post"}]},"contract":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Contract.ContractOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post"}]},"billingDealPeriod":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/BillingDealPeriod-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post"}]},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"string","format":"date-time","nullable":true},"billingType":{"type":"string"},"invoiceLineLabel":{"type":"string"},"unit":{"type":"number"},"costCenter":{"type":"string","nullable":true},"isDraft":{"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"computedRelatedDescription":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"previousBillingDealId":{"type":"integer","nullable":true},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"motherBillingDealId":{"type":"integer","nullable":true},"contractPurchase":{"type":"object","nullable":true,"description":"Property contractPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePartnerPurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePartnerPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.get"}]},"contract":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Contract.ContractOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.get"}]},"billingDealPeriod":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/BillingDealPeriod-billingdeal.read_billingdeal.item.read_billingdeal.item.get"}]},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"string","format":"date-time","nullable":true},"billingType":{"type":"string"},"invoiceLineLabel":{"type":"string"},"unit":{"type":"number"},"costCenter":{"type":"string","nullable":true},"isDraft":{"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"computedRelatedDescription":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"previousBillingDealId":{"type":"integer","nullable":true},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"motherBillingDealId":{"type":"integer","nullable":true},"contractPurchase":{"type":"object","nullable":true,"description":"Property contractPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePartnerPurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePartnerPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.patch"}]},"contract":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Contract.ContractOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.patch"}]},"billingDealPeriod":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/BillingDealPeriod-billingdeal.read_billingdeal.item.read_billingdeal.item.patch"}]},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"string","format":"date-time","nullable":true},"billingType":{"type":"string"},"invoiceLineLabel":{"type":"string"},"unit":{"type":"number"},"costCenter":{"type":"string","nullable":true},"isDraft":{"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"computedRelatedDescription":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"previousBillingDealId":{"type":"integer","nullable":true},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"motherBillingDealId":{"type":"integer","nullable":true},"contractPurchase":{"type":"object","nullable":true,"description":"Property contractPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePartnerPurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePartnerPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingDeal.BillingDealOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.put"}]},"contract":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Contract.ContractOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.put"}]},"billingDealPeriod":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/BillingDealPeriod-billingdeal.read_billingdeal.item.read_billingdeal.item.put"}]},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"string","format":"date-time","nullable":true},"billingType":{"type":"string"},"invoiceLineLabel":{"type":"string"},"unit":{"type":"number"},"costCenter":{"type":"string","nullable":true},"isDraft":{"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"computedRelatedDescription":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"previousBillingDealId":{"type":"integer","nullable":true},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"motherBillingDealId":{"type":"integer","nullable":true},"contractPurchase":{"type":"object","nullable":true,"description":"Property contractPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePartnerPurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePartnerPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingDeal.BillingDealOutput-billingrule.read_billingrule.collection.read_billingrule.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-billingrule.read_billingrule.collection.read_billingrule.collection.get"}]},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"string","format":"date-time","nullable":true},"billingType":{"type":"string"},"invoiceLineLabel":{"type":"string"},"unit":{"type":"number"},"costCenter":{"type":"string","nullable":true},"isDraft":{"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"computedRelatedDescription":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"previousBillingDealId":{"type":"integer","nullable":true},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"rateEnduser":{"type":"number","nullable":true},"contractPurchase":{"type":"object","nullable":true,"description":"Property contractPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePartnerPurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePartnerPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingDeal.BillingDealOutput.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"type":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get"}]},"contract":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Contract.ContractOutput.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get"}]},"billingDealPeriod":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/BillingDealPeriod.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get"}]},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"string","format":"date-time","nullable":true},"billingType":{"type":"string"},"invoiceLineLabel":{"type":"string"},"unit":{"type":"number"},"costCenter":{"type":"string","nullable":true},"isDraft":{"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"computedRelatedDescription":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"previousBillingDealId":{"type":"integer","nullable":true},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"motherBillingDealId":{"type":"integer","nullable":true},"contractPurchase":{"type":"object","nullable":true,"description":"Property contractPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePartnerPurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePartnerPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingDeal.BillingDealOutput.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"type":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post"}]},"contract":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Contract.ContractOutput.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post"}]},"billingDealPeriod":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/BillingDealPeriod.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post"}]},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"string","format":"date-time","nullable":true},"billingType":{"type":"string"},"invoiceLineLabel":{"type":"string"},"unit":{"type":"number"},"costCenter":{"type":"string","nullable":true},"isDraft":{"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"computedRelatedDescription":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"previousBillingDealId":{"type":"integer","nullable":true},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"motherBillingDealId":{"type":"integer","nullable":true},"contractPurchase":{"type":"object","nullable":true,"description":"Property contractPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePartnerPurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePartnerPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingDeal.BillingDealOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"type":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.get"}]},"contract":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Contract.ContractOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.get"}]},"billingDealPeriod":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/BillingDealPeriod.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.get"}]},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"string","format":"date-time","nullable":true},"billingType":{"type":"string"},"invoiceLineLabel":{"type":"string"},"unit":{"type":"number"},"costCenter":{"type":"string","nullable":true},"isDraft":{"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"computedRelatedDescription":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"previousBillingDealId":{"type":"integer","nullable":true},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"motherBillingDealId":{"type":"integer","nullable":true},"contractPurchase":{"type":"object","nullable":true,"description":"Property contractPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePartnerPurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePartnerPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingDeal.BillingDealOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"type":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.patch"}]},"contract":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Contract.ContractOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.patch"}]},"billingDealPeriod":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/BillingDealPeriod.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.patch"}]},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"string","format":"date-time","nullable":true},"billingType":{"type":"string"},"invoiceLineLabel":{"type":"string"},"unit":{"type":"number"},"costCenter":{"type":"string","nullable":true},"isDraft":{"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"computedRelatedDescription":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"previousBillingDealId":{"type":"integer","nullable":true},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"motherBillingDealId":{"type":"integer","nullable":true},"contractPurchase":{"type":"object","nullable":true,"description":"Property contractPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePartnerPurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePartnerPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingDeal.BillingDealOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"type":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.put"}]},"contract":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Contract.ContractOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.put"}]},"billingDealPeriod":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/BillingDealPeriod.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.put"}]},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"string","format":"date-time","nullable":true},"billingType":{"type":"string"},"invoiceLineLabel":{"type":"string"},"unit":{"type":"number"},"costCenter":{"type":"string","nullable":true},"isDraft":{"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"computedRelatedDescription":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"previousBillingDealId":{"type":"integer","nullable":true},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"ratePurchase":{"type":"number","nullable":true},"rateEnduser":{"type":"number","nullable":true},"motherBillingDealId":{"type":"integer","nullable":true},"contractPurchase":{"type":"object","nullable":true,"description":"Property contractPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePartnerPurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePartnerPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingDeal.BillingDealOutput.jsonld-billingrule.read_billingrule.collection.read_billingrule.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"type":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-billingrule.read_billingrule.collection.read_billingrule.collection.get"}]},"orderId":{"type":"integer","nullable":true},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"dateStart":{"type":"string","format":"date-time"},"dateEnd":{"type":"string","format":"date-time","nullable":true},"billedUntil":{"type":"string","format":"date-time","nullable":true},"billingType":{"type":"string"},"invoiceLineLabel":{"type":"string"},"unit":{"type":"number"},"costCenter":{"type":"string","nullable":true},"isDraft":{"type":"boolean"},"sendTerminationFee":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"computedRelatedDescription":{"type":"string","nullable":true},"relatedDescription":{"type":"string","nullable":true},"previousBillingDealId":{"type":"integer","nullable":true},"relatedBillingDealId":{"type":"integer","nullable":true},"relatedSalesBillingDealId":{"type":"integer","nullable":true},"rateEnduser":{"type":"number","nullable":true},"contractPurchase":{"type":"object","nullable":true,"description":"Property contractPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"ratePartnerPurchase":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property ratePartnerPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingDealPeriod-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"BillingDealPeriod-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"BillingDealPeriod-billingdeal.read_billingdeal.item.read_billingdeal.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"BillingDealPeriod-billingdeal.read_billingdeal.item.read_billingdeal.item.patch":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"BillingDealPeriod-billingdeal.read_billingdeal.item.read_billingdeal.item.put":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"BillingDealPeriod.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"BillingDealPeriod.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"BillingDealPeriod.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"BillingDealPeriod.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.patch":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"BillingDealPeriod.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.put":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"BillingRule.BillingRuleOutput-billingrule.read_billingrule.collection.read_billingrule.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"readOnly":true,"type":"string"},"billingDeal":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput-billingrule.read_billingrule.collection.read_billingrule.collection.get"},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"customerId":{"type":"integer"},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"chargeType":{"type":"string"},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-billingrule.read_billingrule.collection.read_billingrule.collection.get"},"invoiceLineLabel":{"type":"string"},"costCenter":{"type":"string"},"duration":{"type":"integer"},"quantity":{"type":"number"},"periodStart":{"type":"string","format":"date-time"},"periodEnd":{"type":"string","format":"date-time"},"period":{"type":"number"},"rateEnduser":{"type":"number"},"ratePartnerPurchase":{"type":"number"},"ratePurchase":{"type":"number"},"amountEnduser":{"type":"number"},"amountPartnerPurchase":{"type":"number"},"amountPurchase":{"type":"number"},"vat":{"type":"integer"},"purchaseOrder":{"type":"string","nullable":true},"created":{"type":"string","format":"date-time"},"modified":{"type":"string","format":"date-time"},"invoiceId":{"type":"integer"},"rateCommission":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property rateCommission is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"amountCommission":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property amountCommission is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"stateCommission":{"type":"string","example":"string","nullable":true,"description":"Property stateCommission is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"BillingRule.BillingRuleOutput.jsonld-billingrule.read_billingrule.collection.read_billingrule.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"type":{"readOnly":true,"type":"string"},"billingDeal":{"$ref":"#\/components\/schemas\/BillingDeal.BillingDealOutput.jsonld-billingrule.read_billingrule.collection.read_billingrule.collection.get"},"invoicerId":{"type":"integer"},"invoiceeId":{"type":"integer"},"customerId":{"type":"integer"},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"chargeType":{"type":"string"},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-billingrule.read_billingrule.collection.read_billingrule.collection.get"},"invoiceLineLabel":{"type":"string"},"costCenter":{"type":"string"},"duration":{"type":"integer"},"quantity":{"type":"number"},"periodStart":{"type":"string","format":"date-time"},"periodEnd":{"type":"string","format":"date-time"},"period":{"type":"number"},"rateEnduser":{"type":"number"},"ratePartnerPurchase":{"type":"number"},"ratePurchase":{"type":"number"},"amountEnduser":{"type":"number"},"amountPartnerPurchase":{"type":"number"},"amountPurchase":{"type":"number"},"vat":{"type":"integer"},"purchaseOrder":{"type":"string","nullable":true},"created":{"type":"string","format":"date-time"},"modified":{"type":"string","format":"date-time"},"invoiceId":{"type":"integer"},"rateCommission":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property rateCommission is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"amountCommission":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property amountCommission is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"stateCommission":{"type":"string","example":"string","nullable":true,"description":"Property stateCommission is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Blocklist-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","properties":{"id":{"description":"| null $id ;","type":"integer","nullable":true},"name":{"type":"string"}}},"Blocklist-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","properties":{"id":{"description":"| null $id ;","type":"integer","nullable":true},"name":{"type":"string"}}},"Blocklist-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","properties":{"id":{"description":"| null $id ;","type":"integer","nullable":true},"name":{"type":"string"}}},"Blocklist-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","properties":{"id":{"description":"| null $id ;","type":"integer","nullable":true},"name":{"type":"string"}}},"Blocklist.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"| null $id ;","type":"integer","nullable":true},"name":{"type":"string"}}},"Blocklist.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"| null $id ;","type":"integer","nullable":true},"name":{"type":"string"}}},"Blocklist.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"| null $id ;","type":"integer","nullable":true},"name":{"type":"string"}}},"Blocklist.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"| null $id ;","type":"integer","nullable":true},"name":{"type":"string"}}},"CallLog.CallLogOutput-calllog.read_calllog.collection.read_calllog.collection.list_customer_call_logs":{"type":"object","description":"","properties":{"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-calllog.read_calllog.collection.read_calllog.collection.list_customer_call_logs"},"subject":{"type":"string"},"additional_information":{"readOnly":true},"caller_name":{"readOnly":true},"created":{},"created_by":{"readOnly":true},"modified":{},"modified_by":{"readOnly":true}}},"CallLog.CallLogOutput-calllog.read_calllog.collection.read_calllog.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-calllog.read_calllog.collection.read_calllog.collection.post"},"subject":{"type":"string"},"additional_information":{"readOnly":true},"caller_name":{"readOnly":true},"created":{},"created_by":{"readOnly":true},"modified":{},"modified_by":{"readOnly":true}}},"CallLog.CallLogOutput-calllog.read_calllog.item.read_calllog.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-calllog.read_calllog.item.read_calllog.item.get"},"subject":{"type":"string"},"additional_information":{"readOnly":true},"caller_name":{"readOnly":true},"created":{},"created_by":{"readOnly":true},"modified":{},"modified_by":{"readOnly":true}}},"CallLog.CallLogOutput.jsonld-calllog.read_calllog.collection.read_calllog.collection.list_customer_call_logs":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-calllog.read_calllog.collection.read_calllog.collection.list_customer_call_logs"},"subject":{"type":"string"},"additional_information":{"readOnly":true},"caller_name":{"readOnly":true},"created":{},"created_by":{"readOnly":true},"modified":{},"modified_by":{"readOnly":true}}},"CallLog.CallLogOutput.jsonld-calllog.read_calllog.collection.read_calllog.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-calllog.read_calllog.collection.read_calllog.collection.post"},"subject":{"type":"string"},"additional_information":{"readOnly":true},"caller_name":{"readOnly":true},"created":{},"created_by":{"readOnly":true},"modified":{},"modified_by":{"readOnly":true}}},"CallLog.CallLogOutput.jsonld-calllog.read_calllog.item.read_calllog.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-calllog.read_calllog.item.read_calllog.item.get"},"subject":{"type":"string"},"additional_information":{"readOnly":true},"caller_name":{"readOnly":true},"created":{},"created_by":{"readOnly":true},"modified":{},"modified_by":{"readOnly":true}}},"Cdr-cdr.read_cdr.collection.read_cdr.collection.cdrs_export":{"type":"object","description":""},"CdrTotal.CdrTotalOutput-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"cli":{"type":"integer"},"originatingRegion":{"type":"string"},"extension":{"type":"string"},"grouping":{"type":"string"},"dateTo":{"type":"string"},"duration":{"type":"integer"},"calls":{"type":"integer"},"orderId":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get"},"order":{"$ref":"#\/components\/schemas\/Order.OrderOutput-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get"},"vat":{"type":"integer"},"costCenter":{"type":"string"},"closedForBilling":{"type":"boolean"},"billingRuleId":{"type":"integer","nullable":true},"cost1":{"type":"number","nullable":true},"cost2":{"type":"object","nullable":true,"description":"Property cost2 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"cost3":{"type":"object","nullable":true,"description":"Property cost3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseCost":{"type":"object","nullable":true,"description":"Property purchaseCost is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"CdrTotal.CdrTotalOutput-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"cli":{"type":"integer"},"originatingRegion":{"type":"string"},"extension":{"type":"string"},"grouping":{"type":"string"},"dateTo":{"type":"string"},"duration":{"type":"integer"},"calls":{"type":"integer"},"orderId":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get"},"order":{"$ref":"#\/components\/schemas\/Order.OrderOutput-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get"},"vat":{"type":"integer"},"costCenter":{"type":"string"},"closedForBilling":{"type":"boolean"},"billingRuleId":{"type":"integer","nullable":true},"cost1":{"type":"number","nullable":true},"cost2":{"type":"object","nullable":true,"description":"Property cost2 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"cost3":{"type":"object","nullable":true,"description":"Property cost3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseCost":{"type":"object","nullable":true,"description":"Property purchaseCost is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"CdrTotal.CdrTotalOutput.jsonld-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"cli":{"type":"integer"},"originatingRegion":{"type":"string"},"extension":{"type":"string"},"grouping":{"type":"string"},"dateTo":{"type":"string"},"duration":{"type":"integer"},"calls":{"type":"integer"},"orderId":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get"},"order":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get"},"vat":{"type":"integer"},"costCenter":{"type":"string"},"closedForBilling":{"type":"boolean"},"billingRuleId":{"type":"integer","nullable":true},"cost1":{"type":"number","nullable":true},"cost2":{"type":"object","nullable":true,"description":"Property cost2 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"cost3":{"type":"object","nullable":true,"description":"Property cost3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseCost":{"type":"object","nullable":true,"description":"Property purchaseCost is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"CdrTotal.CdrTotalOutput.jsonld-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"cli":{"type":"integer"},"originatingRegion":{"type":"string"},"extension":{"type":"string"},"grouping":{"type":"string"},"dateTo":{"type":"string"},"duration":{"type":"integer"},"calls":{"type":"integer"},"orderId":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get"},"order":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get"},"vat":{"type":"integer"},"costCenter":{"type":"string"},"closedForBilling":{"type":"boolean"},"billingRuleId":{"type":"integer","nullable":true},"cost1":{"type":"number","nullable":true},"cost2":{"type":"object","nullable":true,"description":"Property cost2 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"cost3":{"type":"object","nullable":true,"description":"Property cost3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseCost":{"type":"object","nullable":true,"description":"Property purchaseCost is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Collection-product.read_product.collection.read_product.collection.get":{"type":"object"},"Collection-product.read_product.collection.read_product.collection.post":{"type":"object"},"Collection-product.read_product.item.read_product.item.get":{"type":"object"},"Collection-product.read_product.item.read_product.item.get_products_prices":{"type":"object"},"Collection-product.read_product.item.read_product.item.patch":{"type":"object"},"Collection-product.read_product.item.read_product.item.put":{"type":"object"},"Collection-product_product.read_product.item.read_product.item.get_kpn_products":{"type":"object"},"Collection.jsonld-product.read_product.collection.read_product.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Collection.jsonld-product.read_product.collection.read_product.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Collection.jsonld-product.read_product.item.read_product.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Collection.jsonld-product.read_product.item.read_product.item.get_products_prices":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Collection.jsonld-product.read_product.item.read_product.item.patch":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Collection.jsonld-product.read_product.item.read_product.item.put":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Collection.jsonld-product_product.read_product.item.read_product.item.get_kpn_products":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"ContactOutput-sipstatusdetails.read_registration.read_registration.item.read_registration.item.get_sip_registration_details":{"type":"object","properties":{"uri":{"type":"string"},"cseq":{"type":"integer"},"callId":{"type":"string"},"path":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"socket":{"type":"string","nullable":true},"updatedAt":{"type":"string"},"expires":{"type":"string"}}},"ContactOutput.jsonld-sipstatusdetails.read_registration.read_registration.item.read_registration.item.get_sip_registration_details":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"uri":{"type":"string"},"cseq":{"type":"integer"},"callId":{"type":"string"},"path":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"socket":{"type":"string","nullable":true},"updatedAt":{"type":"string"},"expires":{"type":"string"}}},"ContactPersonType.ContactPersonTypeInput-contactpersontype.write_contactpersontype.collection.write_contactpersontype.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Id of ContactPersonType","example":12345,"nullable":true},"title":{"maxLength":255,"type":"string","description":"Title of the contact person type","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true,"description":"Reseller id. Only root users may use null for global types.","example":123},"makeAvailableForSubresellers":{"type":"boolean","example":true,"nullable":true}},"required":["title"]},"ContactPersonType.ContactPersonTypeInput-contactpersontype.write_contactpersontype.item.write_contactpersontype.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Id of ContactPersonType","example":12345,"nullable":true},"title":{"maxLength":255,"type":"string","description":"Title of the contact person type","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true,"description":"Reseller id. Only root users may use null for global types.","example":123},"makeAvailableForSubresellers":{"type":"boolean","example":true,"nullable":true}},"required":["title"]},"ContactPersonType.ContactPersonTypeInput.jsonld-contactpersontype.write_contactpersontype.collection.write_contactpersontype.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Id of ContactPersonType","example":12345,"nullable":true},"title":{"maxLength":255,"type":"string","description":"Title of the contact person type","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true,"description":"Reseller id. Only root users may use null for global types.","example":123},"makeAvailableForSubresellers":{"type":"boolean","example":true,"nullable":true}},"required":["title"]},"ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.collection.read_contactpersontype.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true},"makeAvailableForSubresellers":{"type":"boolean"}}},"ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.collection.read_contactpersontype.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true},"makeAvailableForSubresellers":{"type":"boolean"}}},"ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.item.read_contactpersontype.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true},"makeAvailableForSubresellers":{"type":"boolean"}}},"ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.item.read_contactpersontype.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true},"makeAvailableForSubresellers":{"type":"boolean"}}},"ContactPersonType.ContactPersonTypeOutput-contactpersontype.read_contactpersontype.item.read_contactpersontype.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true},"makeAvailableForSubresellers":{"type":"boolean"}}},"ContactPersonType.ContactPersonTypeOutput-user.read_user.collection.read_user.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput-user.read_user.collection.read_user.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput-user.read_user.item.read_user.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput-user.read_user.item.read_user.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-contactpersontype.read_contactpersontype.collection.read_contactpersontype.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true},"makeAvailableForSubresellers":{"type":"boolean"}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-contactpersontype.read_contactpersontype.collection.read_contactpersontype.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true},"makeAvailableForSubresellers":{"type":"boolean"}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-contactpersontype.read_contactpersontype.item.read_contactpersontype.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true},"makeAvailableForSubresellers":{"type":"boolean"}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-contactpersontype.read_contactpersontype.item.read_contactpersontype.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true},"makeAvailableForSubresellers":{"type":"boolean"}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-contactpersontype.read_contactpersontype.item.read_contactpersontype.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true},"resellerId":{"type":"integer","nullable":true},"makeAvailableForSubresellers":{"type":"boolean"}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-user.read_user.collection.read_user.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-user.read_user.collection.read_user.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-user.read_user.item.read_user.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-user.read_user.item.read_user.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPersonType.ContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ContactPersonType","example":12345},"title":{"type":"string","example":"Operational","nullable":true}}},"ContactPreference.ContactPreferenceInput-contactpreference.read_contactpreference.write_contactpreference.item.write_contactpreference.item.patch":{"type":"object","description":"","properties":{"type":{"type":"string","description":"Contact preference type","example":"customer","enum":["customer","order"],"nullable":true},"entityId":{"type":"integer","description":"Id of customer or order","example":12345,"nullable":true},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0"},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00","externalDocs":{"url":"http:\/\/schema.org\/Time"}},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","externalDocs":{"url":"http:\/\/schema.org\/Time"},"nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"ContactPreference.ContactPreferenceInput-contactpreference.write_contactpreference.collection.write_contactpreference.collection.post":{"type":"object","description":"","properties":{"type":{"type":"string","description":"Contact preference type","example":"customer","enum":["customer","order"],"nullable":true},"entityId":{"type":"integer","description":"Id of customer or order","example":12345,"nullable":true},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0"},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00","externalDocs":{"url":"http:\/\/schema.org\/Time"}},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","externalDocs":{"url":"http:\/\/schema.org\/Time"},"nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"ContactPreference.ContactPreferenceInput.jsonld-contactpreference.write_contactpreference.collection.write_contactpreference.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"type":{"type":"string","description":"Contact preference type","example":"customer","enum":["customer","order"],"nullable":true},"entityId":{"type":"integer","description":"Id of customer or order","example":12345,"nullable":true},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0"},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00","externalDocs":{"url":"http:\/\/schema.org\/Time"}},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","externalDocs":{"url":"http:\/\/schema.org\/Time"},"nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Id of contact preference","example":12345},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get"},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Order.OrderOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get"}]},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0","enum":[0,1,2,3,4,5,6]},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00"},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Id of contact preference","example":12345},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post"},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Order.OrderOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post"}]},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0","enum":[0,1,2,3,4,5,6]},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00"},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Id of contact preference","example":12345},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.delete"},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Order.OrderOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.delete"}]},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0","enum":[0,1,2,3,4,5,6]},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00"},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Id of contact preference","example":12345},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.get"},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Order.OrderOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.get"}]},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0","enum":[0,1,2,3,4,5,6]},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00"},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"ContactPreference.ContactPreferenceOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Id of contact preference","example":12345},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.patch"},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Order.OrderOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.patch"}]},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0","enum":[0,1,2,3,4,5,6]},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00"},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"ContactPreference.ContactPreferenceOutput.jsonld-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Id of contact preference","example":12345},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get"},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get"}]},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0","enum":[0,1,2,3,4,5,6]},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00"},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"ContactPreference.ContactPreferenceOutput.jsonld-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Id of contact preference","example":12345},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post"},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post"}]},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0","enum":[0,1,2,3,4,5,6]},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00"},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"ContactPreference.ContactPreferenceOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Id of contact preference","example":12345},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.delete"},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.delete"}]},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0","enum":[0,1,2,3,4,5,6]},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00"},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"ContactPreference.ContactPreferenceOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Id of contact preference","example":12345},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.get"},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.get"}]},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0","enum":[0,1,2,3,4,5,6]},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00"},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"ContactPreference.ContactPreferenceOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Id of contact preference","example":12345},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.patch"},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.patch"}]},"dayOfWeek":{"type":"integer","description":"Day of the week","example":"0","enum":[0,1,2,3,4,5,6]},"startTime":{"type":"string","description":"Start time of contact preference","example":"08:00:00"},"endTime":{"type":"string","description":"End time of contact preference","example":"18:00:00","nullable":true},"meansOfContact":{"type":"string","description":"Means of contact","example":"phone","enum":["sms","phone","email"]}}},"Contract.ContractOutput-Default_contract.read_contract.collection.read_contract.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"contracteeReference":{"type":"string","description":"Companyname or some other relative information","example":"John Doe","nullable":true},"contractee":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-Default_contract.read_contract.collection.read_contract.collection.get"}]},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"description":"refers to Customer.id","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-Default_contract.read_contract.collection.read_contract.collection.get"}]},"dateSigned":{"type":"string","format":"date-time","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"prolongationState":{"type":"string"},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"terminationTerm":{"type":"boolean","nullable":true},"billingDealPeriodId":{"description":"refers to BillingDealPeriod.id","type":"integer","nullable":true},"costCenter":{"type":"string","nullable":true},"purchaseOrder":{"type":"string","nullable":true},"isAutoMaintained":{"type":"boolean","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedUsageTurnover":{"type":"number","nullable":true},"computedUsagePurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"computedOriginalExpirationDate":{"type":"string","format":"date-time","nullable":true},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"expectedOtr":{"type":"number","nullable":true},"expectedMrr":{"type":"number","nullable":true},"expectedMrrGrowth":{"type":"number","nullable":true},"expectedMmr":{"type":"number","nullable":true}}},"Contract.ContractOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"type":"object","nullable":true,"description":"Property contractor is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"dateSigned":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property dateSigned is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"prolongationState":{"type":"string","example":"string","nullable":true,"description":"Property prolongationState is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"terminationTerm":{"type":"boolean","example":false,"nullable":true,"description":"Property terminationTerm is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"billingDealPeriodId":{"type":"integer","example":0,"nullable":true,"description":"Property billingDealPeriodId is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"isAutoMaintained":{"type":"boolean","example":false,"nullable":true,"description":"Property isAutoMaintained is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"created":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property created is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"modified":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property modified is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringTurnover":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property computedRecurringTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringPurchase":{"type":"object","nullable":true,"description":"Property computedRecurringPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedUsageTurnover":{"type":"object","nullable":true,"description":"Property computedUsageTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedExpirationDate":{"type":"object","nullable":true,"description":"Property computedExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedOriginalExpirationDate":{"type":"object","nullable":true,"description":"Property computedOriginalExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Contract.ContractOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"type":"object","nullable":true,"description":"Property contractor is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"dateSigned":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property dateSigned is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"prolongationState":{"type":"string","example":"string","nullable":true,"description":"Property prolongationState is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"terminationTerm":{"type":"boolean","example":false,"nullable":true,"description":"Property terminationTerm is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"billingDealPeriodId":{"type":"integer","example":0,"nullable":true,"description":"Property billingDealPeriodId is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"isAutoMaintained":{"type":"boolean","example":false,"nullable":true,"description":"Property isAutoMaintained is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"created":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property created is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"modified":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property modified is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringTurnover":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property computedRecurringTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringPurchase":{"type":"object","nullable":true,"description":"Property computedRecurringPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedUsageTurnover":{"type":"object","nullable":true,"description":"Property computedUsageTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedExpirationDate":{"type":"object","nullable":true,"description":"Property computedExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedOriginalExpirationDate":{"type":"object","nullable":true,"description":"Property computedOriginalExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Contract.ContractOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"type":"object","nullable":true,"description":"Property contractor is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"dateSigned":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property dateSigned is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"prolongationState":{"type":"string","example":"string","nullable":true,"description":"Property prolongationState is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"terminationTerm":{"type":"boolean","example":false,"nullable":true,"description":"Property terminationTerm is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"billingDealPeriodId":{"type":"integer","example":0,"nullable":true,"description":"Property billingDealPeriodId is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"isAutoMaintained":{"type":"boolean","example":false,"nullable":true,"description":"Property isAutoMaintained is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"created":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property created is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"modified":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property modified is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringTurnover":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property computedRecurringTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringPurchase":{"type":"object","nullable":true,"description":"Property computedRecurringPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedUsageTurnover":{"type":"object","nullable":true,"description":"Property computedUsageTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedExpirationDate":{"type":"object","nullable":true,"description":"Property computedExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedOriginalExpirationDate":{"type":"object","nullable":true,"description":"Property computedOriginalExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Contract.ContractOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"type":"object","nullable":true,"description":"Property contractor is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"dateSigned":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property dateSigned is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"prolongationState":{"type":"string","example":"string","nullable":true,"description":"Property prolongationState is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"terminationTerm":{"type":"boolean","example":false,"nullable":true,"description":"Property terminationTerm is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"billingDealPeriodId":{"type":"integer","example":0,"nullable":true,"description":"Property billingDealPeriodId is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"isAutoMaintained":{"type":"boolean","example":false,"nullable":true,"description":"Property isAutoMaintained is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"created":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property created is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"modified":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property modified is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringTurnover":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property computedRecurringTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringPurchase":{"type":"object","nullable":true,"description":"Property computedRecurringPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedUsageTurnover":{"type":"object","nullable":true,"description":"Property computedUsageTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedExpirationDate":{"type":"object","nullable":true,"description":"Property computedExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedOriginalExpirationDate":{"type":"object","nullable":true,"description":"Property computedOriginalExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Contract.ContractOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"type":"object","nullable":true,"description":"Property contractor is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"dateSigned":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property dateSigned is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"prolongationState":{"type":"string","example":"string","nullable":true,"description":"Property prolongationState is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"terminationTerm":{"type":"boolean","example":false,"nullable":true,"description":"Property terminationTerm is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"billingDealPeriodId":{"type":"integer","example":0,"nullable":true,"description":"Property billingDealPeriodId is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"isAutoMaintained":{"type":"boolean","example":false,"nullable":true,"description":"Property isAutoMaintained is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"created":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property created is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"modified":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property modified is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringTurnover":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property computedRecurringTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringPurchase":{"type":"object","nullable":true,"description":"Property computedRecurringPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedUsageTurnover":{"type":"object","nullable":true,"description":"Property computedUsageTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedExpirationDate":{"type":"object","nullable":true,"description":"Property computedExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedOriginalExpirationDate":{"type":"object","nullable":true,"description":"Property computedOriginalExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Contract.ContractOutput-contract.read_contract.collection.read_contract.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"contracteeReference":{"type":"string","description":"Companyname or some other relative information","example":"John Doe","nullable":true},"contractee":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contract.read_contract.collection.read_contract.collection.post"}]},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"description":"refers to Customer.id","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contract.read_contract.collection.read_contract.collection.post"}]},"dateSigned":{"type":"string","format":"date-time","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"prolongationState":{"type":"string"},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"terminationTerm":{"type":"boolean","nullable":true},"billingDealPeriodId":{"description":"refers to BillingDealPeriod.id","type":"integer","nullable":true},"costCenter":{"type":"string","nullable":true},"purchaseOrder":{"type":"string","nullable":true},"isAutoMaintained":{"type":"boolean","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedUsageTurnover":{"type":"number","nullable":true},"computedUsagePurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"computedOriginalExpirationDate":{"type":"string","format":"date-time","nullable":true},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"expectedOtr":{"type":"number","nullable":true},"expectedMrr":{"type":"number","nullable":true},"expectedMrrGrowth":{"type":"number","nullable":true},"expectedMmr":{"type":"number","nullable":true}}},"Contract.ContractOutput-contract.read_contract.item.read_contract.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"contracteeReference":{"type":"string","description":"Companyname or some other relative information","example":"John Doe","nullable":true},"contractee":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contract.read_contract.item.read_contract.item.get"}]},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"description":"refers to Customer.id","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contract.read_contract.item.read_contract.item.get"}]},"dateSigned":{"type":"string","format":"date-time","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"prolongationState":{"type":"string"},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"terminationTerm":{"type":"boolean","nullable":true},"billingDealPeriodId":{"description":"refers to BillingDealPeriod.id","type":"integer","nullable":true},"costCenter":{"type":"string","nullable":true},"purchaseOrder":{"type":"string","nullable":true},"isAutoMaintained":{"type":"boolean","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedUsageTurnover":{"type":"number","nullable":true},"computedUsagePurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"computedOriginalExpirationDate":{"type":"string","format":"date-time","nullable":true},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"expectedOtr":{"type":"number","nullable":true},"expectedMrr":{"type":"number","nullable":true},"expectedMrrGrowth":{"type":"number","nullable":true},"expectedMmr":{"type":"number","nullable":true}}},"Contract.ContractOutput-contract.read_contract.item.read_contract.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"contracteeReference":{"type":"string","description":"Companyname or some other relative information","example":"John Doe","nullable":true},"contractee":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contract.read_contract.item.read_contract.item.patch"}]},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"description":"refers to Customer.id","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contract.read_contract.item.read_contract.item.patch"}]},"dateSigned":{"type":"string","format":"date-time","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"prolongationState":{"type":"string"},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"terminationTerm":{"type":"boolean","nullable":true},"billingDealPeriodId":{"description":"refers to BillingDealPeriod.id","type":"integer","nullable":true},"costCenter":{"type":"string","nullable":true},"purchaseOrder":{"type":"string","nullable":true},"isAutoMaintained":{"type":"boolean","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedUsageTurnover":{"type":"number","nullable":true},"computedUsagePurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"computedOriginalExpirationDate":{"type":"string","format":"date-time","nullable":true},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"expectedOtr":{"type":"number","nullable":true},"expectedMrr":{"type":"number","nullable":true},"expectedMrrGrowth":{"type":"number","nullable":true},"expectedMmr":{"type":"number","nullable":true}}},"Contract.ContractOutput-contract.read_contract.item.read_contract.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"contracteeReference":{"type":"string","description":"Companyname or some other relative information","example":"John Doe","nullable":true},"contractee":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contract.read_contract.item.read_contract.item.put"}]},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"description":"refers to Customer.id","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contract.read_contract.item.read_contract.item.put"}]},"dateSigned":{"type":"string","format":"date-time","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"prolongationState":{"type":"string"},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"terminationTerm":{"type":"boolean","nullable":true},"billingDealPeriodId":{"description":"refers to BillingDealPeriod.id","type":"integer","nullable":true},"costCenter":{"type":"string","nullable":true},"purchaseOrder":{"type":"string","nullable":true},"isAutoMaintained":{"type":"boolean","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedUsageTurnover":{"type":"number","nullable":true},"computedUsagePurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"computedOriginalExpirationDate":{"type":"string","format":"date-time","nullable":true},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"expectedOtr":{"type":"number","nullable":true},"expectedMrr":{"type":"number","nullable":true},"expectedMrrGrowth":{"type":"number","nullable":true},"expectedMmr":{"type":"number","nullable":true}}},"Contract.ContractOutput.jsonld-Default_contract.read_contract.collection.read_contract.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"contracteeReference":{"type":"string","description":"Companyname or some other relative information","example":"John Doe","nullable":true},"contractee":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-Default_contract.read_contract.collection.read_contract.collection.get"}]},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"description":"refers to Customer.id","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-Default_contract.read_contract.collection.read_contract.collection.get"}]},"dateSigned":{"type":"string","format":"date-time","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"prolongationState":{"type":"string"},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"terminationTerm":{"type":"boolean","nullable":true},"billingDealPeriodId":{"description":"refers to BillingDealPeriod.id","type":"integer","nullable":true},"costCenter":{"type":"string","nullable":true},"purchaseOrder":{"type":"string","nullable":true},"isAutoMaintained":{"type":"boolean","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedUsageTurnover":{"type":"number","nullable":true},"computedUsagePurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"computedOriginalExpirationDate":{"type":"string","format":"date-time","nullable":true},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"expectedOtr":{"type":"number","nullable":true},"expectedMrr":{"type":"number","nullable":true},"expectedMrrGrowth":{"type":"number","nullable":true},"expectedMmr":{"type":"number","nullable":true}}},"Contract.ContractOutput.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"type":"object","nullable":true,"description":"Property contractor is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"dateSigned":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property dateSigned is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"prolongationState":{"type":"string","example":"string","nullable":true,"description":"Property prolongationState is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"terminationTerm":{"type":"boolean","example":false,"nullable":true,"description":"Property terminationTerm is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"billingDealPeriodId":{"type":"integer","example":0,"nullable":true,"description":"Property billingDealPeriodId is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"isAutoMaintained":{"type":"boolean","example":false,"nullable":true,"description":"Property isAutoMaintained is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"created":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property created is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"modified":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property modified is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringTurnover":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property computedRecurringTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringPurchase":{"type":"object","nullable":true,"description":"Property computedRecurringPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedUsageTurnover":{"type":"object","nullable":true,"description":"Property computedUsageTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedExpirationDate":{"type":"object","nullable":true,"description":"Property computedExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedOriginalExpirationDate":{"type":"object","nullable":true,"description":"Property computedOriginalExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Contract.ContractOutput.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"type":"object","nullable":true,"description":"Property contractor is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"dateSigned":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property dateSigned is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"prolongationState":{"type":"string","example":"string","nullable":true,"description":"Property prolongationState is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"terminationTerm":{"type":"boolean","example":false,"nullable":true,"description":"Property terminationTerm is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"billingDealPeriodId":{"type":"integer","example":0,"nullable":true,"description":"Property billingDealPeriodId is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"isAutoMaintained":{"type":"boolean","example":false,"nullable":true,"description":"Property isAutoMaintained is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"created":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property created is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"modified":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property modified is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringTurnover":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property computedRecurringTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringPurchase":{"type":"object","nullable":true,"description":"Property computedRecurringPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedUsageTurnover":{"type":"object","nullable":true,"description":"Property computedUsageTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedExpirationDate":{"type":"object","nullable":true,"description":"Property computedExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedOriginalExpirationDate":{"type":"object","nullable":true,"description":"Property computedOriginalExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Contract.ContractOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"type":"object","nullable":true,"description":"Property contractor is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"dateSigned":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property dateSigned is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"prolongationState":{"type":"string","example":"string","nullable":true,"description":"Property prolongationState is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"terminationTerm":{"type":"boolean","example":false,"nullable":true,"description":"Property terminationTerm is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"billingDealPeriodId":{"type":"integer","example":0,"nullable":true,"description":"Property billingDealPeriodId is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"isAutoMaintained":{"type":"boolean","example":false,"nullable":true,"description":"Property isAutoMaintained is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"created":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property created is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"modified":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property modified is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringTurnover":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property computedRecurringTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringPurchase":{"type":"object","nullable":true,"description":"Property computedRecurringPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedUsageTurnover":{"type":"object","nullable":true,"description":"Property computedUsageTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedExpirationDate":{"type":"object","nullable":true,"description":"Property computedExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedOriginalExpirationDate":{"type":"object","nullable":true,"description":"Property computedOriginalExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Contract.ContractOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"type":"object","nullable":true,"description":"Property contractor is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"dateSigned":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property dateSigned is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"prolongationState":{"type":"string","example":"string","nullable":true,"description":"Property prolongationState is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"terminationTerm":{"type":"boolean","example":false,"nullable":true,"description":"Property terminationTerm is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"billingDealPeriodId":{"type":"integer","example":0,"nullable":true,"description":"Property billingDealPeriodId is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"isAutoMaintained":{"type":"boolean","example":false,"nullable":true,"description":"Property isAutoMaintained is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"created":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property created is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"modified":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property modified is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringTurnover":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property computedRecurringTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringPurchase":{"type":"object","nullable":true,"description":"Property computedRecurringPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedUsageTurnover":{"type":"object","nullable":true,"description":"Property computedUsageTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedExpirationDate":{"type":"object","nullable":true,"description":"Property computedExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedOriginalExpirationDate":{"type":"object","nullable":true,"description":"Property computedOriginalExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Contract.ContractOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"type":"object","nullable":true,"description":"Property contractor is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"dateSigned":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property dateSigned is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"prolongationState":{"type":"string","example":"string","nullable":true,"description":"Property prolongationState is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"terminationTerm":{"type":"boolean","example":false,"nullable":true,"description":"Property terminationTerm is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"billingDealPeriodId":{"type":"integer","example":0,"nullable":true,"description":"Property billingDealPeriodId is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"isAutoMaintained":{"type":"boolean","example":false,"nullable":true,"description":"Property isAutoMaintained is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"created":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property created is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"modified":{"type":"string","format":"date-time","example":"2026-06-19T21:36:15+00:00","nullable":true,"description":"Property modified is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringTurnover":{"type":"number","format":"float","example":0,"nullable":true,"description":"Property computedRecurringTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedRecurringPurchase":{"type":"object","nullable":true,"description":"Property computedRecurringPurchase is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedUsageTurnover":{"type":"object","nullable":true,"description":"Property computedUsageTurnover is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedExpirationDate":{"type":"object","nullable":true,"description":"Property computedExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"computedOriginalExpirationDate":{"type":"object","nullable":true,"description":"Property computedOriginalExpirationDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Contract.ContractOutput.jsonld-contract.read_contract.collection.read_contract.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"contracteeReference":{"type":"string","description":"Companyname or some other relative information","example":"John Doe","nullable":true},"contractee":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contract.read_contract.collection.read_contract.collection.post"}]},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"description":"refers to Customer.id","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contract.read_contract.collection.read_contract.collection.post"}]},"dateSigned":{"type":"string","format":"date-time","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"prolongationState":{"type":"string"},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"terminationTerm":{"type":"boolean","nullable":true},"billingDealPeriodId":{"description":"refers to BillingDealPeriod.id","type":"integer","nullable":true},"costCenter":{"type":"string","nullable":true},"purchaseOrder":{"type":"string","nullable":true},"isAutoMaintained":{"type":"boolean","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedUsageTurnover":{"type":"number","nullable":true},"computedUsagePurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"computedOriginalExpirationDate":{"type":"string","format":"date-time","nullable":true},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"expectedOtr":{"type":"number","nullable":true},"expectedMrr":{"type":"number","nullable":true},"expectedMrrGrowth":{"type":"number","nullable":true},"expectedMmr":{"type":"number","nullable":true}}},"Contract.ContractOutput.jsonld-contract.read_contract.item.read_contract.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"contracteeReference":{"type":"string","description":"Companyname or some other relative information","example":"John Doe","nullable":true},"contractee":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contract.read_contract.item.read_contract.item.get"}]},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"description":"refers to Customer.id","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contract.read_contract.item.read_contract.item.get"}]},"dateSigned":{"type":"string","format":"date-time","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"prolongationState":{"type":"string"},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"terminationTerm":{"type":"boolean","nullable":true},"billingDealPeriodId":{"description":"refers to BillingDealPeriod.id","type":"integer","nullable":true},"costCenter":{"type":"string","nullable":true},"purchaseOrder":{"type":"string","nullable":true},"isAutoMaintained":{"type":"boolean","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedUsageTurnover":{"type":"number","nullable":true},"computedUsagePurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"computedOriginalExpirationDate":{"type":"string","format":"date-time","nullable":true},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"expectedOtr":{"type":"number","nullable":true},"expectedMrr":{"type":"number","nullable":true},"expectedMrrGrowth":{"type":"number","nullable":true},"expectedMmr":{"type":"number","nullable":true}}},"Contract.ContractOutput.jsonld-contract.read_contract.item.read_contract.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"contracteeReference":{"type":"string","description":"Companyname or some other relative information","example":"John Doe","nullable":true},"contractee":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contract.read_contract.item.read_contract.item.patch"}]},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"description":"refers to Customer.id","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contract.read_contract.item.read_contract.item.patch"}]},"dateSigned":{"type":"string","format":"date-time","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"prolongationState":{"type":"string"},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"terminationTerm":{"type":"boolean","nullable":true},"billingDealPeriodId":{"description":"refers to BillingDealPeriod.id","type":"integer","nullable":true},"costCenter":{"type":"string","nullable":true},"purchaseOrder":{"type":"string","nullable":true},"isAutoMaintained":{"type":"boolean","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedUsageTurnover":{"type":"number","nullable":true},"computedUsagePurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"computedOriginalExpirationDate":{"type":"string","format":"date-time","nullable":true},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"expectedOtr":{"type":"number","nullable":true},"expectedMrr":{"type":"number","nullable":true},"expectedMrrGrowth":{"type":"number","nullable":true},"expectedMmr":{"type":"number","nullable":true}}},"Contract.ContractOutput.jsonld-contract.read_contract.item.read_contract.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"label":{"type":"string","nullable":true},"contracteeReference":{"type":"string","description":"Companyname or some other relative information","example":"John Doe","nullable":true},"contractee":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contract.read_contract.item.read_contract.item.put"}]},"contractorReference":{"type":"string","description":"Companyname or some other relative information","example":"Jane Doe","nullable":true},"contractor":{"description":"refers to Customer.id","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contract.read_contract.item.read_contract.item.put"}]},"dateSigned":{"type":"string","format":"date-time","nullable":true},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"boolean","nullable":true},"prolongationState":{"type":"string"},"prolongationTerm":{"type":"string","description":"Determines if the contract will be included in churn reduction campaigns","example":"active","enum":["active","lost","excluded","excluded-churn-risk","excluded-tender","excluded-too-low"],"nullable":true},"terminationTerm":{"type":"boolean","nullable":true},"billingDealPeriodId":{"description":"refers to BillingDealPeriod.id","type":"integer","nullable":true},"costCenter":{"type":"string","nullable":true},"purchaseOrder":{"type":"string","nullable":true},"isAutoMaintained":{"type":"boolean","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedUsageTurnover":{"type":"number","nullable":true},"computedUsagePurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"computedOriginalExpirationDate":{"type":"string","format":"date-time","nullable":true},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"expectedOtr":{"type":"number","nullable":true},"expectedMrr":{"type":"number","nullable":true},"expectedMrrGrowth":{"type":"number","nullable":true},"expectedMmr":{"type":"number","nullable":true}}},"ContractPurchase.ContractPurchaseOutput-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get":{"type":"object","description":"","properties":{"id":{},"label":{},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"integer","nullable":true},"prolongationTerm":{"type":"integer","nullable":true},"terminationTerm":{"type":"integer","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"lastComputed":{"type":"string","format":"date-time","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get"},"purchasedForCustomer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get"}}},"ContractPurchase.ContractPurchaseOutput-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get":{"type":"object","description":"","properties":{"id":{},"label":{},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"integer","nullable":true},"prolongationTerm":{"type":"integer","nullable":true},"terminationTerm":{"type":"integer","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"lastComputed":{"type":"string","format":"date-time","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get"},"purchasedForCustomer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get"}}},"ContractPurchase.ContractPurchaseOutput-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post":{"type":"object","description":"","properties":{"id":{},"label":{},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"integer","nullable":true},"prolongationTerm":{"type":"integer","nullable":true},"terminationTerm":{"type":"integer","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"lastComputed":{"type":"string","format":"date-time","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post"},"purchasedForCustomer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post"}}},"ContractPurchase.ContractPurchaseOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch":{"type":"object","description":"","properties":{"id":{},"label":{},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"integer","nullable":true},"prolongationTerm":{"type":"integer","nullable":true},"terminationTerm":{"type":"integer","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"lastComputed":{"type":"string","format":"date-time","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch"},"purchasedForCustomer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch"}}},"ContractPurchase.ContractPurchaseOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put":{"type":"object","description":"","properties":{"id":{},"label":{},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"integer","nullable":true},"prolongationTerm":{"type":"integer","nullable":true},"terminationTerm":{"type":"integer","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"lastComputed":{"type":"string","format":"date-time","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put"},"purchasedForCustomer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put"}}},"ContractPurchase.ContractPurchaseOutput.jsonld-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{},"label":{},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"integer","nullable":true},"prolongationTerm":{"type":"integer","nullable":true},"terminationTerm":{"type":"integer","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"lastComputed":{"type":"string","format":"date-time","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput.jsonld-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get"},"purchasedForCustomer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get"}}},"ContractPurchase.ContractPurchaseOutput.jsonld-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{},"label":{},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"integer","nullable":true},"prolongationTerm":{"type":"integer","nullable":true},"terminationTerm":{"type":"integer","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"lastComputed":{"type":"string","format":"date-time","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput.jsonld-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get"},"purchasedForCustomer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get"}}},"ContractPurchase.ContractPurchaseOutput.jsonld-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{},"label":{},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"integer","nullable":true},"prolongationTerm":{"type":"integer","nullable":true},"terminationTerm":{"type":"integer","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"lastComputed":{"type":"string","format":"date-time","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput.jsonld-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post"},"purchasedForCustomer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post"}}},"ContractPurchase.ContractPurchaseOutput.jsonld-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{},"label":{},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"integer","nullable":true},"prolongationTerm":{"type":"integer","nullable":true},"terminationTerm":{"type":"integer","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"lastComputed":{"type":"string","format":"date-time","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput.jsonld-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch"},"purchasedForCustomer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch"}}},"ContractPurchase.ContractPurchaseOutput.jsonld-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{},"label":{},"dateStart":{"type":"string","format":"date-time","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"contractTerm":{"type":"integer","nullable":true},"prolongationTerm":{"type":"integer","nullable":true},"terminationTerm":{"type":"integer","nullable":true},"computedRecurringTurnover":{"type":"number","nullable":true},"computedRecurringPurchase":{"type":"number","nullable":true},"computedExpirationDate":{"type":"string","format":"date-time","nullable":true},"lastComputed":{"type":"string","format":"date-time","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput.jsonld-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put"},"purchasedForCustomer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put"}}},"Customer.CustomerInput-customer.write_customer.collection.write_customer.collection.post":{"type":"object","description":"","required":["name","language","paymentTerm","parent","visitLocation","invoiceLocation"],"properties":{"name":{"maxLength":255,"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"pattern":"^([0-9][0-9]{6,7})$","type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"maxLength":64,"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"maxLength":64,"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceEmail":{"format":"email","maxLength":255,"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","externalDocs":{"url":"http:\/\/schema.org\/email"},"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"512","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","externalDocs":{"url":"http:\/\/schema.org\/identifier"},"nullable":true},"bic":{"maxLength":16,"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"maxLength":64,"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"maxLength":16,"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"pattern":"^(.*(^(http:\/\/www\\.|https:\/\/www\\.|http:\/\/|https:\/\/)?[a-z0-9]+([\\-\\.]{1}[a-z0-9]+)*\\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$).*)$","maxLength":255,"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"maxLength":255,"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14},"mandateReference":{"maxLength":36,"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"description":"The mandate date of customer","type":"string","format":"date-time","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"type":"string","description":"Parent of customer","example":"\/customers\/1234","format":"iri-reference","nullable":true},"visitLocation":{"type":"object","description":"Visit address of customer, when a new one will be created. (iri-refernce or object)","properties":{"street":{"type":"string","example":"Street name"},"housenumber":{"type":"integer","example":123},"extension":{"type":"string","example":"A"},"zipcode":{"type":"string","example":"1234AA"},"country":{"type":"string","example":"NL"},"city":{"type":"string","example":"City"},"attention":{"type":"string","example":"Accounts Payable"}},"format":"iri-reference","nullable":true},"invoiceLocation":{"type":"string","description":"Invoice address of customer, when an existing one is used. See visitLocation example for the properties needed to create a new invoiceLocation. (iri-refernce or object)","example":"\/locations\/1234","format":"iri-reference","nullable":true},"customerType":{"type":"string","description":"Type of customer","example":"\/customer-types\/1234","format":"iri-reference","nullable":true},"accountManager":{"type":"string","description":"accountManager of Customer","example":"\/users\/1234","format":"iri-reference","nullable":true}}},"Customer.CustomerInput-serviceorder.write_customer.write_customer.item.write_customer.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Id of customer","example":12345,"nullable":true},"name":{"maxLength":255,"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"pattern":"^([0-9][0-9]{6,7})$","type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"maxLength":64,"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"maxLength":64,"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceEmail":{"format":"email","maxLength":255,"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","externalDocs":{"url":"http:\/\/schema.org\/email"},"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"512","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","externalDocs":{"url":"http:\/\/schema.org\/identifier"},"nullable":true},"bic":{"maxLength":16,"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"maxLength":64,"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"maxLength":16,"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"pattern":"^(.*(^(http:\/\/www\\.|https:\/\/www\\.|http:\/\/|https:\/\/)?[a-z0-9]+([\\-\\.]{1}[a-z0-9]+)*\\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$).*)$","maxLength":255,"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"maxLength":255,"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14},"mandateReference":{"maxLength":36,"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"description":"The mandate date of customer","type":"string","format":"date-time","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"type":"string","description":"Parent of customer","example":"\/customers\/1234","format":"iri-reference","nullable":true},"visitLocation":{"type":"object","description":"Visit address of customer, when a new one will be created. (iri-refernce or object)","properties":{"street":{"type":"string","example":"Street name"},"housenumber":{"type":"integer","example":123},"extension":{"type":"string","example":"A"},"zipcode":{"type":"string","example":"1234AA"},"country":{"type":"string","example":"NL"},"city":{"type":"string","example":"City"},"attention":{"type":"string","example":"Accounts Payable"}},"format":"iri-reference","nullable":true},"invoiceLocation":{"type":"string","description":"Invoice address of customer, when an existing one is used. See visitLocation example for the properties needed to create a new invoiceLocation. (iri-refernce or object)","example":"\/locations\/1234","format":"iri-reference","nullable":true},"customerType":{"type":"string","description":"Type of customer","example":"\/customer-types\/1234","format":"iri-reference","nullable":true},"accountManager":{"type":"string","description":"accountManager of Customer","example":"\/users\/1234","format":"iri-reference","nullable":true}},"required":["name","language","paymentTerm","parent","visitLocation","invoiceLocation"]},"Customer.CustomerInput.jsonld-customer.write_customer.collection.write_customer.collection.post":{"type":"object","description":"","required":["name","language","paymentTerm","parent","visitLocation","invoiceLocation"],"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"maxLength":255,"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"pattern":"^([0-9][0-9]{6,7})$","type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"maxLength":64,"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"maxLength":64,"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceEmail":{"format":"email","maxLength":255,"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","externalDocs":{"url":"http:\/\/schema.org\/email"},"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"512","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","externalDocs":{"url":"http:\/\/schema.org\/identifier"},"nullable":true},"bic":{"maxLength":16,"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"maxLength":64,"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"maxLength":16,"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"pattern":"^(.*(^(http:\/\/www\\.|https:\/\/www\\.|http:\/\/|https:\/\/)?[a-z0-9]+([\\-\\.]{1}[a-z0-9]+)*\\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$).*)$","maxLength":255,"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"maxLength":255,"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14},"mandateReference":{"maxLength":36,"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"description":"The mandate date of customer","type":"string","format":"date-time","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"type":"string","description":"Parent of customer","example":"\/customers\/1234","format":"iri-reference","nullable":true},"visitLocation":{"type":"object","description":"Visit address of customer, when a new one will be created. (iri-refernce or object)","properties":{"street":{"type":"string","example":"Street name"},"housenumber":{"type":"integer","example":123},"extension":{"type":"string","example":"A"},"zipcode":{"type":"string","example":"1234AA"},"country":{"type":"string","example":"NL"},"city":{"type":"string","example":"City"},"attention":{"type":"string","example":"Accounts Payable"}},"format":"iri-reference","nullable":true},"invoiceLocation":{"type":"string","description":"Invoice address of customer, when an existing one is used. See visitLocation example for the properties needed to create a new invoiceLocation. (iri-refernce or object)","example":"\/locations\/1234","format":"iri-reference","nullable":true},"customerType":{"type":"string","description":"Type of customer","example":"\/customer-types\/1234","format":"iri-reference","nullable":true},"accountManager":{"type":"string","description":"accountManager of Customer","example":"\/users\/1234","format":"iri-reference","nullable":true}}},"Customer.CustomerOutput-Default_contract.read_contract.collection.read_contract.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-billingrule.read_billingrule.collection.read_billingrule.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-calllog.read_calllog.collection.read_calllog.collection.list_customer_call_logs":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-calllog.read_calllog.collection.read_calllog.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-calllog.read_calllog.item.read_calllog.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-contract.read_contract.collection.read_contract.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-contract.read_contract.item.read_contract.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-contract.read_contract.item.read_contract.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-contract.read_contract.item.read_contract.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-customer.read_customer.collection.read_customer.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"invoiceEmail":{"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"paymentMethodOnetime":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","nullable":true},"bic":{"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"paymentTermOnetime":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"561","nullable":true},"mandateReference":{"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateReference2":{"type":"string","description":"The secondary mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"type":"string","format":"date","description":"The mandate date of customer","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"isActive":{"default":1,"example":1,"type":"boolean"},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"description":"Customer|null"},"visitLocation":{"type":"object","description":"Visit address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-customer.read_customer.collection.read_customer.collection.get"}]},"invoiceLocation":{"type":"object","description":"Invoice address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-customer.read_customer.collection.read_customer.collection.get"}]},"customerType":{"type":"object","description":"Type of customer","$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customer.read_customer.collection.read_customer.collection.get"}]},"pocosAccountName":{"type":"string","description":"POCOS account name","example":"POCOS_ACCOUNT_123","nullable":true},"pocosCustomerId":{"type":"integer","description":"POCOS customer ID","example":456,"nullable":true},"routitAccountCode":{"type":"integer","description":"Routit account code","example":789,"nullable":true},"routitAdditionalAccountCode":{"type":"integer","description":"Routit additional account code","example":12,"nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-customer.read_customer.collection.read_customer.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"invoiceEmail":{"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"paymentMethodOnetime":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","nullable":true},"bic":{"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"paymentTermOnetime":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"561","nullable":true},"mandateReference":{"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateReference2":{"type":"string","description":"The secondary mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"type":"string","format":"date","description":"The mandate date of customer","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"isActive":{"default":1,"example":1,"type":"boolean"},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"description":"Customer|null"},"visitLocation":{"type":"object","description":"Visit address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-customer.read_customer.collection.read_customer.collection.post"}]},"invoiceLocation":{"type":"object","description":"Invoice address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-customer.read_customer.collection.read_customer.collection.post"}]},"customerType":{"type":"object","description":"Type of customer","$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customer.read_customer.collection.read_customer.collection.post"}]},"pocosAccountName":{"type":"string","description":"POCOS account name","example":"POCOS_ACCOUNT_123","nullable":true},"pocosCustomerId":{"type":"integer","description":"POCOS customer ID","example":456,"nullable":true},"routitAccountCode":{"type":"integer","description":"Routit account code","example":789,"nullable":true},"routitAdditionalAccountCode":{"type":"integer","description":"Routit additional account code","example":12,"nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-customer.read_customer.collection.read_customer.collection.post_sync":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"invoiceEmail":{"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"paymentMethodOnetime":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","nullable":true},"bic":{"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"paymentTermOnetime":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"561","nullable":true},"mandateReference":{"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateReference2":{"type":"string","description":"The secondary mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"type":"string","format":"date","description":"The mandate date of customer","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"isActive":{"default":1,"example":1,"type":"boolean"},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"description":"Customer|null"},"visitLocation":{"type":"object","description":"Visit address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-customer.read_customer.collection.read_customer.collection.post_sync"}]},"invoiceLocation":{"type":"object","description":"Invoice address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-customer.read_customer.collection.read_customer.collection.post_sync"}]},"customerType":{"type":"object","description":"Type of customer","$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customer.read_customer.collection.read_customer.collection.post_sync"}]},"pocosAccountName":{"type":"string","description":"POCOS account name","example":"POCOS_ACCOUNT_123","nullable":true},"pocosCustomerId":{"type":"integer","description":"POCOS customer ID","example":456,"nullable":true},"routitAccountCode":{"type":"integer","description":"Routit account code","example":789,"nullable":true},"routitAdditionalAccountCode":{"type":"integer","description":"Routit additional account code","example":12,"nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-customer.read_customer.item.read_customer.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"invoiceEmail":{"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"paymentMethodOnetime":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","nullable":true},"bic":{"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"paymentTermOnetime":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"561","nullable":true},"mandateReference":{"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateReference2":{"type":"string","description":"The secondary mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"type":"string","format":"date","description":"The mandate date of customer","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"isActive":{"default":1,"example":1,"type":"boolean"},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"description":"Customer|null"},"visitLocation":{"type":"object","description":"Visit address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-customer.read_customer.item.read_customer.item.patch"}]},"invoiceLocation":{"type":"object","description":"Invoice address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-customer.read_customer.item.read_customer.item.patch"}]},"customerType":{"type":"object","description":"Type of customer","$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customer.read_customer.item.read_customer.item.patch"}]},"pocosAccountName":{"type":"string","description":"POCOS account name","example":"POCOS_ACCOUNT_123","nullable":true},"pocosCustomerId":{"type":"integer","description":"POCOS customer ID","example":456,"nullable":true},"routitAccountCode":{"type":"integer","description":"Routit account code","example":789,"nullable":true},"routitAdditionalAccountCode":{"type":"integer","description":"Routit additional account code","example":12,"nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-numberblock.read_numberblock.collection.read_numberblock.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-numberblock.read_numberblock.item.read_numberblock.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-numberblock.read_numberblock.item.read_numberblock.item.get_endcooloff":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-numberblock.read_numberblock.item.read_numberblock.item.get_split":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-order.read_order.collection.read_order.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-order.read_order.collection.read_order.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-order.read_order.item.read_order.item.activate_billing_deals":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-order.read_order.item.read_order.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-order.read_order.item.read_order.item.get_recurring_revenue":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-order.read_order.item.read_order.item.kpn_wba_line_check_details":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-order.read_order.item.read_order.item.kpn_wba_radius_status":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-order.read_order.item.read_order.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-product.read_product.collection.read_product.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-product.read_product.collection.read_product.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-product.read_product.item.read_product.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-product.read_product.item.read_product.item.get_products_prices":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-product.read_product.item.read_product.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-product.read_product.item.read_product.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-product_product.read_product.item.read_product.item.get_kpn_products":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-productgroup.read_productgroup.collection.read_productgroup.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-productgroup.read_productgroup.item.read_productgroup.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-productplan.read_productplan.collection.read_productplan.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-productplan.read_productplan.collection.read_productplan.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-productplan.read_productplan.item.read_productplan.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-productplan.read_productplan.item.read_productplan.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-productplan.read_productplan.item.read_productplan.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"invoiceEmail":{"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"paymentMethodOnetime":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","nullable":true},"bic":{"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"paymentTermOnetime":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"561","nullable":true},"mandateReference":{"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateReference2":{"type":"string","description":"The secondary mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"type":"string","format":"date","description":"The mandate date of customer","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"isActive":{"default":1,"example":1,"type":"boolean"},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"description":"Customer|null"},"visitLocation":{"type":"object","description":"Visit address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"}]},"invoiceLocation":{"type":"object","description":"Invoice address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"}]},"customerType":{"type":"object","description":"Type of customer","$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"}]},"pocosAccountName":{"type":"string","description":"POCOS account name","example":"POCOS_ACCOUNT_123","nullable":true},"pocosCustomerId":{"type":"integer","description":"POCOS customer ID","example":456,"nullable":true},"routitAccountCode":{"type":"integer","description":"Routit account code","example":789,"nullable":true},"routitAdditionalAccountCode":{"type":"integer","description":"Routit additional account code","example":12,"nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-user.read_user.collection.read_user.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-user.read_user.collection.read_user.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-user.read_user.item.read_user.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput-user.read_user.item.read_user.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-Default_contract.read_contract.collection.read_contract.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-billingrule.read_billingrule.collection.read_billingrule.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-calllog.read_calllog.collection.read_calllog.collection.list_customer_call_logs":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-calllog.read_calllog.collection.read_calllog.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-calllog.read_calllog.item.read_calllog.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-contract.read_contract.collection.read_contract.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-contract.read_contract.item.read_contract.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-contract.read_contract.item.read_contract.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-contract.read_contract.item.read_contract.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-customer.read_customer.collection.read_customer.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"invoiceEmail":{"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"paymentMethodOnetime":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","nullable":true},"bic":{"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"paymentTermOnetime":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"561","nullable":true},"mandateReference":{"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateReference2":{"type":"string","description":"The secondary mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"type":"string","format":"date","description":"The mandate date of customer","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"isActive":{"default":1,"example":1,"type":"boolean"},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"description":"Customer|null"},"visitLocation":{"type":"object","description":"Visit address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-customer.read_customer.collection.read_customer.collection.get"}]},"invoiceLocation":{"type":"object","description":"Invoice address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-customer.read_customer.collection.read_customer.collection.get"}]},"customerType":{"type":"object","description":"Type of customer","$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput.jsonld-customer.read_customer.collection.read_customer.collection.get"}]},"pocosAccountName":{"type":"string","description":"POCOS account name","example":"POCOS_ACCOUNT_123","nullable":true},"pocosCustomerId":{"type":"integer","description":"POCOS customer ID","example":456,"nullable":true},"routitAccountCode":{"type":"integer","description":"Routit account code","example":789,"nullable":true},"routitAdditionalAccountCode":{"type":"integer","description":"Routit additional account code","example":12,"nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-customer.read_customer.collection.read_customer.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"invoiceEmail":{"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"paymentMethodOnetime":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","nullable":true},"bic":{"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"paymentTermOnetime":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"561","nullable":true},"mandateReference":{"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateReference2":{"type":"string","description":"The secondary mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"type":"string","format":"date","description":"The mandate date of customer","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"isActive":{"default":1,"example":1,"type":"boolean"},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"description":"Customer|null"},"visitLocation":{"type":"object","description":"Visit address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-customer.read_customer.collection.read_customer.collection.post"}]},"invoiceLocation":{"type":"object","description":"Invoice address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-customer.read_customer.collection.read_customer.collection.post"}]},"customerType":{"type":"object","description":"Type of customer","$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput.jsonld-customer.read_customer.collection.read_customer.collection.post"}]},"pocosAccountName":{"type":"string","description":"POCOS account name","example":"POCOS_ACCOUNT_123","nullable":true},"pocosCustomerId":{"type":"integer","description":"POCOS customer ID","example":456,"nullable":true},"routitAccountCode":{"type":"integer","description":"Routit account code","example":789,"nullable":true},"routitAdditionalAccountCode":{"type":"integer","description":"Routit additional account code","example":12,"nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-customer.read_customer.collection.read_customer.collection.post_sync":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"invoiceEmail":{"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"paymentMethodOnetime":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","nullable":true},"bic":{"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"paymentTermOnetime":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"561","nullable":true},"mandateReference":{"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateReference2":{"type":"string","description":"The secondary mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"type":"string","format":"date","description":"The mandate date of customer","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"isActive":{"default":1,"example":1,"type":"boolean"},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"description":"Customer|null"},"visitLocation":{"type":"object","description":"Visit address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-customer.read_customer.collection.read_customer.collection.post_sync"}]},"invoiceLocation":{"type":"object","description":"Invoice address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-customer.read_customer.collection.read_customer.collection.post_sync"}]},"customerType":{"type":"object","description":"Type of customer","$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput.jsonld-customer.read_customer.collection.read_customer.collection.post_sync"}]},"pocosAccountName":{"type":"string","description":"POCOS account name","example":"POCOS_ACCOUNT_123","nullable":true},"pocosCustomerId":{"type":"integer","description":"POCOS customer ID","example":456,"nullable":true},"routitAccountCode":{"type":"integer","description":"Routit account code","example":789,"nullable":true},"routitAdditionalAccountCode":{"type":"integer","description":"Routit additional account code","example":12,"nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-customer.read_customer.item.read_customer.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"invoiceEmail":{"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"paymentMethodOnetime":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","nullable":true},"bic":{"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"paymentTermOnetime":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"561","nullable":true},"mandateReference":{"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateReference2":{"type":"string","description":"The secondary mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"type":"string","format":"date","description":"The mandate date of customer","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"isActive":{"default":1,"example":1,"type":"boolean"},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"description":"Customer|null"},"visitLocation":{"type":"object","description":"Visit address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-customer.read_customer.item.read_customer.item.patch"}]},"invoiceLocation":{"type":"object","description":"Invoice address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-customer.read_customer.item.read_customer.item.patch"}]},"customerType":{"type":"object","description":"Type of customer","$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput.jsonld-customer.read_customer.item.read_customer.item.patch"}]},"pocosAccountName":{"type":"string","description":"POCOS account name","example":"POCOS_ACCOUNT_123","nullable":true},"pocosCustomerId":{"type":"integer","description":"POCOS customer ID","example":456,"nullable":true},"routitAccountCode":{"type":"integer","description":"Routit account code","example":789,"nullable":true},"routitAdditionalAccountCode":{"type":"integer","description":"Routit additional account code","example":12,"nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-numberblock.read_numberblock.collection.read_numberblock.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-numberblock.read_numberblock.item.read_numberblock.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-numberblock.read_numberblock.item.read_numberblock.item.get_endcooloff":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-numberblock.read_numberblock.item.read_numberblock.item.get_split":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-order.read_order.collection.read_order.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-order.read_order.collection.read_order.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-order.read_order.item.read_order.item.activate_billing_deals":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-order.read_order.item.read_order.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-order.read_order.item.read_order.item.get_recurring_revenue":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_line_check_details":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_radius_status":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-order.read_order.item.read_order.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-product.read_product.collection.read_product.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-product.read_product.collection.read_product.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-product.read_product.item.read_product.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-product.read_product.item.read_product.item.get_products_prices":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-product.read_product.item.read_product.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-product.read_product.item.read_product.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-product_product.read_product.item.read_product.item.get_kpn_products":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-productgroup.read_productgroup.collection.read_productgroup.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-productgroup.read_productgroup.item.read_productgroup.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-productplan.read_productplan.collection.read_productplan.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-productplan.read_productplan.collection.read_productplan.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-productplan.read_productplan.item.read_productplan.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-productplan.read_productplan.item.read_productplan.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-productplan.read_productplan.item.read_productplan.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-serviceorder.read_customer.read_customer.item.read_customer.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"cocNumber":{"type":"string","description":"Chamber of Commerce number","example":"1234567","nullable":true},"reference":{"type":"string","description":"Customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"reference2":{"type":"string","description":"Secondary customer reference ID as provided by the customer parent","example":"REF1234","nullable":true},"invoiceReference":{"type":"string","description":"Invoice reference, will become yourReference on invoices","example":"REFi5678","nullable":true},"invoiceEmail":{"type":"string","description":"E-mailaddress the invoice will be sent to","example":"test@test.com","nullable":true},"paymentMethod":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"paymentMethodOnetime":{"type":"string","description":"Payment method: on invoice or direct debit","example":"invoice","enum":["invoice","direct_debit"],"nullable":true},"bankAccount":{"type":"string","description":"Bank account number","example":"NL00RABO0123456789","nullable":true},"bic":{"type":"string","description":"Bic number","example":"INGBNL2A","nullable":true},"debtorNumber":{"type":"string","description":"For exports to various accounting software","example":"DEB1234","nullable":true},"resellerReference":{"type":"string","description":"The reller reference","example":"RES_REF_1234","nullable":true},"phonenumber":{"type":"string","description":"Phone number of customer","example":"31123456789","nullable":true},"fax":{"type":"string","description":"Fax number of customer","example":"31123456789","nullable":true},"website":{"type":"string","description":"Website of customer","example":"website.com","nullable":true},"language":{"type":"string","description":"Language spoken by customer","example":"NL","nullable":true},"paymentTerm":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"paymentTermOnetime":{"type":"integer","description":"Period before the invoice is due, specified in days","example":14,"nullable":true},"defaultBillingDealPeriodId":{"type":"integer","description":"Id of the default billing deal period","example":"1","nullable":true},"commissionProfileId":{"type":"integer","description":"Id of the commission profile","example":"561","nullable":true},"mandateReference":{"type":"string","description":"The mandate reference of customer","example":"MR-1234","nullable":true},"mandateReference2":{"type":"string","description":"The secondary mandate reference of customer","example":"MR-1234","nullable":true},"mandateDate":{"type":"string","format":"date","description":"The mandate date of customer","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the customer will receive a VAT reversed charge invoice for all products","example":"no","enum":["no","telecom_only","EU","all","international_0","inter_company"],"nullable":true},"vatRegistrationNumber":{"type":"string","description":"The VAT registration number of customer","example":"NL1234567","nullable":true},"isActive":{"default":1,"example":1,"type":"boolean"},"invoiceOnCustomerId":{"type":"integer","description":"Id of the customer to invoice instead of the customer itself.","example":"123","nullable":true},"parent":{"description":"Customer|null"},"visitLocation":{"type":"object","description":"Visit address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-serviceorder.read_customer.read_customer.item.read_customer.item.get"}]},"invoiceLocation":{"type":"object","description":"Invoice address of customer","$ref":"#\/components\/schemas\/Location.LocationOutput-location.read_location.item.read_location.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-serviceorder.read_customer.read_customer.item.read_customer.item.get"}]},"customerType":{"type":"object","description":"Type of customer","$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerType.CustomerTypeOutput.jsonld-serviceorder.read_customer.read_customer.item.read_customer.item.get"}]},"pocosAccountName":{"type":"string","description":"POCOS account name","example":"POCOS_ACCOUNT_123","nullable":true},"pocosCustomerId":{"type":"integer","description":"POCOS customer ID","example":456,"nullable":true},"routitAccountCode":{"type":"integer","description":"Routit account code","example":789,"nullable":true},"routitAdditionalAccountCode":{"type":"integer","description":"Routit additional account code","example":12,"nullable":true},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-user.read_user.collection.read_user.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-user.read_user.collection.read_user.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-user.read_user.item.read_user.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Customer.CustomerOutput.jsonld-user.read_user.item.read_user.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"},"accountManager":{"$ref":"#\/components\/schemas\/User.UserOutput-user.read_user.collection.read_user.collection.get","nullable":true,"description":"Property accountManager is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"CustomerOutput-outport.read_outport.collection.read_outport.collection.get":{"type":"object","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"}}},"CustomerOutput-outport.read_outport.item.read_outport.item.get":{"type":"object","properties":{"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"}}},"CustomerOutput.jsonld-outport.read_outport.collection.read_outport.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"}}},"CustomerOutput.jsonld-outport.read_outport.item.read_outport.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer","example":"12345"},"name":{"type":"string","description":"Name of customer","example":"Customer name"}}},"CustomerType.CustomerTypeOutput-customer.read_customer.collection.read_customer.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput-customer.read_customer.collection.read_customer.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput-customer.read_customer.collection.read_customer.collection.post_sync":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput-customer.read_customer.item.read_customer.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput-customertype.read_customertype.collection.read_customertype.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput-customertype.read_customertype.item.read_customertype.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput.jsonld-customer.read_customer.collection.read_customer.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput.jsonld-customer.read_customer.collection.read_customer.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput.jsonld-customer.read_customer.collection.read_customer.collection.post_sync":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput.jsonld-customer.read_customer.item.read_customer.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput.jsonld-customertype.read_customertype.collection.read_customertype.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput.jsonld-customertype.read_customertype.item.read_customertype.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"CustomerType.CustomerTypeOutput.jsonld-serviceorder.read_customer.read_customer.item.read_customer.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of customer type","example":"12345"},"name":{"type":"string","description":"Name of customer type","example":"Klant"}}},"Dashboard.WipOutput-dashboard.read_dashboard.item.read_dashboard.item.customer":{"type":"object"},"Dashboard.WipOutput-dashboard.read_dashboard.item.read_dashboard.item.user":{"type":"object"},"Dashboard.WipOutput-dashboard.read_dashboard.item.read_dashboard.item.wip":{"type":"object"},"Dashboard.WipOutput.jsonld-dashboard.read_dashboard.item.read_dashboard.item.customer":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Dashboard.WipOutput.jsonld-dashboard.read_dashboard.item.read_dashboard.item.user":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Dashboard.WipOutput.jsonld-dashboard.read_dashboard.item.read_dashboard.item.wip":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Group.GroupOutput-group.read_group.collection.read_group.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"alias":{"type":"string"}}},"Group.GroupOutput-group.read_group.item.read_group.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"alias":{"type":"string"}}},"Group.GroupOutput-user.read_user.collection.read_user.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"alias":{"type":"string"}}},"Group.GroupOutput-user.read_user.collection.read_user.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"alias":{"type":"string"}}},"Group.GroupOutput-user.read_user.item.read_user.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"alias":{"type":"string"}}},"Group.GroupOutput-user.read_user.item.read_user.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"},"alias":{"type":"string"}}},"Group.GroupOutput.jsonld-group.read_group.collection.read_group.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"alias":{"type":"string"}}},"Group.GroupOutput.jsonld-group.read_group.item.read_group.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"alias":{"type":"string"}}},"Group.GroupOutput.jsonld-user.read_user.collection.read_user.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"alias":{"type":"string"}}},"Group.GroupOutput.jsonld-user.read_user.collection.read_user.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"alias":{"type":"string"}}},"Group.GroupOutput.jsonld-user.read_user.item.read_user.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"alias":{"type":"string"}}},"Group.GroupOutput.jsonld-user.read_user.item.read_user.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"alias":{"type":"string"}}},"Invoice.InvoiceInput-invoice.write_invoice.item.write_invoice.item.patch":{"type":"object","description":"","properties":{"datePaid":{"type":"string","format":"date-time","nullable":true},"amountPaid":{"type":"number","nullable":true}}},"Invoice.InvoiceOutput-invoice.read_invoice.collection.read_invoice.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of invoice","example":"12345"},"invoicerId":{"type":"integer","description":"Customer ID of invoicer","example":"12345"},"invoiceeId":{"type":"integer","description":"Customer ID of invoicee","example":"12345","nullable":true},"invoiceReference":{"type":"integer","description":"Reference ID for the invoice","example":"12345"},"invoiceNumber":{"type":"string","description":"Invoice number presented to the end-user (invoicee)","example":"AB12345","nullable":true},"invoiceDate":{"type":"string","format":"date","description":"Reference date used to generate the invoice","example":"2021-01-11"},"invoiceDateSent":{"type":"string","format":"date","description":"Date the invoice was sent to the invoicing applications","example":"2021-01-11","nullable":true},"type":{"type":"string","description":"Type of invoice","example":"end-user","enum":["end-user","commission","reseller"]},"state":{"type":"string","description":"Invoicing state","example":"concept","enum":["concept","accepted","rejected","invoiced"]},"currency":{"type":"string","description":"Currency determines the currency used for the invoice (three letter code according to ISO 4217)","example":"in_EUR","nullable":true},"costBearer":{"type":"string","description":"Cost bearer","example":"EXAMPLE","nullable":true},"yourReference":{"type":"string","description":"Custom reference by the invoicer","example":"Reference text","nullable":true},"description":{"type":"string","description":"Description about the invoice","example":"This is a description","nullable":true},"invoiceRemark":{"type":"string","description":"Additional informational text shown on the invoice","example":"This is an informational text","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-123456789","nullable":true},"exportDate":{"type":"string","format":"date-time","description":"Date the invoice was exported","example":"2021-01-11 13:42:45.433","nullable":true},"datePaid":{"type":"string","format":"date","description":"Date the invoice was paid","example":"2021-01-11","nullable":true},"paymentStatus":{"type":"string","description":"Status of payment","example":"paid","enum":["paid","partial","unpaid"]},"isDisputed":{"type":"boolean","description":"Is disputed","example":"1"},"amountPaid":{"type":"number","format":"double","description":"The total amount paid","example":"123.9500","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice was created","example":"2021-01-11 13:42:45.433","nullable":true},"invoiceLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceLine.InvoiceLineOutput-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get"},"description":"The invoice lines belonging to the invoice"},"amountExclVat":{"type":"number","format":"double","description":"The total amount excluding vat","example":"100.00"},"amountInclVat":{"type":"number","format":"double","description":"The total amount including vat","example":"121.00"},"amountVat":{"type":"number","format":"double","description":"The total amount of vat","example":"21.00"},"invoiceUploads":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.collection.read_invoice.collection.get"},"description":"The uploads belonging to the invoice"}}},"Invoice.InvoiceOutput-invoice.read_invoice.item.read_invoice.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of invoice","example":"12345"},"invoicerId":{"type":"integer","description":"Customer ID of invoicer","example":"12345"},"invoiceeId":{"type":"integer","description":"Customer ID of invoicee","example":"12345","nullable":true},"invoiceReference":{"type":"integer","description":"Reference ID for the invoice","example":"12345"},"invoiceNumber":{"type":"string","description":"Invoice number presented to the end-user (invoicee)","example":"AB12345","nullable":true},"invoiceDate":{"type":"string","format":"date","description":"Reference date used to generate the invoice","example":"2021-01-11"},"invoiceDateSent":{"type":"string","format":"date","description":"Date the invoice was sent to the invoicing applications","example":"2021-01-11","nullable":true},"type":{"type":"string","description":"Type of invoice","example":"end-user","enum":["end-user","commission","reseller"]},"state":{"type":"string","description":"Invoicing state","example":"concept","enum":["concept","accepted","rejected","invoiced"]},"currency":{"type":"string","description":"Currency determines the currency used for the invoice (three letter code according to ISO 4217)","example":"in_EUR","nullable":true},"costBearer":{"type":"string","description":"Cost bearer","example":"EXAMPLE","nullable":true},"yourReference":{"type":"string","description":"Custom reference by the invoicer","example":"Reference text","nullable":true},"description":{"type":"string","description":"Description about the invoice","example":"This is a description","nullable":true},"invoiceRemark":{"type":"string","description":"Additional informational text shown on the invoice","example":"This is an informational text","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-123456789","nullable":true},"exportDate":{"type":"string","format":"date-time","description":"Date the invoice was exported","example":"2021-01-11 13:42:45.433","nullable":true},"datePaid":{"type":"string","format":"date","description":"Date the invoice was paid","example":"2021-01-11","nullable":true},"paymentStatus":{"type":"string","description":"Status of payment","example":"paid","enum":["paid","partial","unpaid"]},"isDisputed":{"type":"boolean","description":"Is disputed","example":"1"},"amountPaid":{"type":"number","format":"double","description":"The total amount paid","example":"123.9500","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice was created","example":"2021-01-11 13:42:45.433","nullable":true},"invoiceLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceLine.InvoiceLineOutput-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get"},"description":"The invoice lines belonging to the invoice"},"amountExclVat":{"type":"number","format":"double","description":"The total amount excluding vat","example":"100.00"},"amountInclVat":{"type":"number","format":"double","description":"The total amount including vat","example":"121.00"},"amountVat":{"type":"number","format":"double","description":"The total amount of vat","example":"21.00"},"invoiceUploads":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.collection.read_invoice.collection.get"},"description":"The uploads belonging to the invoice"}}},"Invoice.InvoiceOutput-invoice.read_invoice.item.read_invoice.item.get_excel_specification":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of invoice","example":"12345"},"invoicerId":{"type":"integer","description":"Customer ID of invoicer","example":"12345"},"invoiceeId":{"type":"integer","description":"Customer ID of invoicee","example":"12345","nullable":true},"invoiceReference":{"type":"integer","description":"Reference ID for the invoice","example":"12345"},"invoiceNumber":{"type":"string","description":"Invoice number presented to the end-user (invoicee)","example":"AB12345","nullable":true},"invoiceDate":{"type":"string","format":"date","description":"Reference date used to generate the invoice","example":"2021-01-11"},"invoiceDateSent":{"type":"string","format":"date","description":"Date the invoice was sent to the invoicing applications","example":"2021-01-11","nullable":true},"type":{"type":"string","description":"Type of invoice","example":"end-user","enum":["end-user","commission","reseller"]},"state":{"type":"string","description":"Invoicing state","example":"concept","enum":["concept","accepted","rejected","invoiced"]},"currency":{"type":"string","description":"Currency determines the currency used for the invoice (three letter code according to ISO 4217)","example":"in_EUR","nullable":true},"costBearer":{"type":"string","description":"Cost bearer","example":"EXAMPLE","nullable":true},"yourReference":{"type":"string","description":"Custom reference by the invoicer","example":"Reference text","nullable":true},"description":{"type":"string","description":"Description about the invoice","example":"This is a description","nullable":true},"invoiceRemark":{"type":"string","description":"Additional informational text shown on the invoice","example":"This is an informational text","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-123456789","nullable":true},"exportDate":{"type":"string","format":"date-time","description":"Date the invoice was exported","example":"2021-01-11 13:42:45.433","nullable":true},"datePaid":{"type":"string","format":"date","description":"Date the invoice was paid","example":"2021-01-11","nullable":true},"paymentStatus":{"type":"string","description":"Status of payment","example":"paid","enum":["paid","partial","unpaid"]},"isDisputed":{"type":"boolean","description":"Is disputed","example":"1"},"amountPaid":{"type":"number","format":"double","description":"The total amount paid","example":"123.9500","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice was created","example":"2021-01-11 13:42:45.433","nullable":true},"invoiceLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceLine.InvoiceLineOutput-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get"},"description":"The invoice lines belonging to the invoice"},"amountExclVat":{"type":"number","format":"double","description":"The total amount excluding vat","example":"100.00"},"amountInclVat":{"type":"number","format":"double","description":"The total amount including vat","example":"121.00"},"amountVat":{"type":"number","format":"double","description":"The total amount of vat","example":"21.00"},"invoiceUploads":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.collection.read_invoice.collection.get"},"description":"The uploads belonging to the invoice"}}},"Invoice.InvoiceOutput-invoice.read_invoice.item.read_invoice.item.get_pdf":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of invoice","example":"12345"},"invoicerId":{"type":"integer","description":"Customer ID of invoicer","example":"12345"},"invoiceeId":{"type":"integer","description":"Customer ID of invoicee","example":"12345","nullable":true},"invoiceReference":{"type":"integer","description":"Reference ID for the invoice","example":"12345"},"invoiceNumber":{"type":"string","description":"Invoice number presented to the end-user (invoicee)","example":"AB12345","nullable":true},"invoiceDate":{"type":"string","format":"date","description":"Reference date used to generate the invoice","example":"2021-01-11"},"invoiceDateSent":{"type":"string","format":"date","description":"Date the invoice was sent to the invoicing applications","example":"2021-01-11","nullable":true},"type":{"type":"string","description":"Type of invoice","example":"end-user","enum":["end-user","commission","reseller"]},"state":{"type":"string","description":"Invoicing state","example":"concept","enum":["concept","accepted","rejected","invoiced"]},"currency":{"type":"string","description":"Currency determines the currency used for the invoice (three letter code according to ISO 4217)","example":"in_EUR","nullable":true},"costBearer":{"type":"string","description":"Cost bearer","example":"EXAMPLE","nullable":true},"yourReference":{"type":"string","description":"Custom reference by the invoicer","example":"Reference text","nullable":true},"description":{"type":"string","description":"Description about the invoice","example":"This is a description","nullable":true},"invoiceRemark":{"type":"string","description":"Additional informational text shown on the invoice","example":"This is an informational text","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-123456789","nullable":true},"exportDate":{"type":"string","format":"date-time","description":"Date the invoice was exported","example":"2021-01-11 13:42:45.433","nullable":true},"datePaid":{"type":"string","format":"date","description":"Date the invoice was paid","example":"2021-01-11","nullable":true},"paymentStatus":{"type":"string","description":"Status of payment","example":"paid","enum":["paid","partial","unpaid"]},"isDisputed":{"type":"boolean","description":"Is disputed","example":"1"},"amountPaid":{"type":"number","format":"double","description":"The total amount paid","example":"123.9500","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice was created","example":"2021-01-11 13:42:45.433","nullable":true},"invoiceLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceLine.InvoiceLineOutput-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get"},"description":"The invoice lines belonging to the invoice"},"amountExclVat":{"type":"number","format":"double","description":"The total amount excluding vat","example":"100.00"},"amountInclVat":{"type":"number","format":"double","description":"The total amount including vat","example":"121.00"},"amountVat":{"type":"number","format":"double","description":"The total amount of vat","example":"21.00"},"invoiceUploads":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.collection.read_invoice.collection.get"},"description":"The uploads belonging to the invoice"}}},"Invoice.InvoiceOutput-invoice.read_invoice.item.read_invoice.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of invoice","example":"12345"},"invoicerId":{"type":"integer","description":"Customer ID of invoicer","example":"12345"},"invoiceeId":{"type":"integer","description":"Customer ID of invoicee","example":"12345","nullable":true},"invoiceReference":{"type":"integer","description":"Reference ID for the invoice","example":"12345"},"invoiceNumber":{"type":"string","description":"Invoice number presented to the end-user (invoicee)","example":"AB12345","nullable":true},"invoiceDate":{"type":"string","format":"date","description":"Reference date used to generate the invoice","example":"2021-01-11"},"invoiceDateSent":{"type":"string","format":"date","description":"Date the invoice was sent to the invoicing applications","example":"2021-01-11","nullable":true},"type":{"type":"string","description":"Type of invoice","example":"end-user","enum":["end-user","commission","reseller"]},"state":{"type":"string","description":"Invoicing state","example":"concept","enum":["concept","accepted","rejected","invoiced"]},"currency":{"type":"string","description":"Currency determines the currency used for the invoice (three letter code according to ISO 4217)","example":"in_EUR","nullable":true},"costBearer":{"type":"string","description":"Cost bearer","example":"EXAMPLE","nullable":true},"yourReference":{"type":"string","description":"Custom reference by the invoicer","example":"Reference text","nullable":true},"description":{"type":"string","description":"Description about the invoice","example":"This is a description","nullable":true},"invoiceRemark":{"type":"string","description":"Additional informational text shown on the invoice","example":"This is an informational text","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-123456789","nullable":true},"exportDate":{"type":"string","format":"date-time","description":"Date the invoice was exported","example":"2021-01-11 13:42:45.433","nullable":true},"datePaid":{"type":"string","format":"date","description":"Date the invoice was paid","example":"2021-01-11","nullable":true},"paymentStatus":{"type":"string","description":"Status of payment","example":"paid","enum":["paid","partial","unpaid"]},"isDisputed":{"type":"boolean","description":"Is disputed","example":"1"},"amountPaid":{"type":"number","format":"double","description":"The total amount paid","example":"123.9500","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice was created","example":"2021-01-11 13:42:45.433","nullable":true},"invoiceLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceLine.InvoiceLineOutput-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get"},"description":"The invoice lines belonging to the invoice"},"amountExclVat":{"type":"number","format":"double","description":"The total amount excluding vat","example":"100.00"},"amountInclVat":{"type":"number","format":"double","description":"The total amount including vat","example":"121.00"},"amountVat":{"type":"number","format":"double","description":"The total amount of vat","example":"21.00"},"invoiceUploads":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.collection.read_invoice.collection.get"},"description":"The uploads belonging to the invoice"}}},"Invoice.InvoiceOutput.jsonld-invoice.read_invoice.collection.read_invoice.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of invoice","example":"12345"},"invoicerId":{"type":"integer","description":"Customer ID of invoicer","example":"12345"},"invoiceeId":{"type":"integer","description":"Customer ID of invoicee","example":"12345","nullable":true},"invoiceReference":{"type":"integer","description":"Reference ID for the invoice","example":"12345"},"invoiceNumber":{"type":"string","description":"Invoice number presented to the end-user (invoicee)","example":"AB12345","nullable":true},"invoiceDate":{"type":"string","format":"date","description":"Reference date used to generate the invoice","example":"2021-01-11"},"invoiceDateSent":{"type":"string","format":"date","description":"Date the invoice was sent to the invoicing applications","example":"2021-01-11","nullable":true},"type":{"type":"string","description":"Type of invoice","example":"end-user","enum":["end-user","commission","reseller"]},"state":{"type":"string","description":"Invoicing state","example":"concept","enum":["concept","accepted","rejected","invoiced"]},"currency":{"type":"string","description":"Currency determines the currency used for the invoice (three letter code according to ISO 4217)","example":"in_EUR","nullable":true},"costBearer":{"type":"string","description":"Cost bearer","example":"EXAMPLE","nullable":true},"yourReference":{"type":"string","description":"Custom reference by the invoicer","example":"Reference text","nullable":true},"description":{"type":"string","description":"Description about the invoice","example":"This is a description","nullable":true},"invoiceRemark":{"type":"string","description":"Additional informational text shown on the invoice","example":"This is an informational text","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-123456789","nullable":true},"exportDate":{"type":"string","format":"date-time","description":"Date the invoice was exported","example":"2021-01-11 13:42:45.433","nullable":true},"datePaid":{"type":"string","format":"date","description":"Date the invoice was paid","example":"2021-01-11","nullable":true},"paymentStatus":{"type":"string","description":"Status of payment","example":"paid","enum":["paid","partial","unpaid"]},"isDisputed":{"type":"boolean","description":"Is disputed","example":"1"},"amountPaid":{"type":"number","format":"double","description":"The total amount paid","example":"123.9500","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice was created","example":"2021-01-11 13:42:45.433","nullable":true},"invoiceLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceLine.InvoiceLineOutput-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get"},"description":"The invoice lines belonging to the invoice"},"amountExclVat":{"type":"number","format":"double","description":"The total amount excluding vat","example":"100.00"},"amountInclVat":{"type":"number","format":"double","description":"The total amount including vat","example":"121.00"},"amountVat":{"type":"number","format":"double","description":"The total amount of vat","example":"21.00"},"invoiceUploads":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.collection.read_invoice.collection.get"},"description":"The uploads belonging to the invoice"}}},"Invoice.InvoiceOutput.jsonld-invoice.read_invoice.item.read_invoice.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of invoice","example":"12345"},"invoicerId":{"type":"integer","description":"Customer ID of invoicer","example":"12345"},"invoiceeId":{"type":"integer","description":"Customer ID of invoicee","example":"12345","nullable":true},"invoiceReference":{"type":"integer","description":"Reference ID for the invoice","example":"12345"},"invoiceNumber":{"type":"string","description":"Invoice number presented to the end-user (invoicee)","example":"AB12345","nullable":true},"invoiceDate":{"type":"string","format":"date","description":"Reference date used to generate the invoice","example":"2021-01-11"},"invoiceDateSent":{"type":"string","format":"date","description":"Date the invoice was sent to the invoicing applications","example":"2021-01-11","nullable":true},"type":{"type":"string","description":"Type of invoice","example":"end-user","enum":["end-user","commission","reseller"]},"state":{"type":"string","description":"Invoicing state","example":"concept","enum":["concept","accepted","rejected","invoiced"]},"currency":{"type":"string","description":"Currency determines the currency used for the invoice (three letter code according to ISO 4217)","example":"in_EUR","nullable":true},"costBearer":{"type":"string","description":"Cost bearer","example":"EXAMPLE","nullable":true},"yourReference":{"type":"string","description":"Custom reference by the invoicer","example":"Reference text","nullable":true},"description":{"type":"string","description":"Description about the invoice","example":"This is a description","nullable":true},"invoiceRemark":{"type":"string","description":"Additional informational text shown on the invoice","example":"This is an informational text","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-123456789","nullable":true},"exportDate":{"type":"string","format":"date-time","description":"Date the invoice was exported","example":"2021-01-11 13:42:45.433","nullable":true},"datePaid":{"type":"string","format":"date","description":"Date the invoice was paid","example":"2021-01-11","nullable":true},"paymentStatus":{"type":"string","description":"Status of payment","example":"paid","enum":["paid","partial","unpaid"]},"isDisputed":{"type":"boolean","description":"Is disputed","example":"1"},"amountPaid":{"type":"number","format":"double","description":"The total amount paid","example":"123.9500","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice was created","example":"2021-01-11 13:42:45.433","nullable":true},"invoiceLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceLine.InvoiceLineOutput-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get"},"description":"The invoice lines belonging to the invoice"},"amountExclVat":{"type":"number","format":"double","description":"The total amount excluding vat","example":"100.00"},"amountInclVat":{"type":"number","format":"double","description":"The total amount including vat","example":"121.00"},"amountVat":{"type":"number","format":"double","description":"The total amount of vat","example":"21.00"},"invoiceUploads":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.collection.read_invoice.collection.get"},"description":"The uploads belonging to the invoice"}}},"Invoice.InvoiceOutput.jsonld-invoice.read_invoice.item.read_invoice.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of invoice","example":"12345"},"invoicerId":{"type":"integer","description":"Customer ID of invoicer","example":"12345"},"invoiceeId":{"type":"integer","description":"Customer ID of invoicee","example":"12345","nullable":true},"invoiceReference":{"type":"integer","description":"Reference ID for the invoice","example":"12345"},"invoiceNumber":{"type":"string","description":"Invoice number presented to the end-user (invoicee)","example":"AB12345","nullable":true},"invoiceDate":{"type":"string","format":"date","description":"Reference date used to generate the invoice","example":"2021-01-11"},"invoiceDateSent":{"type":"string","format":"date","description":"Date the invoice was sent to the invoicing applications","example":"2021-01-11","nullable":true},"type":{"type":"string","description":"Type of invoice","example":"end-user","enum":["end-user","commission","reseller"]},"state":{"type":"string","description":"Invoicing state","example":"concept","enum":["concept","accepted","rejected","invoiced"]},"currency":{"type":"string","description":"Currency determines the currency used for the invoice (three letter code according to ISO 4217)","example":"in_EUR","nullable":true},"costBearer":{"type":"string","description":"Cost bearer","example":"EXAMPLE","nullable":true},"yourReference":{"type":"string","description":"Custom reference by the invoicer","example":"Reference text","nullable":true},"description":{"type":"string","description":"Description about the invoice","example":"This is a description","nullable":true},"invoiceRemark":{"type":"string","description":"Additional informational text shown on the invoice","example":"This is an informational text","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-123456789","nullable":true},"exportDate":{"type":"string","format":"date-time","description":"Date the invoice was exported","example":"2021-01-11 13:42:45.433","nullable":true},"datePaid":{"type":"string","format":"date","description":"Date the invoice was paid","example":"2021-01-11","nullable":true},"paymentStatus":{"type":"string","description":"Status of payment","example":"paid","enum":["paid","partial","unpaid"]},"isDisputed":{"type":"boolean","description":"Is disputed","example":"1"},"amountPaid":{"type":"number","format":"double","description":"The total amount paid","example":"123.9500","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice was created","example":"2021-01-11 13:42:45.433","nullable":true},"invoiceLines":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceLine.InvoiceLineOutput-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get"},"description":"The invoice lines belonging to the invoice"},"amountExclVat":{"type":"number","format":"double","description":"The total amount excluding vat","example":"100.00"},"amountInclVat":{"type":"number","format":"double","description":"The total amount including vat","example":"121.00"},"amountVat":{"type":"number","format":"double","description":"The total amount of vat","example":"21.00"},"invoiceUploads":{"type":"array","items":{"$ref":"#\/components\/schemas\/InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.collection.read_invoice.collection.get"},"description":"The uploads belonging to the invoice"}}},"InvoiceLine.InvoiceLineOutput-invoice.read_invoice.collection.read_invoice.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of invoice line","example":"12345"},"invoiceId":{"type":"integer","description":"ID of invoice the invoice line belongs to","example":"12345","nullable":true},"chargeType":{"type":"string","description":"Charge type","example":"one-time","enum":["one-time","recurring","usage"],"nullable":true},"invoiceLineLabel":{"type":"string","description":"Text that describes the invoice line","example":"Invoiced product","nullable":true},"costCenter":{"type":"string","description":"Cost center","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"calls":{"type":"integer","description":"Calls","example":"123","nullable":true},"duration":{"type":"integer","description":"Duration","example":"123","nullable":true},"quantity":{"type":"number","format":"float","description":"Quantity","example":"123.0000","nullable":true},"periodStart":{"type":"string","format":"date-time","description":"Start of the period","example":"2021-01-11","nullable":true},"periodEnd":{"type":"string","format":"date-time","description":"End of the period","example":"2021-01-11","nullable":true},"period":{"type":"number","format":"float","description":"Period to bill","example":"2.0000","nullable":true},"rate":{"type":"number","format":"float","description":"Amount to bill per period","example":"15.0000","nullable":true},"amount":{"type":"number","format":"float","description":"Total amount to bill (period * rate)","example":"30.0000","nullable":true},"vat":{"type":"integer","description":"Vat percentage","example":"21","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the invoice line should be invoiced as VAT reversed charge","example":"no","enum":["no","EU","all","telecom_only","international_0","inter_company"],"nullable":true},"displayLevel1":{"type":"string","description":"The first grouping parent on the invoice","example":"Recurring","nullable":true},"displayLevel2":{"type":"string","description":"The second grouping parent on the invoice","example":"September 2021","nullable":true},"displayLevel3":{"type":"string","description":"The third grouping parent on the invoice","example":"Netherlands","nullable":true},"displayLevel4":{"type":"string","description":"The fourth grouping parent on the invoice","example":"Example street 12a","nullable":true},"displayLevel5":{"type":"string","description":"The fifth grouping parent on the invoice","example":"Miscellaneous","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice line was created","example":"2021-01-11 13:42:45.433","nullable":true},"creditForInvoiceLineId":{"type":"integer","description":"Reference ID to credited invoice line","example":"12345","nullable":true}}},"InvoiceLine.InvoiceLineOutput-invoice.read_invoice.item.read_invoice.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of invoice line","example":"12345"},"invoiceId":{"type":"integer","description":"ID of invoice the invoice line belongs to","example":"12345","nullable":true},"chargeType":{"type":"string","description":"Charge type","example":"one-time","enum":["one-time","recurring","usage"],"nullable":true},"invoiceLineLabel":{"type":"string","description":"Text that describes the invoice line","example":"Invoiced product","nullable":true},"costCenter":{"type":"string","description":"Cost center","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"calls":{"type":"integer","description":"Calls","example":"123","nullable":true},"duration":{"type":"integer","description":"Duration","example":"123","nullable":true},"quantity":{"type":"number","format":"float","description":"Quantity","example":"123.0000","nullable":true},"periodStart":{"type":"string","format":"date-time","description":"Start of the period","example":"2021-01-11","nullable":true},"periodEnd":{"type":"string","format":"date-time","description":"End of the period","example":"2021-01-11","nullable":true},"period":{"type":"number","format":"float","description":"Period to bill","example":"2.0000","nullable":true},"rate":{"type":"number","format":"float","description":"Amount to bill per period","example":"15.0000","nullable":true},"amount":{"type":"number","format":"float","description":"Total amount to bill (period * rate)","example":"30.0000","nullable":true},"vat":{"type":"integer","description":"Vat percentage","example":"21","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the invoice line should be invoiced as VAT reversed charge","example":"no","enum":["no","EU","all","telecom_only","international_0","inter_company"],"nullable":true},"displayLevel1":{"type":"string","description":"The first grouping parent on the invoice","example":"Recurring","nullable":true},"displayLevel2":{"type":"string","description":"The second grouping parent on the invoice","example":"September 2021","nullable":true},"displayLevel3":{"type":"string","description":"The third grouping parent on the invoice","example":"Netherlands","nullable":true},"displayLevel4":{"type":"string","description":"The fourth grouping parent on the invoice","example":"Example street 12a","nullable":true},"displayLevel5":{"type":"string","description":"The fifth grouping parent on the invoice","example":"Miscellaneous","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice line was created","example":"2021-01-11 13:42:45.433","nullable":true},"creditForInvoiceLineId":{"type":"integer","description":"Reference ID to credited invoice line","example":"12345","nullable":true}}},"InvoiceLine.InvoiceLineOutput-invoice.read_invoice.item.read_invoice.item.get_excel_specification":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of invoice line","example":"12345"},"invoiceId":{"type":"integer","description":"ID of invoice the invoice line belongs to","example":"12345","nullable":true},"chargeType":{"type":"string","description":"Charge type","example":"one-time","enum":["one-time","recurring","usage"],"nullable":true},"invoiceLineLabel":{"type":"string","description":"Text that describes the invoice line","example":"Invoiced product","nullable":true},"costCenter":{"type":"string","description":"Cost center","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"calls":{"type":"integer","description":"Calls","example":"123","nullable":true},"duration":{"type":"integer","description":"Duration","example":"123","nullable":true},"quantity":{"type":"number","format":"float","description":"Quantity","example":"123.0000","nullable":true},"periodStart":{"type":"string","format":"date-time","description":"Start of the period","example":"2021-01-11","nullable":true},"periodEnd":{"type":"string","format":"date-time","description":"End of the period","example":"2021-01-11","nullable":true},"period":{"type":"number","format":"float","description":"Period to bill","example":"2.0000","nullable":true},"rate":{"type":"number","format":"float","description":"Amount to bill per period","example":"15.0000","nullable":true},"amount":{"type":"number","format":"float","description":"Total amount to bill (period * rate)","example":"30.0000","nullable":true},"vat":{"type":"integer","description":"Vat percentage","example":"21","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the invoice line should be invoiced as VAT reversed charge","example":"no","enum":["no","EU","all","telecom_only","international_0","inter_company"],"nullable":true},"displayLevel1":{"type":"string","description":"The first grouping parent on the invoice","example":"Recurring","nullable":true},"displayLevel2":{"type":"string","description":"The second grouping parent on the invoice","example":"September 2021","nullable":true},"displayLevel3":{"type":"string","description":"The third grouping parent on the invoice","example":"Netherlands","nullable":true},"displayLevel4":{"type":"string","description":"The fourth grouping parent on the invoice","example":"Example street 12a","nullable":true},"displayLevel5":{"type":"string","description":"The fifth grouping parent on the invoice","example":"Miscellaneous","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice line was created","example":"2021-01-11 13:42:45.433","nullable":true},"creditForInvoiceLineId":{"type":"integer","description":"Reference ID to credited invoice line","example":"12345","nullable":true}}},"InvoiceLine.InvoiceLineOutput-invoice.read_invoice.item.read_invoice.item.get_pdf":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of invoice line","example":"12345"},"invoiceId":{"type":"integer","description":"ID of invoice the invoice line belongs to","example":"12345","nullable":true},"chargeType":{"type":"string","description":"Charge type","example":"one-time","enum":["one-time","recurring","usage"],"nullable":true},"invoiceLineLabel":{"type":"string","description":"Text that describes the invoice line","example":"Invoiced product","nullable":true},"costCenter":{"type":"string","description":"Cost center","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"calls":{"type":"integer","description":"Calls","example":"123","nullable":true},"duration":{"type":"integer","description":"Duration","example":"123","nullable":true},"quantity":{"type":"number","format":"float","description":"Quantity","example":"123.0000","nullable":true},"periodStart":{"type":"string","format":"date-time","description":"Start of the period","example":"2021-01-11","nullable":true},"periodEnd":{"type":"string","format":"date-time","description":"End of the period","example":"2021-01-11","nullable":true},"period":{"type":"number","format":"float","description":"Period to bill","example":"2.0000","nullable":true},"rate":{"type":"number","format":"float","description":"Amount to bill per period","example":"15.0000","nullable":true},"amount":{"type":"number","format":"float","description":"Total amount to bill (period * rate)","example":"30.0000","nullable":true},"vat":{"type":"integer","description":"Vat percentage","example":"21","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the invoice line should be invoiced as VAT reversed charge","example":"no","enum":["no","EU","all","telecom_only","international_0","inter_company"],"nullable":true},"displayLevel1":{"type":"string","description":"The first grouping parent on the invoice","example":"Recurring","nullable":true},"displayLevel2":{"type":"string","description":"The second grouping parent on the invoice","example":"September 2021","nullable":true},"displayLevel3":{"type":"string","description":"The third grouping parent on the invoice","example":"Netherlands","nullable":true},"displayLevel4":{"type":"string","description":"The fourth grouping parent on the invoice","example":"Example street 12a","nullable":true},"displayLevel5":{"type":"string","description":"The fifth grouping parent on the invoice","example":"Miscellaneous","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice line was created","example":"2021-01-11 13:42:45.433","nullable":true},"creditForInvoiceLineId":{"type":"integer","description":"Reference ID to credited invoice line","example":"12345","nullable":true}}},"InvoiceLine.InvoiceLineOutput-invoice.read_invoice.item.read_invoice.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of invoice line","example":"12345"},"invoiceId":{"type":"integer","description":"ID of invoice the invoice line belongs to","example":"12345","nullable":true},"chargeType":{"type":"string","description":"Charge type","example":"one-time","enum":["one-time","recurring","usage"],"nullable":true},"invoiceLineLabel":{"type":"string","description":"Text that describes the invoice line","example":"Invoiced product","nullable":true},"costCenter":{"type":"string","description":"Cost center","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"calls":{"type":"integer","description":"Calls","example":"123","nullable":true},"duration":{"type":"integer","description":"Duration","example":"123","nullable":true},"quantity":{"type":"number","format":"float","description":"Quantity","example":"123.0000","nullable":true},"periodStart":{"type":"string","format":"date-time","description":"Start of the period","example":"2021-01-11","nullable":true},"periodEnd":{"type":"string","format":"date-time","description":"End of the period","example":"2021-01-11","nullable":true},"period":{"type":"number","format":"float","description":"Period to bill","example":"2.0000","nullable":true},"rate":{"type":"number","format":"float","description":"Amount to bill per period","example":"15.0000","nullable":true},"amount":{"type":"number","format":"float","description":"Total amount to bill (period * rate)","example":"30.0000","nullable":true},"vat":{"type":"integer","description":"Vat percentage","example":"21","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the invoice line should be invoiced as VAT reversed charge","example":"no","enum":["no","EU","all","telecom_only","international_0","inter_company"],"nullable":true},"displayLevel1":{"type":"string","description":"The first grouping parent on the invoice","example":"Recurring","nullable":true},"displayLevel2":{"type":"string","description":"The second grouping parent on the invoice","example":"September 2021","nullable":true},"displayLevel3":{"type":"string","description":"The third grouping parent on the invoice","example":"Netherlands","nullable":true},"displayLevel4":{"type":"string","description":"The fourth grouping parent on the invoice","example":"Example street 12a","nullable":true},"displayLevel5":{"type":"string","description":"The fifth grouping parent on the invoice","example":"Miscellaneous","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice line was created","example":"2021-01-11 13:42:45.433","nullable":true},"creditForInvoiceLineId":{"type":"integer","description":"Reference ID to credited invoice line","example":"12345","nullable":true}}},"InvoiceLine.InvoiceLineOutput-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of invoice line","example":"12345"},"invoiceId":{"type":"integer","description":"ID of invoice the invoice line belongs to","example":"12345","nullable":true},"chargeType":{"type":"string","description":"Charge type","example":"one-time","enum":["one-time","recurring","usage"],"nullable":true},"invoiceLineLabel":{"type":"string","description":"Text that describes the invoice line","example":"Invoiced product","nullable":true},"costCenter":{"type":"string","description":"Cost center","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"calls":{"type":"integer","description":"Calls","example":"123","nullable":true},"duration":{"type":"integer","description":"Duration","example":"123","nullable":true},"quantity":{"type":"number","format":"float","description":"Quantity","example":"123.0000","nullable":true},"periodStart":{"type":"string","format":"date-time","description":"Start of the period","example":"2021-01-11","nullable":true},"periodEnd":{"type":"string","format":"date-time","description":"End of the period","example":"2021-01-11","nullable":true},"period":{"type":"number","format":"float","description":"Period to bill","example":"2.0000","nullable":true},"rate":{"type":"number","format":"float","description":"Amount to bill per period","example":"15.0000","nullable":true},"amount":{"type":"number","format":"float","description":"Total amount to bill (period * rate)","example":"30.0000","nullable":true},"vat":{"type":"integer","description":"Vat percentage","example":"21","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the invoice line should be invoiced as VAT reversed charge","example":"no","enum":["no","EU","all","telecom_only","international_0","inter_company"],"nullable":true},"displayLevel1":{"type":"string","description":"The first grouping parent on the invoice","example":"Recurring","nullable":true},"displayLevel2":{"type":"string","description":"The second grouping parent on the invoice","example":"September 2021","nullable":true},"displayLevel3":{"type":"string","description":"The third grouping parent on the invoice","example":"Netherlands","nullable":true},"displayLevel4":{"type":"string","description":"The fourth grouping parent on the invoice","example":"Example street 12a","nullable":true},"displayLevel5":{"type":"string","description":"The fifth grouping parent on the invoice","example":"Miscellaneous","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice line was created","example":"2021-01-11 13:42:45.433","nullable":true},"creditForInvoiceLineId":{"type":"integer","description":"Reference ID to credited invoice line","example":"12345","nullable":true}}},"InvoiceLine.InvoiceLineOutput.jsonld-invoice.read_invoice.collection.read_invoice.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of invoice line","example":"12345"},"invoiceId":{"type":"integer","description":"ID of invoice the invoice line belongs to","example":"12345","nullable":true},"chargeType":{"type":"string","description":"Charge type","example":"one-time","enum":["one-time","recurring","usage"],"nullable":true},"invoiceLineLabel":{"type":"string","description":"Text that describes the invoice line","example":"Invoiced product","nullable":true},"costCenter":{"type":"string","description":"Cost center","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"calls":{"type":"integer","description":"Calls","example":"123","nullable":true},"duration":{"type":"integer","description":"Duration","example":"123","nullable":true},"quantity":{"type":"number","format":"float","description":"Quantity","example":"123.0000","nullable":true},"periodStart":{"type":"string","format":"date-time","description":"Start of the period","example":"2021-01-11","nullable":true},"periodEnd":{"type":"string","format":"date-time","description":"End of the period","example":"2021-01-11","nullable":true},"period":{"type":"number","format":"float","description":"Period to bill","example":"2.0000","nullable":true},"rate":{"type":"number","format":"float","description":"Amount to bill per period","example":"15.0000","nullable":true},"amount":{"type":"number","format":"float","description":"Total amount to bill (period * rate)","example":"30.0000","nullable":true},"vat":{"type":"integer","description":"Vat percentage","example":"21","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the invoice line should be invoiced as VAT reversed charge","example":"no","enum":["no","EU","all","telecom_only","international_0","inter_company"],"nullable":true},"displayLevel1":{"type":"string","description":"The first grouping parent on the invoice","example":"Recurring","nullable":true},"displayLevel2":{"type":"string","description":"The second grouping parent on the invoice","example":"September 2021","nullable":true},"displayLevel3":{"type":"string","description":"The third grouping parent on the invoice","example":"Netherlands","nullable":true},"displayLevel4":{"type":"string","description":"The fourth grouping parent on the invoice","example":"Example street 12a","nullable":true},"displayLevel5":{"type":"string","description":"The fifth grouping parent on the invoice","example":"Miscellaneous","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice line was created","example":"2021-01-11 13:42:45.433","nullable":true},"creditForInvoiceLineId":{"type":"integer","description":"Reference ID to credited invoice line","example":"12345","nullable":true}}},"InvoiceLine.InvoiceLineOutput.jsonld-invoice.read_invoice.item.read_invoice.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of invoice line","example":"12345"},"invoiceId":{"type":"integer","description":"ID of invoice the invoice line belongs to","example":"12345","nullable":true},"chargeType":{"type":"string","description":"Charge type","example":"one-time","enum":["one-time","recurring","usage"],"nullable":true},"invoiceLineLabel":{"type":"string","description":"Text that describes the invoice line","example":"Invoiced product","nullable":true},"costCenter":{"type":"string","description":"Cost center","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"calls":{"type":"integer","description":"Calls","example":"123","nullable":true},"duration":{"type":"integer","description":"Duration","example":"123","nullable":true},"quantity":{"type":"number","format":"float","description":"Quantity","example":"123.0000","nullable":true},"periodStart":{"type":"string","format":"date-time","description":"Start of the period","example":"2021-01-11","nullable":true},"periodEnd":{"type":"string","format":"date-time","description":"End of the period","example":"2021-01-11","nullable":true},"period":{"type":"number","format":"float","description":"Period to bill","example":"2.0000","nullable":true},"rate":{"type":"number","format":"float","description":"Amount to bill per period","example":"15.0000","nullable":true},"amount":{"type":"number","format":"float","description":"Total amount to bill (period * rate)","example":"30.0000","nullable":true},"vat":{"type":"integer","description":"Vat percentage","example":"21","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the invoice line should be invoiced as VAT reversed charge","example":"no","enum":["no","EU","all","telecom_only","international_0","inter_company"],"nullable":true},"displayLevel1":{"type":"string","description":"The first grouping parent on the invoice","example":"Recurring","nullable":true},"displayLevel2":{"type":"string","description":"The second grouping parent on the invoice","example":"September 2021","nullable":true},"displayLevel3":{"type":"string","description":"The third grouping parent on the invoice","example":"Netherlands","nullable":true},"displayLevel4":{"type":"string","description":"The fourth grouping parent on the invoice","example":"Example street 12a","nullable":true},"displayLevel5":{"type":"string","description":"The fifth grouping parent on the invoice","example":"Miscellaneous","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice line was created","example":"2021-01-11 13:42:45.433","nullable":true},"creditForInvoiceLineId":{"type":"integer","description":"Reference ID to credited invoice line","example":"12345","nullable":true}}},"InvoiceLine.InvoiceLineOutput.jsonld-invoice.read_invoice.item.read_invoice.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of invoice line","example":"12345"},"invoiceId":{"type":"integer","description":"ID of invoice the invoice line belongs to","example":"12345","nullable":true},"chargeType":{"type":"string","description":"Charge type","example":"one-time","enum":["one-time","recurring","usage"],"nullable":true},"invoiceLineLabel":{"type":"string","description":"Text that describes the invoice line","example":"Invoiced product","nullable":true},"costCenter":{"type":"string","description":"Cost center","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"calls":{"type":"integer","description":"Calls","example":"123","nullable":true},"duration":{"type":"integer","description":"Duration","example":"123","nullable":true},"quantity":{"type":"number","format":"float","description":"Quantity","example":"123.0000","nullable":true},"periodStart":{"type":"string","format":"date-time","description":"Start of the period","example":"2021-01-11","nullable":true},"periodEnd":{"type":"string","format":"date-time","description":"End of the period","example":"2021-01-11","nullable":true},"period":{"type":"number","format":"float","description":"Period to bill","example":"2.0000","nullable":true},"rate":{"type":"number","format":"float","description":"Amount to bill per period","example":"15.0000","nullable":true},"amount":{"type":"number","format":"float","description":"Total amount to bill (period * rate)","example":"30.0000","nullable":true},"vat":{"type":"integer","description":"Vat percentage","example":"21","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the invoice line should be invoiced as VAT reversed charge","example":"no","enum":["no","EU","all","telecom_only","international_0","inter_company"],"nullable":true},"displayLevel1":{"type":"string","description":"The first grouping parent on the invoice","example":"Recurring","nullable":true},"displayLevel2":{"type":"string","description":"The second grouping parent on the invoice","example":"September 2021","nullable":true},"displayLevel3":{"type":"string","description":"The third grouping parent on the invoice","example":"Netherlands","nullable":true},"displayLevel4":{"type":"string","description":"The fourth grouping parent on the invoice","example":"Example street 12a","nullable":true},"displayLevel5":{"type":"string","description":"The fifth grouping parent on the invoice","example":"Miscellaneous","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice line was created","example":"2021-01-11 13:42:45.433","nullable":true},"creditForInvoiceLineId":{"type":"integer","description":"Reference ID to credited invoice line","example":"12345","nullable":true}}},"InvoiceLine.InvoiceLineOutput.jsonld-invoiceline.read_invoiceline.collection.read_invoiceline.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of invoice line","example":"12345"},"invoiceId":{"type":"integer","description":"ID of invoice the invoice line belongs to","example":"12345","nullable":true},"chargeType":{"type":"string","description":"Charge type","example":"one-time","enum":["one-time","recurring","usage"],"nullable":true},"invoiceLineLabel":{"type":"string","description":"Text that describes the invoice line","example":"Invoiced product","nullable":true},"costCenter":{"type":"string","description":"Cost center","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"calls":{"type":"integer","description":"Calls","example":"123","nullable":true},"duration":{"type":"integer","description":"Duration","example":"123","nullable":true},"quantity":{"type":"number","format":"float","description":"Quantity","example":"123.0000","nullable":true},"periodStart":{"type":"string","format":"date-time","description":"Start of the period","example":"2021-01-11","nullable":true},"periodEnd":{"type":"string","format":"date-time","description":"End of the period","example":"2021-01-11","nullable":true},"period":{"type":"number","format":"float","description":"Period to bill","example":"2.0000","nullable":true},"rate":{"type":"number","format":"float","description":"Amount to bill per period","example":"15.0000","nullable":true},"amount":{"type":"number","format":"float","description":"Total amount to bill (period * rate)","example":"30.0000","nullable":true},"vat":{"type":"integer","description":"Vat percentage","example":"21","nullable":true},"vatReversedCharge":{"type":"string","description":"Determines if the invoice line should be invoiced as VAT reversed charge","example":"no","enum":["no","EU","all","telecom_only","international_0","inter_company"],"nullable":true},"displayLevel1":{"type":"string","description":"The first grouping parent on the invoice","example":"Recurring","nullable":true},"displayLevel2":{"type":"string","description":"The second grouping parent on the invoice","example":"September 2021","nullable":true},"displayLevel3":{"type":"string","description":"The third grouping parent on the invoice","example":"Netherlands","nullable":true},"displayLevel4":{"type":"string","description":"The fourth grouping parent on the invoice","example":"Example street 12a","nullable":true},"displayLevel5":{"type":"string","description":"The fifth grouping parent on the invoice","example":"Miscellaneous","nullable":true},"created":{"type":"string","format":"date-time","description":"Date the invoice line was created","example":"2021-01-11 13:42:45.433","nullable":true},"creditForInvoiceLineId":{"type":"integer","description":"Reference ID to credited invoice line","example":"12345","nullable":true}}},"InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.collection.read_invoice.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"hash":{"type":"string"}}},"InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.item.read_invoice.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"hash":{"type":"string"}}},"InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.item.read_invoice.item.get_excel_specification":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"hash":{"type":"string"}}},"InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.item.read_invoice.item.get_pdf":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"hash":{"type":"string"}}},"InvoiceUpload.InvoiceUploadOutput-invoice.read_invoice.item.read_invoice.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"hash":{"type":"string"}}},"InvoiceUpload.InvoiceUploadOutput.jsonld-invoice.read_invoice.collection.read_invoice.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"name":{"type":"string"},"hash":{"type":"string"}}},"InvoiceUpload.InvoiceUploadOutput.jsonld-invoice.read_invoice.item.read_invoice.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"name":{"type":"string"},"hash":{"type":"string"}}},"InvoiceUpload.InvoiceUploadOutput.jsonld-invoice.read_invoice.item.read_invoice.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"name":{"type":"string"},"hash":{"type":"string"}}},"IpAuth-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","properties":{"id":{"description":"| null $id","type":"integer","nullable":true},"ipAddr":{"type":"string"}}},"IpAuth-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","properties":{"id":{"description":"| null $id","type":"integer","nullable":true},"ipAddr":{"type":"string"}}},"IpAuth-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","properties":{"id":{"description":"| null $id","type":"integer","nullable":true},"ipAddr":{"type":"string"}}},"IpAuth-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","properties":{"id":{"description":"| null $id","type":"integer","nullable":true},"ipAddr":{"type":"string"}}},"IpAuth.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"| null $id","type":"integer","nullable":true},"ipAddr":{"type":"string"}}},"IpAuth.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"| null $id","type":"integer","nullable":true},"ipAddr":{"type":"string"}}},"IpAuth.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"| null $id","type":"integer","nullable":true},"ipAddr":{"type":"string"}}},"IpAuth.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"description":"| null $id","type":"integer","nullable":true},"ipAddr":{"type":"string"}}},"Ipv4Subnet.Ipv4SubnetOutput-ipv4subnet.read_ipv4subnet.item.read_ipv4subnet.item.get":{"type":"object","description":""},"Ipv4Subnet.Ipv4SubnetOutput-orderdetailsconnection.read_orderdetailsconnection.item.read_orderdetailsconnection.item.get":{"type":"object","description":"","properties":{"id":{"example":"12345","type":"integer"},"subnetStart":{"example":"0.0.0.0","type":"string","nullable":true},"subnetCidr":{"example":"32","type":"integer"},"subnetGateway":{"example":"0.0.0.0","type":"string","nullable":true},"subnetPurpose":{"example":"Internet Access","type":"string","nullable":true},"description":{"example":"Lorem impsum","type":"string","nullable":true},"ppp_username":{"example":"ASDFG","readOnly":true,"type":"string","nullable":true},"ppp_password":{"example":"ASDFG","readOnly":true,"type":"string","nullable":true},"isPingActive":{"type":"boolean"},"isPingActiveLarge":{"type":"boolean"},"isPingActiveJumbo":{"type":"boolean"}}},"Ipv4Subnet.Ipv4SubnetOutput-orderdetailskpnwba.read_orderdetailskpnwba.item.read_orderdetailskpnwba.item.get_x2connect_details":{"type":"object","description":"","properties":{"id":{"example":"12345","type":"integer"},"subnetStart":{"example":"0.0.0.0","type":"string","nullable":true},"subnetCidr":{"example":"32","type":"integer"},"subnetGateway":{"example":"0.0.0.0","type":"string","nullable":true},"subnetPurpose":{"example":"Internet Access","type":"string","nullable":true},"description":{"example":"Lorem impsum","type":"string","nullable":true},"ppp_username":{"example":"ASDFG","readOnly":true,"type":"string","nullable":true},"ppp_password":{"example":"ASDFG","readOnly":true,"type":"string","nullable":true},"isPingActive":{"type":"boolean"},"isPingActiveLarge":{"type":"boolean"},"isPingActiveJumbo":{"type":"boolean"}}},"Ipv4Subnet.Ipv4SubnetOutput.jsonld-ipv4subnet.read_ipv4subnet.item.read_ipv4subnet.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Ipv4Subnet.Ipv4SubnetOutput.jsonld-orderdetailsconnection.read_orderdetailsconnection.item.read_orderdetailsconnection.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"example":"12345","type":"integer"},"subnetStart":{"example":"0.0.0.0","type":"string","nullable":true},"subnetCidr":{"example":"32","type":"integer"},"subnetGateway":{"example":"0.0.0.0","type":"string","nullable":true},"subnetPurpose":{"example":"Internet Access","type":"string","nullable":true},"description":{"example":"Lorem impsum","type":"string","nullable":true},"ppp_username":{"example":"ASDFG","readOnly":true,"type":"string","nullable":true},"ppp_password":{"example":"ASDFG","readOnly":true,"type":"string","nullable":true},"isPingActive":{"type":"boolean"},"isPingActiveLarge":{"type":"boolean"},"isPingActiveJumbo":{"type":"boolean"}}},"Ipv4Subnet.Ipv4SubnetOutput.jsonld-orderdetailskpnwba.read_orderdetailskpnwba.item.read_orderdetailskpnwba.item.get_x2connect_details":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"example":"12345","type":"integer"},"subnetStart":{"example":"0.0.0.0","type":"string","nullable":true},"subnetCidr":{"example":"32","type":"integer"},"subnetGateway":{"example":"0.0.0.0","type":"string","nullable":true},"subnetPurpose":{"example":"Internet Access","type":"string","nullable":true},"description":{"example":"Lorem impsum","type":"string","nullable":true},"ppp_username":{"example":"ASDFG","readOnly":true,"type":"string","nullable":true},"ppp_password":{"example":"ASDFG","readOnly":true,"type":"string","nullable":true},"isPingActive":{"type":"boolean"},"isPingActiveLarge":{"type":"boolean"},"isPingActiveJumbo":{"type":"boolean"}}},"Location.LocationOutput-customer.read_customer.collection.read_customer.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-customer.read_customer.collection.read_customer.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-customer.read_customer.collection.read_customer.collection.post_sync":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-customer.read_customer.item.read_customer.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-location.read_location.item.read_location.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-location_location.read_location.item.read_location.item.get_isra_information":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-order.read_order.collection.read_order.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-order.read_order.collection.read_order.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-order.read_order.item.read_order.item.activate_billing_deals":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-order.read_order.item.read_order.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-order.read_order.item.read_order.item.get_recurring_revenue":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-order.read_order.item.read_order.item.kpn_wba_line_check_details":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-order.read_order.item.read_order.item.kpn_wba_radius_status":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-order.read_order.item.read_order.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-customer.read_customer.collection.read_customer.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-customer.read_customer.collection.read_customer.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-customer.read_customer.collection.read_customer.collection.post_sync":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-customer.read_customer.item.read_customer.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-location.read_location.item.read_location.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-location_location.read_location.item.read_location.item.get_isra_information":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-order.read_order.collection.read_order.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-order.read_order.collection.read_order.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-order.read_order.item.read_order.item.activate_billing_deals":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-order.read_order.item.read_order.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-order.read_order.item.read_order.item.get_recurring_revenue":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_line_check_details":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_radius_status":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-order.read_order.item.read_order.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Location.LocationOutput.jsonld-serviceorder.read_customer.read_customer.item.read_customer.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of location","example":"12345"},"street":{"type":"string","description":"Street name of location","example":"Street name"},"housenumber":{"type":"integer","description":"House number of location","example":123},"extension":{"type":"string","description":"House number extension of location","example":"A","nullable":true},"zipcode":{"type":"string","description":"Zipcode of location","example":"1234AA"},"country":{"type":"string","description":"Country of location","example":"NL","default":"NL","nullable":true},"city":{"type":"string","description":"City of location","example":"City"},"attention":{"type":"string","description":"Per attention of","example":"Accounts payable","nullable":true}}},"Operator-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator.jsonld-numberblock.read_numberblock.collection.read_numberblock.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator.jsonld-numberblock.read_numberblock.item.read_numberblock.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator.jsonld-numberblock.read_numberblock.item.read_numberblock.item.get_endcooloff":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator.jsonld-numberblock.read_numberblock.item.read_numberblock.item.get_split":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"Operator.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string","nullable":true},"operatorCode":{"type":"string"}}},"OperatorOutput-outport.read_outport.collection.read_outport.collection.get":{"type":"object","properties":{"name":{"type":"string","description":"Operator name","example":"Name"},"operatorCode":{"type":"string","description":"Operator code","example":"CODE"}}},"OperatorOutput-outport.read_outport.item.read_outport.item.get":{"type":"object","properties":{"name":{"type":"string","description":"Operator name","example":"Name"},"operatorCode":{"type":"string","description":"Operator code","example":"CODE"}}},"OperatorOutput.jsonld-outport.read_outport.collection.read_outport.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string","description":"Operator name","example":"Name"},"operatorCode":{"type":"string","description":"Operator code","example":"CODE"}}},"OperatorOutput.jsonld-outport.read_outport.item.read_outport.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string","description":"Operator name","example":"Name"},"operatorCode":{"type":"string","description":"Operator code","example":"CODE"}}},"Order.OrderInput-order.write_order.item.write_order.item.patch":{"type":"object","description":"","properties":{"costCenter":{"maxLength":128,"type":"string","nullable":true},"enduserReference":{"maxLength":36,"type":"string","nullable":true},"resellerReference":{"maxLength":64,"type":"string","nullable":true},"purchaseOrder":{"maxLength":128,"type":"string","nullable":true},"tariffplan1":{"type":"string","example":"\/tariffplans\/1234","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.write_order.item.write_order.item.patch"}]},"tariffplan3":{"type":"string","example":"\/tariffplans\/1234","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.write_order.item.write_order.item.patch"}]},"purchaseTariffplan":{"type":"string","example":"\/tariffplans\/1234","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.write_order.item.write_order.item.patch"}]},"dateStart":{"type":"string","format":"date","description":"Starting date of order","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date","description":"End date of order","example":"2022-12-31","nullable":true},"label":{"type":"string","nullable":true},"contract":{"type":"string","example":"\/contracts\/1234","format":"iri-reference","nullable":true},"location":{"type":"string","example":"\/locations\/1234","format":"iri-reference","nullable":true},"supplier":{"type":"string","example":"\/suppliers\/1234","format":"iri-reference","nullable":true}}},"Order.OrderInput-order.write_order.post_order.collection.write_order.collection.post":{"type":"object","description":"","properties":{"costCenter":{"maxLength":128,"type":"string","nullable":true},"enduserReference":{"maxLength":36,"type":"string","nullable":true},"resellerReference":{"maxLength":64,"type":"string","nullable":true},"purchaseOrder":{"maxLength":128,"type":"string","nullable":true},"tariffplan1":{"type":"string","example":"\/tariffplans\/1234","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.write_order.post_order.collection.write_order.collection.post"}]},"tariffplan3":{"type":"string","example":"\/tariffplans\/1234","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.write_order.post_order.collection.write_order.collection.post"}]},"purchaseTariffplan":{"type":"string","example":"\/tariffplans\/1234","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.write_order.post_order.collection.write_order.collection.post"}]},"customer":{"type":"string","example":"\/customers\/1234","format":"iri-reference","nullable":true},"serviceType":{"type":"string","example":"\/service-types\/1234","format":"iri-reference","nullable":true},"dateStart":{"type":"string","format":"date","description":"Starting date of order","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date","description":"End date of order","example":"2022-12-31","nullable":true},"label":{"type":"string","nullable":true},"orderDetailsGeneric":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGenericInput-order.write_order.post_order.collection.write_order.collection.post"}]},"orderDetailsOdidoMobile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsOdidoMobileInput-order.write_order.post_order.collection.write_order.collection.post"}]},"contract":{"type":"string","example":"\/contracts\/1234","format":"iri-reference","nullable":true},"location":{"type":"string","example":"\/locations\/1234","format":"iri-reference","nullable":true},"supplier":{"type":"string","example":"\/suppliers\/1234","format":"iri-reference","nullable":true}}},"Order.OrderInput.jsonld-order.write_order.post_order.collection.write_order.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"costCenter":{"maxLength":128,"type":"string","nullable":true},"enduserReference":{"maxLength":36,"type":"string","nullable":true},"resellerReference":{"maxLength":64,"type":"string","nullable":true},"purchaseOrder":{"maxLength":128,"type":"string","nullable":true},"tariffplan1":{"type":"string","example":"\/tariffplans\/1234","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-order.write_order.post_order.collection.write_order.collection.post"}]},"tariffplan3":{"type":"string","example":"\/tariffplans\/1234","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-order.write_order.post_order.collection.write_order.collection.post"}]},"purchaseTariffplan":{"type":"string","example":"\/tariffplans\/1234","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-order.write_order.post_order.collection.write_order.collection.post"}]},"customer":{"type":"string","example":"\/customers\/1234","format":"iri-reference","nullable":true},"serviceType":{"type":"string","example":"\/service-types\/1234","format":"iri-reference","nullable":true},"dateStart":{"type":"string","format":"date","description":"Starting date of order","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date","description":"End date of order","example":"2022-12-31","nullable":true},"label":{"type":"string","nullable":true},"orderDetailsGeneric":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGenericInput.jsonld-order.write_order.post_order.collection.write_order.collection.post"}]},"orderDetailsOdidoMobile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsOdidoMobileInput.jsonld-order.write_order.post_order.collection.write_order.collection.post"}]},"contract":{"type":"string","example":"\/contracts\/1234","format":"iri-reference","nullable":true},"location":{"type":"string","example":"\/locations\/1234","format":"iri-reference","nullable":true},"supplier":{"type":"string","example":"\/suppliers\/1234","format":"iri-reference","nullable":true}}},"Order.OrderOutput-billingrule.read_billingrule.collection.read_billingrule.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-billingrule.read_billingrule.collection.read_billingrule.collection.get"}]},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-contactpreference.read_contactpreference.item.read_contactpreference.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-order.read_order.collection.read_order.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-order.read_order.collection.read_order.collection.get"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.collection.read_order.collection.get"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.collection.read_order.collection.get"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-order.read_order.collection.read_order.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-order.read_order.collection.read_order.collection.post"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.collection.read_order.collection.post"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.collection.read_order.collection.post"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-order.read_order.item.read_order.item.activate_billing_deals":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-order.read_order.item.read_order.item.activate_billing_deals"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.activate_billing_deals"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.item.read_order.item.activate_billing_deals"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-order.read_order.item.read_order.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-order.read_order.item.read_order.item.get"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.item.read_order.item.get"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-order.read_order.item.read_order.item.get_recurring_revenue":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-order.read_order.item.read_order.item.get_recurring_revenue"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get_recurring_revenue"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.item.read_order.item.get_recurring_revenue"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-order.read_order.item.read_order.item.kpn_wba_line_check_details":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-order.read_order.item.read_order.item.kpn_wba_line_check_details"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.kpn_wba_line_check_details"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.item.read_order.item.kpn_wba_line_check_details"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-order.read_order.item.read_order.item.kpn_wba_radius_status":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-order.read_order.item.read_order.item.kpn_wba_radius_status"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.kpn_wba_radius_status"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.item.read_order.item.kpn_wba_radius_status"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-order.read_order.item.read_order.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput-order.read_order.item.read_order.item.patch"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.patch"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.item.read_order.item.patch"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailsconnection.read_orderdetailsconnection.item.read_orderdetailsconnection.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailsodidomobile.read_orderdetailsodidomobile.item.read_orderdetailsodidomobile.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailsodidomobile.read_orderdetailsodidomobile.item.read_orderdetailsodidomobile.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"}]},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"}]},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"}]},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"}]},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-phonenumber.read_phonenumber.collection.read_phonenumber.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-phonenumber.read_phonenumber.item.read_phonenumber.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-phonenumber.read_phonenumber.item.read_phonenumber.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-billingrule.read_billingrule.collection.read_billingrule.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-billingrule.read_billingrule.collection.read_billingrule.collection.get"}]},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-contactpreference.read_contactpreference.collection.read_contactpreference.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-contactpreference.read_contactpreference.collection.read_contactpreference.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-contactpreference.read_contactpreference.item.read_contactpreference.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-order.read_order.collection.read_order.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-order.read_order.collection.read_order.collection.get"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-order.read_order.collection.read_order.collection.get"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.collection.read_order.collection.get"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-order.read_order.collection.read_order.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-order.read_order.collection.read_order.collection.post"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-order.read_order.collection.read_order.collection.post"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.collection.read_order.collection.post"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-order.read_order.item.read_order.item.activate_billing_deals":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-order.read_order.item.read_order.item.activate_billing_deals"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-order.read_order.item.read_order.item.activate_billing_deals"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.item.read_order.item.activate_billing_deals"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-order.read_order.item.read_order.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-order.read_order.item.read_order.item.get"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-order.read_order.item.read_order.item.get"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.item.read_order.item.get"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-order.read_order.item.read_order.item.get_recurring_revenue":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-order.read_order.item.read_order.item.get_recurring_revenue"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-order.read_order.item.read_order.item.get_recurring_revenue"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.item.read_order.item.get_recurring_revenue"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_line_check_details":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_line_check_details"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_line_check_details"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_line_check_details"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_radius_status":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_radius_status"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_radius_status"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_radius_status"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-order.read_order.item.read_order.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"contract":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"object","description":"Referenced location entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Location.LocationOutput.jsonld-order.read_order.item.read_order.item.patch"}]},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"terminationReceived":{"type":"string","format":"date-time","description":"Date we received the termination","example":"2021-01-11","nullable":true},"label":{"type":"string","description":"Name of the order","example":"Order name","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"enduserReference":{"type":"string","description":"Order reference for the end-user","example":"Order reference","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-order.read_order.item.read_order.item.patch"}]},"supplierReference":{"type":"string","description":"Reference code of the supplier","example":"135408vd01","nullable":true},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"orderDetailsGeneric":{"type":"object","description":"OrderDetailsGeneric entity","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.item.read_order.item.patch"}]},"isActive":{"type":"boolean"},"parentId":{"type":"integer","nullable":true,"description":"ID of the parent order, null if not grouped"},"children":{"type":"array","description":"Child orders (ids only); empty array if none","items":{"type":"object","properties":{"id":{"type":"integer"}}}},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailsconnection.read_orderdetailsconnection.item.read_orderdetailsconnection.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailsodidomobile.read_orderdetailsodidomobile.item.read_orderdetailsodidomobile.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailsodidomobile.read_orderdetailsodidomobile.item.read_orderdetailsodidomobile.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"customer":{"type":"object","description":"Referenced customer entity","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"serviceType":{"type":"object","description":"Referenced service type entity","$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"}]},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"}]},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"}]},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"dateStart":{"type":"string","format":"date-time","description":"Date the order starts","example":"2021-01-11","nullable":true},"dateEnd":{"type":"string","format":"date-time","description":"Date the order ends","example":"2021-01-11","nullable":true},"costCenter":{"type":"string","description":"Cost centers are used to group costs on the invoice","example":"Cost center 1","nullable":true},"purchaseOrder":{"type":"string","description":"PO-number","example":"AB-12345","nullable":true},"tariffplan1":{"type":"object","description":"Referenced tariffplan entity","$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"}]},"description":{"type":"string","description":"Description of the order","example":"Example description text","nullable":true},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-phonenumber.read_phonenumber.collection.read_phonenumber.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-phonenumber.read_phonenumber.item.read_phonenumber.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-phonenumber.read_phonenumber.item.read_phonenumber.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"Order.OrderOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"},"supplier":{"$ref":"#\/components\/schemas\/Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get","nullable":true,"description":"Property supplier is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceType":{"$ref":"#\/components\/schemas\/ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get","nullable":true,"description":"Property serviceType is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"resellerReference":{"type":"string","description":"Order reference for the reseller","example":"Order reference","nullable":true},"tariffplan3":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property tariffplan3 is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"purchaseTariffplan":{"$ref":"#\/components\/schemas\/Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get","nullable":true,"description":"Property purchaseTariffplan is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"OrderDetailsGeneric.OrderDetailsGenericInput-orderdetailsgeneric.write_orderdetailsgeneric.item.write_orderdetailsgeneric.item.patch":{"type":"object","description":"","properties":{"shortDescription":{"maxLength":64,"type":"string","nullable":true},"supplierReference":{"maxLength":128,"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.collection.read_order.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.collection.read_order.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.item.read_order.item.activate_billing_deals":{"type":"object","description":"","properties":{"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.item.read_order.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.item.read_order.item.get_recurring_revenue":{"type":"object","description":"","properties":{"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.item.read_order.item.kpn_wba_line_check_details":{"type":"object","description":"","properties":{"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.item.read_order.item.kpn_wba_radius_status":{"type":"object","description":"","properties":{"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput-order.read_order.item.read_order.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"order":{"$ref":"#\/components\/schemas\/Order.OrderOutput-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.get"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"},"order":{"$ref":"#\/components\/schemas\/Order.OrderOutput-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.patch"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.collection.read_order.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.collection.read_order.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.item.read_order.item.activate_billing_deals":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.item.read_order.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.item.read_order.item.get_recurring_revenue":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_line_check_details":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_radius_status":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-order.read_order.item.read_order.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"order":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.get"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGeneric.OrderDetailsGenericOutput.jsonld-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"order":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-orderdetailsgeneric.read_orderdetailsgeneric.item.read_orderdetailsgeneric.item.patch"},"shortDescription":{"type":"string","nullable":true},"supplierReference":{"type":"string","nullable":true}}},"OrderDetailsGenericInput-order.write_order.post_order.collection.write_order.collection.post":{"type":"object","properties":{"shortDescription":{"maxLength":64,"type":"string","nullable":true},"supplierReference":{"maxLength":128,"type":"string","nullable":true}}},"OrderDetailsGenericInput.jsonld-order.write_order.post_order.collection.write_order.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"shortDescription":{"maxLength":64,"type":"string","nullable":true},"supplierReference":{"maxLength":128,"type":"string","nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectInput-orderdetailstrackedobject.write_orderdetailstrackedobject.item.write_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11","externalDocs":{"url":"http:\/\/schema.org\/Date"}},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel","nullable":true},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"minLength":6,"maxLength":6,"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"minLength":15,"maxLength":15,"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"minLength":50,"maxLength":50,"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/UserInput-orderdetailstrackedobject.write_orderdetailstrackedobject.item.write_orderdetailstrackedobject.item.patch"}]},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}},"required":["builtInDate","objectType"]},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectInput-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderInput-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11","externalDocs":{"url":"http:\/\/schema.org\/Date"}},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel","nullable":true},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"minLength":6,"maxLength":6,"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"minLength":15,"maxLength":15,"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"minLength":50,"maxLength":50,"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/UserInput-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post"}]},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}},"required":["builtInDate","objectType"]},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectInput.jsonld-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderInput.jsonld-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11","externalDocs":{"url":"http:\/\/schema.org\/Date"}},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel","nullable":true},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"minLength":6,"maxLength":6,"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"minLength":15,"maxLength":15,"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"minLength":50,"maxLength":50,"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/UserInput.jsonld-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post"}]},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}},"required":["builtInDate","objectType"]},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObject.OrderDetailsTrackedObjectOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345},"order":{"type":"object","description":"Order object","$ref":"#\/components\/schemas\/Order.OrderOutput-order.read_order.item.read_order.item.get"},"trackedObjectTrackingDevices":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"},"description":"The tracking devices belonging to the tracked object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate"}]},"anumber":{"type":"string","example":"200123","nullable":true},"builtInDate":{"type":"string","format":"date","example":"2021-01-11"},"multiviewerName":{"type":"string","example":"Mercedes-benz Sprinter","nullable":true},"configuration":{"type":"string","example":"KilometerRegistratie","nullable":true},"objectType":{"type":"string","example":"Werkmaterieel"},"objectBrand":{"type":"string","example":"Mercedes-benz","nullable":true},"objectBrandType":{"type":"string","example":"Sprinter","nullable":true},"licensePlate":{"type":"string","example":"12AB34","nullable":true},"serialnumber":{"type":"string","example":"SN12345","nullable":true},"chassisNumber":{"type":"string","example":"351235123F458ACFD41","nullable":true},"constructionYear":{"type":"integer","example":2010,"nullable":true},"color":{"type":"string","example":"Yellow","nullable":true},"startMileage":{"type":"number","format":"float","example":12345,"nullable":true},"fleetNumber":{"type":"string","example":"FD41","nullable":true},"chassisLocation":{"type":"string","example":"Achter de klok","nullable":true},"startOperatingTime":{"type":"number","format":"float","example":400,"nullable":true},"contactUser":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate"}]},"lastSyncToCacheDate":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"startPto":{"type":"number","format":"float","example":1234,"nullable":true}}},"OrderDetailsTrackedObjectInput-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post":{"type":"object","properties":{"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345,"nullable":true}}},"OrderDetailsTrackedObjectInput.jsonld-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of OrderDetailsTrackedObject","example":12345,"nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"password":{"description":"| null","type":"string","nullable":true},"mainNumber":{"description":"| null","type":"integer","nullable":true},"anonymous":{"description":"| null","type":"boolean","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/X2voipRoute.X2voipRouteOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"}]},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"ipAuths":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/IpAuth-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"},"nullable":true},"inboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"},"nullable":true},"outboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"},"nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true},"prepaid":{"type":"boolean","nullable":true},"srtp":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"password":{"description":"| null","type":"string","nullable":true},"mainNumber":{"description":"| null","type":"integer","nullable":true},"anonymous":{"description":"| null","type":"boolean","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/X2voipRoute.X2voipRouteOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"}]},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"ipAuths":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/IpAuth-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"},"nullable":true},"inboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"},"nullable":true},"outboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"},"nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true},"prepaid":{"type":"boolean","nullable":true},"srtp":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"password":{"description":"| null","type":"string","nullable":true},"mainNumber":{"description":"| null","type":"integer","nullable":true},"anonymous":{"description":"| null","type":"boolean","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/X2voipRoute.X2voipRouteOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"}]},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"ipAuths":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/IpAuth-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"},"nullable":true},"inboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"},"nullable":true},"outboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"},"nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true},"prepaid":{"type":"boolean","nullable":true},"srtp":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","description":"","properties":{"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"password":{"description":"| null","type":"string","nullable":true},"mainNumber":{"description":"| null","type":"integer","nullable":true},"anonymous":{"description":"| null","type":"boolean","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/X2voipRoute.X2voipRouteOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"}]},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"percentage":{"type":"string","nullable":true},"ipAuths":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/IpAuth-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"},"nullable":true},"inboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"},"nullable":true},"outboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"},"nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true},"prepaid":{"type":"boolean","nullable":true},"srtp":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","type":"string","format":"iri-reference","nullable":true},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","type":"string","format":"iri-reference","nullable":true},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"id":{"type":"integer"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","type":"string","format":"iri-reference","nullable":true},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","type":"string","format":"iri-reference","nullable":true},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"id":{"type":"integer"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","type":"string","format":"iri-reference","nullable":true},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"password":{"description":"| null","type":"string","nullable":true},"mainNumber":{"description":"| null","type":"integer","nullable":true},"anonymous":{"description":"| null","type":"boolean","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/X2voipRoute.X2voipRouteOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"}]},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"ipAuths":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/IpAuth.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"},"nullable":true},"inboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"},"nullable":true},"outboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"},"nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true},"prepaid":{"type":"boolean","nullable":true},"srtp":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"password":{"description":"| null","type":"string","nullable":true},"mainNumber":{"description":"| null","type":"integer","nullable":true},"anonymous":{"description":"| null","type":"boolean","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/X2voipRoute.X2voipRouteOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"}]},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"ipAuths":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/IpAuth.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"},"nullable":true},"inboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"},"nullable":true},"outboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"},"nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true},"prepaid":{"type":"boolean","nullable":true},"srtp":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"password":{"description":"| null","type":"string","nullable":true},"mainNumber":{"description":"| null","type":"integer","nullable":true},"anonymous":{"description":"| null","type":"boolean","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/X2voipRoute.X2voipRouteOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"}]},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"ipAuths":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/IpAuth.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"},"nullable":true},"inboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"},"nullable":true},"outboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"},"nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true},"prepaid":{"type":"boolean","nullable":true},"srtp":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"password":{"description":"| null","type":"string","nullable":true},"mainNumber":{"description":"| null","type":"integer","nullable":true},"anonymous":{"description":"| null","type":"boolean","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/X2voipRoute.X2voipRouteOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"}]},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"percentage":{"type":"string","nullable":true},"ipAuths":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/IpAuth.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"},"nullable":true},"inboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"},"nullable":true},"outboundBlocklists":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/Blocklist.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"},"nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true},"prepaid":{"type":"boolean","nullable":true},"srtp":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","type":"string","format":"iri-reference","nullable":true},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","type":"string","format":"iri-reference","nullable":true},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","type":"string","format":"iri-reference","nullable":true},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","type":"string","format":"iri-reference","nullable":true},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"username":{"description":"| null","type":"string","nullable":true},"status":{"description":"| null","type":"string","nullable":true},"credit":{"description":"| null","type":"number","nullable":true},"callLimit":{"description":"| null","type":"number","nullable":true},"cliTransparent":{"description":"| null","type":"boolean","nullable":true},"cliFormat":{"description":"| null","type":"string","nullable":true},"callerId":{"description":"| null","type":"string","nullable":true},"route":{"description":"| null","type":"string","format":"iri-reference","nullable":true},"outboundRoute":{"description":"| null","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutboundRoute.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"orderDetailsX2voipNumbers":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipNumberOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"nullable":true},"unlimitedCalling":{"description":"| null","type":"string","nullable":true},"creditUsageMonthly":{"type":"number","nullable":true},"creditUsageWeekly":{"type":"number","nullable":true},"creditUsageDaily":{"type":"number","nullable":true},"creditLimitMonthly":{"type":"number","nullable":true},"creditLimitWeekly":{"type":"number","nullable":true},"creditLimitDaily":{"type":"number","nullable":true},"unlimitedType":{"description":"| null","type":"string","nullable":true}}},"OrderDetailsX2voipEfax.OrderDetailsX2voipEfaxOutput-orderdetailsx2voipefax.read_orderdetailsx2voipefax.item.read_orderdetailsx2voipefax.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfax.OrderDetailsX2voipEfaxOutput-orderdetailsx2voipefax.read_orderdetailsx2voipefax.item.read_orderdetailsx2voipefax.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfax.OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voipefax.read_orderdetailsx2voipefax.item.read_orderdetailsx2voipefax.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfax.OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voipefax.read_orderdetailsx2voipefax.item.read_orderdetailsx2voipefax.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfaxOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","properties":{"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfaxOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","properties":{"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfaxOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","properties":{"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfaxOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","properties":{"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voipnumber.read_orderdetailsx2voipnumber.item.read_orderdetailsx2voipnumber.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voipnumber.read_orderdetailsx2voipnumber.item.read_orderdetailsx2voipnumber.item.get_split":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voipnumber.read_orderdetailsx2voipnumber.item.read_orderdetailsx2voipnumber.item.patch":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"direction":{"type":"string"},"destination":{"type":"string"}}},"OrderDetailsX2voipNumberOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","properties":{"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"},"ringtime":{"type":"integer"},"callForwardImmediately":{"type":"string","nullable":true},"callForwardImmediatelyEnabled":{"type":"boolean"},"callForwardWhenBusy":{"type":"string","nullable":true},"callForwardWhenBusyEnabled":{"type":"boolean"},"callForwardNoAnswer":{"type":"string","nullable":true},"callForwardNoAnswerEnabled":{"type":"boolean"},"callForwardOutOfReach":{"type":"string","nullable":true},"callForwardOutOfReachEnabled":{"type":"boolean"},"keepCli":{"type":"boolean"},"vmEmail":{"type":"string","nullable":true},"vmPin":{"type":"string","nullable":true},"zipcode":{"description":"Zipcode (Belgium only)","example":"1234AB","type":"string","nullable":true},"orderDetailsX2voipEfaxes":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipEfaxOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"}},"validFrom":{"type":"string","format":"date-time","nullable":true},"validUntil":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"}]}}},"OrderDetailsX2voipNumberOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","properties":{"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"},"ringtime":{"type":"integer"},"callForwardImmediately":{"type":"string","nullable":true},"callForwardImmediatelyEnabled":{"type":"boolean"},"callForwardWhenBusy":{"type":"string","nullable":true},"callForwardWhenBusyEnabled":{"type":"boolean"},"callForwardNoAnswer":{"type":"string","nullable":true},"callForwardNoAnswerEnabled":{"type":"boolean"},"callForwardOutOfReach":{"type":"string","nullable":true},"callForwardOutOfReachEnabled":{"type":"boolean"},"keepCli":{"type":"boolean"},"vmEmail":{"type":"string","nullable":true},"vmPin":{"type":"string","nullable":true},"zipcode":{"description":"Zipcode (Belgium only)","example":"1234AB","type":"string","nullable":true},"orderDetailsX2voipEfaxes":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipEfaxOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"}},"validFrom":{"type":"string","format":"date-time","nullable":true},"validUntil":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"}]}}},"OrderDetailsX2voipNumberOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","properties":{"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"},"ringtime":{"type":"integer"},"callForwardImmediately":{"type":"string","nullable":true},"callForwardImmediatelyEnabled":{"type":"boolean"},"callForwardWhenBusy":{"type":"string","nullable":true},"callForwardWhenBusyEnabled":{"type":"boolean"},"callForwardNoAnswer":{"type":"string","nullable":true},"callForwardNoAnswerEnabled":{"type":"boolean"},"callForwardOutOfReach":{"type":"string","nullable":true},"callForwardOutOfReachEnabled":{"type":"boolean"},"keepCli":{"type":"boolean"},"vmEmail":{"type":"string","nullable":true},"vmPin":{"type":"string","nullable":true},"zipcode":{"description":"Zipcode (Belgium only)","example":"1234AB","type":"string","nullable":true},"orderDetailsX2voipEfaxes":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipEfaxOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"}},"validFrom":{"type":"string","format":"date-time","nullable":true},"validUntil":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"}]}}},"OrderDetailsX2voipNumberOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","properties":{"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"},"ringtime":{"type":"integer"},"callForwardImmediately":{"type":"string","nullable":true},"callForwardImmediatelyEnabled":{"type":"boolean"},"callForwardWhenBusy":{"type":"string","nullable":true},"callForwardWhenBusyEnabled":{"type":"boolean"},"callForwardNoAnswer":{"type":"string","nullable":true},"callForwardNoAnswerEnabled":{"type":"boolean"},"callForwardOutOfReach":{"type":"string","nullable":true},"callForwardOutOfReachEnabled":{"type":"boolean"},"keepCli":{"type":"boolean"},"vmEmail":{"type":"string","nullable":true},"vmPin":{"type":"string","nullable":true},"zipcode":{"description":"Zipcode (Belgium only)","example":"1234AB","type":"string","nullable":true},"orderDetailsX2voipEfaxes":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipEfaxOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"}},"validFrom":{"type":"string","format":"date-time","nullable":true},"validUntil":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"}]}}},"OrderDetailsX2voipNumberOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"type":"integer"}}},"OrderDetailsX2voipNumberOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"type":"integer"}}},"OrderDetailsX2voipNumberOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"type":"integer"}}},"OrderDetailsX2voipNumberOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"type":"integer"}}},"OrderDetailsX2voipNumberOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"type":"integer"}}},"OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"},"ringtime":{"type":"integer"},"callForwardImmediately":{"type":"string","nullable":true},"callForwardImmediatelyEnabled":{"type":"boolean"},"callForwardWhenBusy":{"type":"string","nullable":true},"callForwardWhenBusyEnabled":{"type":"boolean"},"callForwardNoAnswer":{"type":"string","nullable":true},"callForwardNoAnswerEnabled":{"type":"boolean"},"callForwardOutOfReach":{"type":"string","nullable":true},"callForwardOutOfReachEnabled":{"type":"boolean"},"keepCli":{"type":"boolean"},"vmEmail":{"type":"string","nullable":true},"vmPin":{"type":"string","nullable":true},"zipcode":{"description":"Zipcode (Belgium only)","example":"1234AB","type":"string","nullable":true},"orderDetailsX2voipEfaxes":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"}},"validFrom":{"type":"string","format":"date-time","nullable":true},"validUntil":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get"}]}}},"OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"},"ringtime":{"type":"integer"},"callForwardImmediately":{"type":"string","nullable":true},"callForwardImmediatelyEnabled":{"type":"boolean"},"callForwardWhenBusy":{"type":"string","nullable":true},"callForwardWhenBusyEnabled":{"type":"boolean"},"callForwardNoAnswer":{"type":"string","nullable":true},"callForwardNoAnswerEnabled":{"type":"boolean"},"callForwardOutOfReach":{"type":"string","nullable":true},"callForwardOutOfReachEnabled":{"type":"boolean"},"keepCli":{"type":"boolean"},"vmEmail":{"type":"string","nullable":true},"vmPin":{"type":"string","nullable":true},"zipcode":{"description":"Zipcode (Belgium only)","example":"1234AB","type":"string","nullable":true},"orderDetailsX2voipEfaxes":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"}},"validFrom":{"type":"string","format":"date-time","nullable":true},"validUntil":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get"}]}}},"OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"},"ringtime":{"type":"integer"},"callForwardImmediately":{"type":"string","nullable":true},"callForwardImmediatelyEnabled":{"type":"boolean"},"callForwardWhenBusy":{"type":"string","nullable":true},"callForwardWhenBusyEnabled":{"type":"boolean"},"callForwardNoAnswer":{"type":"string","nullable":true},"callForwardNoAnswerEnabled":{"type":"boolean"},"callForwardOutOfReach":{"type":"string","nullable":true},"callForwardOutOfReachEnabled":{"type":"boolean"},"keepCli":{"type":"boolean"},"vmEmail":{"type":"string","nullable":true},"vmPin":{"type":"string","nullable":true},"zipcode":{"description":"Zipcode (Belgium only)","example":"1234AB","type":"string","nullable":true},"orderDetailsX2voipEfaxes":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"}},"validFrom":{"type":"string","format":"date-time","nullable":true},"validUntil":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch"}]}}},"OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"},"ringtime":{"type":"integer"},"callForwardImmediately":{"type":"string","nullable":true},"callForwardImmediatelyEnabled":{"type":"boolean"},"callForwardWhenBusy":{"type":"string","nullable":true},"callForwardWhenBusyEnabled":{"type":"boolean"},"callForwardNoAnswer":{"type":"string","nullable":true},"callForwardNoAnswerEnabled":{"type":"boolean"},"callForwardOutOfReach":{"type":"string","nullable":true},"callForwardOutOfReachEnabled":{"type":"boolean"},"keepCli":{"type":"boolean"},"vmEmail":{"type":"string","nullable":true},"vmPin":{"type":"string","nullable":true},"zipcode":{"description":"Zipcode (Belgium only)","example":"1234AB","type":"string","nullable":true},"orderDetailsX2voipEfaxes":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderDetailsX2voipEfaxOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"}},"validFrom":{"type":"string","format":"date-time","nullable":true},"validUntil":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Phonenumber.PhonenumberOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts"}]}}},"OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voipnumbersscheduledforward.read_orderdetailsx2voipnumbersscheduledforward.collection.read_orderdetailsx2voipnumbersscheduledforward.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"}}},"OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voipnumbersscheduledforward.read_orderdetailsx2voipnumbersscheduledforward.collection.read_orderdetailsx2voipnumbersscheduledforward.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"}}},"OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voipnumbersscheduledforward.read_orderdetailsx2voipnumbersscheduledforward.item.read_orderdetailsx2voipnumbersscheduledforward.item.delete":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"}}},"OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voipnumbersscheduledforward.read_orderdetailsx2voipnumbersscheduledforward.item.read_orderdetailsx2voipnumbersscheduledforward.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"}}},"OrderDetailsX2voipNumberOutput.jsonld-orderdetailsx2voipnumbersscheduledforward.read_orderdetailsx2voipnumbersscheduledforward.item.read_orderdetailsx2voipnumbersscheduledforward.item.patch":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"number":{"type":"string","nullable":true},"numberType":{"type":"string"}}},"OrderDetailsX2voipNumberOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"}}},"OrderDetailsX2voipNumberOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"}}},"OrderDetailsX2voipNumberOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"}}},"OrderDetailsX2voipNumberOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"}}},"OrderDetailsX2voipNumberOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"}}},"OrderInput-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post":{"type":"object","properties":{"costCenter":{"maxLength":128,"type":"string","nullable":true},"enduserReference":{"maxLength":36,"type":"string","nullable":true},"purchaseOrder":{"maxLength":128,"type":"string","nullable":true},"tariffplan1":{"type":"string","example":"\/tariffplans\/1234","format":"iri-reference","nullable":true},"customer":{"type":"string","example":"\/customers\/1234","format":"iri-reference","nullable":true},"dateStart":{"type":"string","format":"date","description":"Starting date of order","example":"2021-01-11","nullable":true}}},"OrderInput.jsonld-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"costCenter":{"maxLength":128,"type":"string","nullable":true},"enduserReference":{"maxLength":36,"type":"string","nullable":true},"purchaseOrder":{"maxLength":128,"type":"string","nullable":true},"tariffplan1":{"type":"string","example":"\/tariffplans\/1234","format":"iri-reference","nullable":true},"customer":{"type":"string","example":"\/customers\/1234","format":"iri-reference","nullable":true},"dateStart":{"type":"string","format":"date","description":"Starting date of order","example":"2021-01-11","nullable":true}}},"OrderOutput-outport.read_outport.collection.read_outport.collection.get":{"type":"object","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"}}},"OrderOutput-outport.read_outport.item.read_outport.item.get":{"type":"object","properties":{"id":{"type":"integer","description":"ID of order","example":"12345"}}},"OrderOutput.jsonld-outport.read_outport.collection.read_outport.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"}}},"OrderOutput.jsonld-outport.read_outport.item.read_outport.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of order","example":"12345"}}},"OutboundRoute-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","properties":{"name":{"description":"| null $name;","type":"string","nullable":true}}},"OutboundRoute-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","properties":{"name":{"description":"| null $name;","type":"string","nullable":true}}},"OutboundRoute-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","properties":{"name":{"description":"| null $name;","type":"string","nullable":true}}},"OutboundRoute-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","properties":{"name":{"description":"| null $name;","type":"string","nullable":true}}},"OutboundRoute-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object"},"OutboundRoute-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object"},"OutboundRoute-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object"},"OutboundRoute-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object"},"OutboundRoute-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object"},"OutboundRoute.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"description":"| null $name;","type":"string","nullable":true}}},"OutboundRoute.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"description":"| null $name;","type":"string","nullable":true}}},"OutboundRoute.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"description":"| null $name;","type":"string","nullable":true}}},"OutboundRoute.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"description":"| null $name;","type":"string","nullable":true}}},"OutboundRoute.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"OutboundRoute.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"OutboundRoute.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"OutboundRoute.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"OutboundRoute.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Outport-outport.read_outport.collection.read_outport.collection.accept":{"type":"object","description":""},"Outport-outport.read_outport.collection.read_outport.collection.deny":{"type":"object","description":""},"Outport.OutportInput-outportaccept.write_outport.write_outport.collection.write_outport.collection.accept":{"type":"object","description":"","required":["outportId","firstPossibleDate"],"properties":{"outportId":{"description":"ID of the outport","example":"12345","type":"string"},"firstPossibleDate":{"description":"First possible date","example":"2022-01-01","type":"string","nullable":true}}},"Outport.OutportInput.jsonld-outportaccept.write_outport.write_outport.collection.write_outport.collection.accept":{"type":"object","description":"","required":["outportId","firstPossibleDate"],"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"outportId":{"description":"ID of the outport","example":"12345","type":"string"},"firstPossibleDate":{"description":"First possible date","example":"2022-01-01","type":"string","nullable":true}}},"Outport.OutportOutput-outport.read_outport.collection.read_outport.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of outport","example":"12345"},"date":{"type":"string","format":"date-time","description":"Created date","example":"2021-01-11"},"recipientOperator":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OperatorOutput-outport.read_outport.collection.read_outport.collection.get"}]},"donorOperator":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OperatorOutput-outport.read_outport.collection.read_outport.collection.get"}]},"firstPossibleDate":{"type":"string","format":"date-time","description":"First possible date","example":"2021-01-11","nullable":true},"status":{"type":"string","description":"Status of the outport","example":"pending","nullable":true},"reasonCode":{"type":"string","description":"Reason code","example":"27","nullable":true},"reason":{"type":"string","description":"Reason","example":"Example reason","nullable":true},"portingId":{"type":"string","description":"Porting ID","example":"TEST-201900000023","nullable":true},"phoneNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/OutportPhoneNumberOutput-outport.read_outport.collection.read_outport.collection.get"},"nullable":true},"outportCustomer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutportCustomerOutput-outport.read_outport.collection.read_outport.collection.get"}]},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerOutput-outport.read_outport.collection.read_outport.collection.get"}]},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderOutput-outport.read_outport.collection.read_outport.collection.get"}]},"seller":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerOutput-outport.read_outport.collection.read_outport.collection.get"}]}}},"Outport.OutportOutput-outport.read_outport.item.read_outport.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of outport","example":"12345"},"date":{"type":"string","format":"date-time","description":"Created date","example":"2021-01-11"},"recipientOperator":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OperatorOutput-outport.read_outport.item.read_outport.item.get"}]},"donorOperator":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OperatorOutput-outport.read_outport.item.read_outport.item.get"}]},"firstPossibleDate":{"type":"string","format":"date-time","description":"First possible date","example":"2021-01-11","nullable":true},"status":{"type":"string","description":"Status of the outport","example":"pending","nullable":true},"reasonCode":{"type":"string","description":"Reason code","example":"27","nullable":true},"reason":{"type":"string","description":"Reason","example":"Example reason","nullable":true},"portingId":{"type":"string","description":"Porting ID","example":"TEST-201900000023","nullable":true},"phoneNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/OutportPhoneNumberOutput-outport.read_outport.item.read_outport.item.get"},"nullable":true},"outportCustomer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutportCustomerOutput-outport.read_outport.item.read_outport.item.get"}]},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerOutput-outport.read_outport.item.read_outport.item.get"}]},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderOutput-outport.read_outport.item.read_outport.item.get"}]},"seller":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerOutput-outport.read_outport.item.read_outport.item.get"}]}}},"Outport.OutportOutput.jsonld-outport.read_outport.collection.read_outport.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of outport","example":"12345"},"date":{"type":"string","format":"date-time","description":"Created date","example":"2021-01-11"},"recipientOperator":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OperatorOutput.jsonld-outport.read_outport.collection.read_outport.collection.get"}]},"donorOperator":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OperatorOutput.jsonld-outport.read_outport.collection.read_outport.collection.get"}]},"firstPossibleDate":{"type":"string","format":"date-time","description":"First possible date","example":"2021-01-11","nullable":true},"status":{"type":"string","description":"Status of the outport","example":"pending","nullable":true},"reasonCode":{"type":"string","description":"Reason code","example":"27","nullable":true},"reason":{"type":"string","description":"Reason","example":"Example reason","nullable":true},"portingId":{"type":"string","description":"Porting ID","example":"TEST-201900000023","nullable":true},"phoneNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/OutportPhoneNumberOutput.jsonld-outport.read_outport.collection.read_outport.collection.get"},"nullable":true},"outportCustomer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutportCustomerOutput.jsonld-outport.read_outport.collection.read_outport.collection.get"}]},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerOutput.jsonld-outport.read_outport.collection.read_outport.collection.get"}]},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderOutput.jsonld-outport.read_outport.collection.read_outport.collection.get"}]},"seller":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerOutput.jsonld-outport.read_outport.collection.read_outport.collection.get"}]}}},"Outport.OutportOutput.jsonld-outport.read_outport.item.read_outport.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of outport","example":"12345"},"date":{"type":"string","format":"date-time","description":"Created date","example":"2021-01-11"},"recipientOperator":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OperatorOutput.jsonld-outport.read_outport.item.read_outport.item.get"}]},"donorOperator":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OperatorOutput.jsonld-outport.read_outport.item.read_outport.item.get"}]},"firstPossibleDate":{"type":"string","format":"date-time","description":"First possible date","example":"2021-01-11","nullable":true},"status":{"type":"string","description":"Status of the outport","example":"pending","nullable":true},"reasonCode":{"type":"string","description":"Reason code","example":"27","nullable":true},"reason":{"type":"string","description":"Reason","example":"Example reason","nullable":true},"portingId":{"type":"string","description":"Porting ID","example":"TEST-201900000023","nullable":true},"phoneNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/OutportPhoneNumberOutput.jsonld-outport.read_outport.item.read_outport.item.get"},"nullable":true},"outportCustomer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OutportCustomerOutput.jsonld-outport.read_outport.item.read_outport.item.get"}]},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerOutput.jsonld-outport.read_outport.item.read_outport.item.get"}]},"order":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderOutput.jsonld-outport.read_outport.item.read_outport.item.get"}]},"seller":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/CustomerOutput.jsonld-outport.read_outport.item.read_outport.item.get"}]}}},"Outport.jsonld-outport.read_outport.collection.read_outport.collection.accept":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Outport.jsonld-outport.read_outport.collection.read_outport.collection.deny":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"OutportCustomerOutput-outport.read_outport.collection.read_outport.collection.get":{"type":"object","properties":{"lastname":{"type":"string","description":"Lastname","example":"Hermans","nullable":true},"companyName":{"type":"string","description":"Company name","example":"Resale Partners","nullable":true},"housenumber":{"type":"string","description":"Housenumber","example":"420","nullable":true},"zipcode":{"type":"string","description":"Zipcode","example":"1234AB","nullable":true}}},"OutportCustomerOutput-outport.read_outport.item.read_outport.item.get":{"type":"object","properties":{"lastname":{"type":"string","description":"Lastname","example":"Hermans","nullable":true},"companyName":{"type":"string","description":"Company name","example":"Resale Partners","nullable":true},"housenumber":{"type":"string","description":"Housenumber","example":"420","nullable":true},"zipcode":{"type":"string","description":"Zipcode","example":"1234AB","nullable":true}}},"OutportCustomerOutput.jsonld-outport.read_outport.collection.read_outport.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"lastname":{"type":"string","description":"Lastname","example":"Hermans","nullable":true},"companyName":{"type":"string","description":"Company name","example":"Resale Partners","nullable":true},"housenumber":{"type":"string","description":"Housenumber","example":"420","nullable":true},"zipcode":{"type":"string","description":"Zipcode","example":"1234AB","nullable":true}}},"OutportCustomerOutput.jsonld-outport.read_outport.item.read_outport.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"lastname":{"type":"string","description":"Lastname","example":"Hermans","nullable":true},"companyName":{"type":"string","description":"Company name","example":"Resale Partners","nullable":true},"housenumber":{"type":"string","description":"Housenumber","example":"420","nullable":true},"zipcode":{"type":"string","description":"Zipcode","example":"1234AB","nullable":true}}},"OutportPhoneNumberOutput-outport.read_outport.collection.read_outport.collection.get":{"type":"object","properties":{"start":{"type":"string","description":"Phonenumber start","example":"0612345678","nullable":true},"end":{"type":"string","description":"Phonenumber end","example":"0612345678","nullable":true}}},"OutportPhoneNumberOutput-outport.read_outport.item.read_outport.item.get":{"type":"object","properties":{"start":{"type":"string","description":"Phonenumber start","example":"0612345678","nullable":true},"end":{"type":"string","description":"Phonenumber end","example":"0612345678","nullable":true}}},"OutportPhoneNumberOutput.jsonld-outport.read_outport.collection.read_outport.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"start":{"type":"string","description":"Phonenumber start","example":"0612345678","nullable":true},"end":{"type":"string","description":"Phonenumber end","example":"0612345678","nullable":true}}},"OutportPhoneNumberOutput.jsonld-outport.read_outport.item.read_outport.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"start":{"type":"string","description":"Phonenumber start","example":"0612345678","nullable":true},"end":{"type":"string","description":"Phonenumber end","example":"0612345678","nullable":true}}},"Phonenumber.PhonenumberOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","description":"","properties":{"id":{"type":"integer"},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput-orderdetailsx2voipnumber.read_orderdetailsx2voipnumber.item.read_orderdetailsx2voipnumber.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Phonenumber.PhonenumberOutput-orderdetailsx2voipnumber.read_orderdetailsx2voipnumber.item.read_orderdetailsx2voipnumber.item.get_split":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Phonenumber.PhonenumberOutput-orderdetailsx2voipnumber.read_orderdetailsx2voipnumber.item.read_orderdetailsx2voipnumber.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Phonenumber.PhonenumberOutput-phonenumber.read_phonenumber.collection.read_phonenumber.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput-phonenumber.read_phonenumber.collection.read_phonenumber.collection.get"},"blockStart":{"description":"| null","type":"integer","nullable":true},"blockEnd":{"description":"| null","type":"integer","nullable":true},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput-phonenumber.read_phonenumber.item.read_phonenumber.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput-phonenumber.read_phonenumber.item.read_phonenumber.item.get"},"blockStart":{"description":"| null","type":"integer","nullable":true},"blockEnd":{"description":"| null","type":"integer","nullable":true},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput-phonenumber.read_phonenumber.item.read_phonenumber.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput-phonenumber.read_phonenumber.item.read_phonenumber.item.patch"},"blockStart":{"description":"| null","type":"integer","nullable":true},"blockEnd":{"description":"| null","type":"integer","nullable":true},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput.jsonld-orderdetailsx2voipnumber.read_orderdetailsx2voipnumber.item.read_orderdetailsx2voipnumber.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"}}},"Phonenumber.PhonenumberOutput.jsonld-orderdetailsx2voipnumber.read_orderdetailsx2voipnumber.item.read_orderdetailsx2voipnumber.item.get_split":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"}}},"Phonenumber.PhonenumberOutput.jsonld-orderdetailsx2voipnumber.read_orderdetailsx2voipnumber.item.read_orderdetailsx2voipnumber.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"}}},"Phonenumber.PhonenumberOutput.jsonld-phonenumber.read_phonenumber.collection.read_phonenumber.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-phonenumber.read_phonenumber.collection.read_phonenumber.collection.get"},"blockStart":{"description":"| null","type":"integer","nullable":true},"blockEnd":{"description":"| null","type":"integer","nullable":true},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput.jsonld-phonenumber.read_phonenumber.item.read_phonenumber.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-phonenumber.read_phonenumber.item.read_phonenumber.item.get"},"blockStart":{"description":"| null","type":"integer","nullable":true},"blockEnd":{"description":"| null","type":"integer","nullable":true},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Phonenumber.PhonenumberOutput.jsonld-phonenumber.read_phonenumber.item.read_phonenumber.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"orderEntity":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-phonenumber.read_phonenumber.item.read_phonenumber.item.patch"},"blockStart":{"description":"| null","type":"integer","nullable":true},"blockEnd":{"description":"| null","type":"integer","nullable":true},"costCenter":{"description":"| null","type":"string","nullable":true},"dateEnd":{"type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true}}},"Product.ProductInput-product.write_product.collection.write_product.collection.post":{"type":"object","description":"","properties":{"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"uri-reference","description":"The product group belonging to the product","example":"\/product-groups\/12","format":"iri-reference"},"vat":{"type":"integer","description":"VAT of the product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Whether the VAT is reversed","nullable":true},"ledgerAccount":{"type":"string","description":"the Ledger account of the product","nullable":true},"description":{"type":"boolean","description":"The description of the product","nullable":true},"manufacturer":{"type":"string","description":"The manufacturer of the product","nullable":true},"partNumber":{"type":"string","description":"The part number of the product","nullable":true},"isMainProduct":{"type":"boolean","description":"Whether the product is a main product","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"whether all purchases from Billing Deal Concepts should be automatically created","nullable":true}},"required":["productGroup"]},"Product.ProductInput-product.write_product.item.write_product.item.patch":{"type":"object","description":"","properties":{"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"uri-reference","description":"The product group belonging to the product","example":"\/product-groups\/12","format":"iri-reference"},"vat":{"type":"integer","description":"VAT of the product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Whether the VAT is reversed","nullable":true},"ledgerAccount":{"type":"string","description":"the Ledger account of the product","nullable":true},"description":{"type":"boolean","description":"The description of the product","nullable":true},"manufacturer":{"type":"string","description":"The manufacturer of the product","nullable":true},"partNumber":{"type":"string","description":"The part number of the product","nullable":true},"isMainProduct":{"type":"boolean","description":"Whether the product is a main product","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"whether all purchases from Billing Deal Concepts should be automatically created","nullable":true}},"required":["productGroup"]},"Product.ProductInput-product.write_product.item.write_product.item.put":{"type":"object","description":"","properties":{"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"uri-reference","description":"The product group belonging to the product","example":"\/product-groups\/12","format":"iri-reference"},"vat":{"type":"integer","description":"VAT of the product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Whether the VAT is reversed","nullable":true},"ledgerAccount":{"type":"string","description":"the Ledger account of the product","nullable":true},"description":{"type":"boolean","description":"The description of the product","nullable":true},"manufacturer":{"type":"string","description":"The manufacturer of the product","nullable":true},"partNumber":{"type":"string","description":"The part number of the product","nullable":true},"isMainProduct":{"type":"boolean","description":"Whether the product is a main product","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"whether all purchases from Billing Deal Concepts should be automatically created","nullable":true}},"required":["productGroup"]},"Product.ProductInput.jsonld-product.write_product.collection.write_product.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"uri-reference","description":"The product group belonging to the product","example":"\/product-groups\/12","format":"iri-reference"},"vat":{"type":"integer","description":"VAT of the product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Whether the VAT is reversed","nullable":true},"ledgerAccount":{"type":"string","description":"the Ledger account of the product","nullable":true},"description":{"type":"boolean","description":"The description of the product","nullable":true},"manufacturer":{"type":"string","description":"The manufacturer of the product","nullable":true},"partNumber":{"type":"string","description":"The part number of the product","nullable":true},"isMainProduct":{"type":"boolean","description":"Whether the product is a main product","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"whether all purchases from Billing Deal Concepts should be automatically created","nullable":true}},"required":["productGroup"]},"Product.ProductInput.jsonld-product.write_product.item.write_product.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"uri-reference","description":"The product group belonging to the product","example":"\/product-groups\/12","format":"iri-reference"},"vat":{"type":"integer","description":"VAT of the product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Whether the VAT is reversed","nullable":true},"ledgerAccount":{"type":"string","description":"the Ledger account of the product","nullable":true},"description":{"type":"boolean","description":"The description of the product","nullable":true},"manufacturer":{"type":"string","description":"The manufacturer of the product","nullable":true},"partNumber":{"type":"string","description":"The part number of the product","nullable":true},"isMainProduct":{"type":"boolean","description":"Whether the product is a main product","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"whether all purchases from Billing Deal Concepts should be automatically created","nullable":true}},"required":["productGroup"]},"Product.ProductOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-billingdeal.read_billingdeal.item.read_billingdeal.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-billingrule.read_billingrule.collection.read_billingrule.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"code":{"type":"string","example":"Example","nullable":true}}},"Product.ProductOutput-orderdetailsconnection.read_orderdetailsconnection.item.read_orderdetailsconnection.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"Product.ProductOutput-orderdetailsodidomobile.read_orderdetailsodidomobile.item.read_orderdetailsodidomobile.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"Product.ProductOutput-orderdetailsodidomobile.read_orderdetailsodidomobile.item.read_orderdetailsodidomobile.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"Product.ProductOutput-product.read_product.collection.read_product.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup-product.read_product.collection.read_product.collection.get"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection-product.read_product.collection.read_product.collection.get"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput-product.read_product.collection.read_product.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup-product.read_product.collection.read_product.collection.post"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection-product.read_product.collection.read_product.collection.post"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput-product.read_product.item.read_product.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection-product.read_product.item.read_product.item.get"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput-product.read_product.item.read_product.item.get_products_prices":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get_products_prices"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection-product.read_product.item.read_product.item.get_products_prices"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput-product.read_product.item.read_product.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.patch"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection-product.read_product.item.read_product.item.patch"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput-product.read_product.item.read_product.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.put"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection-product.read_product.item.read_product.item.put"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput-product_product.read_product.item.read_product.item.get_kpn_products":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup-product_product.read_product.item.read_product.item.get_kpn_products"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection-product_product.read_product.item.read_product.item.get_kpn_products"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"code":{"type":"string","example":"Example","nullable":true}}},"Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"code":{"type":"string","example":"Example","nullable":true}}},"Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"code":{"type":"string","example":"Example","nullable":true}}},"Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"code":{"type":"string","example":"Example","nullable":true}}},"Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"code":{"type":"string","example":"Example","nullable":true}}},"Product.ProductOutput.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-billingdeal.read_billingdeal.collection.read_billingdeal.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-billingdeal.read_billingdeal.item.read_billingdeal.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-billingrule.read_billingrule.collection.read_billingrule.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"code":{"type":"string","example":"Example","nullable":true}}},"Product.ProductOutput.jsonld-orderdetailsconnection.read_orderdetailsconnection.item.read_orderdetailsconnection.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"Product.ProductOutput.jsonld-orderdetailsodidomobile.read_orderdetailsodidomobile.item.read_orderdetailsodidomobile.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"Product.ProductOutput.jsonld-orderdetailsodidomobile.read_orderdetailsodidomobile.item.read_orderdetailsodidomobile.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"Product.ProductOutput.jsonld-product.read_product.collection.read_product.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup.jsonld-product.read_product.collection.read_product.collection.get"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection.jsonld-product.read_product.collection.read_product.collection.get"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput.jsonld-product.read_product.collection.read_product.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup.jsonld-product.read_product.collection.read_product.collection.post"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection.jsonld-product.read_product.collection.read_product.collection.post"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput.jsonld-product.read_product.item.read_product.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup.jsonld-product.read_product.item.read_product.item.get"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection.jsonld-product.read_product.item.read_product.item.get"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput.jsonld-product.read_product.item.read_product.item.get_products_prices":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup.jsonld-product.read_product.item.read_product.item.get_products_prices"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection.jsonld-product.read_product.item.read_product.item.get_products_prices"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput.jsonld-product.read_product.item.read_product.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup.jsonld-product.read_product.item.read_product.item.patch"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection.jsonld-product.read_product.item.read_product.item.patch"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput.jsonld-product.read_product.item.read_product.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup.jsonld-product.read_product.item.read_product.item.put"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection.jsonld-product.read_product.item.read_product.item.put"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput.jsonld-product_product.read_product.item.read_product.item.get_kpn_products":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"type":{"type":"string","enum":["sales","purchase"],"example":"sales","nullable":true},"billingType":{"type":"string","enum":["one-time","recurring"],"example":"one-time","nullable":true},"code":{"type":"string","example":"Example","nullable":true},"productGroup":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductGroup-product.read_product.item.read_product.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductGroup.jsonld-product_product.read_product.item.read_product.item.get_kpn_products"}]},"vat":{"type":"integer","description":"vat applying to this product","nullable":true},"telecomVatReversed":{"type":"boolean","description":"Determines if the product is classified as a telecom product that is governed by the reversed charge directive for Telecom companies since September 1st 2017.","nullable":true},"ledgerAccount":{"type":"string","description":"Ledger account of the product","example":"Example","nullable":true},"description":{"type":"string","description":"Description of the product","example":"Example","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the product","example":"Example","nullable":true},"partNumber":{"type":"string","description":"Part number of the product","example":"Example","nullable":true},"productCategoryProducts":{"type":"array","description":"Collection of productCategoryProducts","items":{"$ref":"#\/components\/schemas\/ProductCategoryProduct-product.read_product.item.read_product.item.get"},"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Collection.jsonld-product_product.read_product.item.read_product.item.get_kpn_products"}]},"productPlanProducts":{"type":"array","description":"Collection of productPlanProducts","nullable":true},"isMainProduct":{"type":"boolean","description":"Determines if the product is the main product of the product group","nullable":true},"autoCreateAllPurchaseFromBdc":{"type":"boolean","description":"","nullable":true}}},"Product.ProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"}}},"Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"code":{"type":"string","example":"Example","nullable":true}}},"Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"code":{"type":"string","example":"Example","nullable":true}}},"Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"code":{"type":"string","example":"Example","nullable":true}}},"Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"code":{"type":"string","example":"Example","nullable":true}}},"Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345},"name":{"type":"string","example":"Example"},"code":{"type":"string","example":"Example","nullable":true}}},"ProductCategory-productcategory.read_productcategory.collection.read_productcategory.collection.get":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory-productcategory.read_productcategory.item.read_productcategory.item.get":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.delete":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory.jsonld-productcategory.read_productcategory.collection.read_productcategory.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory.jsonld-productcategory.read_productcategory.item.read_productcategory.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory.jsonld-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory.jsonld-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategory.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"internal_identifier":{"readOnly":true}}},"ProductCategoryProduct.ProductCategoryProductInput-productcategoryproduct.write_productcategoryproduct.collection.write_productcategoryproduct.collection.post":{"type":"object","description":"","properties":{"productId":{"type":"integer","nullable":true},"productCategoryId":{"type":"integer","nullable":true}}},"ProductCategoryProduct.ProductCategoryProductInput-productcategoryproduct.write_productcategoryproduct.item.write_productcategoryproduct.item.patch":{"type":"object","description":"","properties":{"productId":{"type":"integer","nullable":true},"productCategoryId":{"type":"integer","nullable":true}}},"ProductCategoryProduct.ProductCategoryProductInput-productcategoryproduct.write_productcategoryproduct.item.write_productcategoryproduct.item.put":{"type":"object","description":"","properties":{"productId":{"type":"integer","nullable":true},"productCategoryId":{"type":"integer","nullable":true}}},"ProductCategoryProduct.ProductCategoryProductInput.jsonld-productcategoryproduct.write_productcategoryproduct.collection.write_productcategoryproduct.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"productId":{"type":"integer","nullable":true},"productCategoryId":{"type":"integer","nullable":true}}},"ProductCategoryProduct.ProductCategoryProductInput.jsonld-productcategoryproduct.write_productcategoryproduct.item.write_productcategoryproduct.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"productId":{"type":"integer","nullable":true},"productCategoryId":{"type":"integer","nullable":true}}},"ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get"},"productCategory":{"$ref":"#\/components\/schemas\/ProductCategory-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get"}}},"ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post"},"productCategory":{"$ref":"#\/components\/schemas\/ProductCategory-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post"}}},"ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.delete"},"productCategory":{"$ref":"#\/components\/schemas\/ProductCategory-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.delete"}}},"ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get"},"productCategory":{"$ref":"#\/components\/schemas\/ProductCategory-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get"}}},"ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch"},"productCategory":{"$ref":"#\/components\/schemas\/ProductCategory-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch"}}},"ProductCategoryProduct.ProductCategoryProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put"},"productCategory":{"$ref":"#\/components\/schemas\/ProductCategory-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put"}}},"ProductCategoryProduct.ProductCategoryProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get"},"productCategory":{"$ref":"#\/components\/schemas\/ProductCategory.jsonld-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.get"}}},"ProductCategoryProduct.ProductCategoryProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post"},"productCategory":{"$ref":"#\/components\/schemas\/ProductCategory.jsonld-productcategoryproduct.read_productcategoryproduct.collection.read_productcategoryproduct.collection.post"}}},"ProductCategoryProduct.ProductCategoryProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.delete"},"productCategory":{"$ref":"#\/components\/schemas\/ProductCategory.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.delete"}}},"ProductCategoryProduct.ProductCategoryProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get"},"productCategory":{"$ref":"#\/components\/schemas\/ProductCategory.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.get"}}},"ProductCategoryProduct.ProductCategoryProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch"},"productCategory":{"$ref":"#\/components\/schemas\/ProductCategory.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.patch"}}},"ProductCategoryProduct.ProductCategoryProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put"},"productCategory":{"$ref":"#\/components\/schemas\/ProductCategory.jsonld-productcategoryproduct.read_productcategoryproduct.item.read_productcategoryproduct.item.put"}}},"ProductGroup-product.read_product.collection.read_product.collection.get":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-product.read_product.collection.read_product.collection.get"}]}}},"ProductGroup-product.read_product.collection.read_product.collection.post":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-product.read_product.collection.read_product.collection.post"}]}}},"ProductGroup-product.read_product.item.read_product.item.get":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-product.read_product.item.read_product.item.get"}]}}},"ProductGroup-product.read_product.item.read_product.item.get_products_prices":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-product.read_product.item.read_product.item.get_products_prices"}]}}},"ProductGroup-product.read_product.item.read_product.item.patch":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-product.read_product.item.read_product.item.patch"}]}}},"ProductGroup-product.read_product.item.read_product.item.put":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-product.read_product.item.read_product.item.put"}]}}},"ProductGroup-product_product.read_product.item.read_product.item.get_kpn_products":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-product_product.read_product.item.read_product.item.get_kpn_products"}]}}},"ProductGroup-productgroup.read_productgroup.collection.read_productgroup.collection.get":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productgroup.read_productgroup.collection.read_productgroup.collection.get"}]}}},"ProductGroup-productgroup.read_productgroup.item.read_productgroup.item.get":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productgroup.read_productgroup.item.read_productgroup.item.get"}]}}},"ProductGroup.jsonld-product.read_product.collection.read_product.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-product.read_product.collection.read_product.collection.get"}]}}},"ProductGroup.jsonld-product.read_product.collection.read_product.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-product.read_product.collection.read_product.collection.post"}]}}},"ProductGroup.jsonld-product.read_product.item.read_product.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-product.read_product.item.read_product.item.get"}]}}},"ProductGroup.jsonld-product.read_product.item.read_product.item.get_products_prices":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-product.read_product.item.read_product.item.get_products_prices"}]}}},"ProductGroup.jsonld-product.read_product.item.read_product.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-product.read_product.item.read_product.item.patch"}]}}},"ProductGroup.jsonld-product.read_product.item.read_product.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-product.read_product.item.read_product.item.put"}]}}},"ProductGroup.jsonld-product_product.read_product.item.read_product.item.get_kpn_products":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-product_product.read_product.item.read_product.item.get_kpn_products"}]}}},"ProductGroup.jsonld-productgroup.read_productgroup.collection.read_productgroup.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productgroup.read_productgroup.collection.read_productgroup.collection.get"}]}}},"ProductGroup.jsonld-productgroup.read_productgroup.item.read_productgroup.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productgroup.read_productgroup.item.read_productgroup.item.get"}]}}},"ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.post":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.get":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.patch":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.get":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.post":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.patch":{"type":"object","properties":{"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.patch":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductOutput.jsonld-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.patch":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of product","example":12345}}},"ProductPlan.ProductPlanInput-productplan.write_productplan.collection.write_productplan.collection.post":{"type":"object","description":"","properties":{"invoicerId":{"type":"integer","nullable":true},"parentId":{"type":"integer","nullable":true},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customerId":{"type":"integer","nullable":true}}},"ProductPlan.ProductPlanInput-productplan.write_productplan.item.write_productplan.item.patch":{"type":"object","description":"","properties":{"invoicerId":{"type":"integer","nullable":true},"parentId":{"type":"integer","nullable":true},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customerId":{"type":"integer","nullable":true}}},"ProductPlan.ProductPlanInput-productplan.write_productplan.item.write_productplan.item.put":{"type":"object","description":"","properties":{"invoicerId":{"type":"integer","nullable":true},"parentId":{"type":"integer","nullable":true},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customerId":{"type":"integer","nullable":true}}},"ProductPlan.ProductPlanInput.jsonld-productplan.write_productplan.collection.write_productplan.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"invoicerId":{"type":"integer","nullable":true},"parentId":{"type":"integer","nullable":true},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customerId":{"type":"integer","nullable":true}}},"ProductPlan.ProductPlanInput.jsonld-productplan.write_productplan.item.write_productplan.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"invoicerId":{"type":"integer","nullable":true},"parentId":{"type":"integer","nullable":true},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customerId":{"type":"integer","nullable":true}}},"ProductPlan.ProductPlanOutput-productplan.read_productplan.collection.read_productplan.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplan.read_productplan.collection.read_productplan.collection.get"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.collection.read_productplan.collection.get"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplan.read_productplan.collection.read_productplan.collection.get"}]}}},"ProductPlan.ProductPlanOutput-productplan.read_productplan.collection.read_productplan.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplan.read_productplan.collection.read_productplan.collection.post"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.collection.read_productplan.collection.post"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplan.read_productplan.collection.read_productplan.collection.post"}]}}},"ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplan.read_productplan.item.read_productplan.item.get"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplan.read_productplan.item.read_productplan.item.get"}]}}},"ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplan.read_productplan.item.read_productplan.item.patch"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.patch"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplan.read_productplan.item.read_productplan.item.patch"}]}}},"ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplan.read_productplan.item.read_productplan.item.put"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.put"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplan.read_productplan.item.read_productplan.item.put"}]}}},"ProductPlan.ProductPlanOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"}]}}},"ProductPlan.ProductPlanOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"}]}}},"ProductPlan.ProductPlanOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete"}]}}},"ProductPlan.ProductPlanOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"}]}}},"ProductPlan.ProductPlanOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"ProductPlan.ProductPlanOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"ProductPlan.ProductPlanOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"ProductPlan.ProductPlanOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"ProductPlan.ProductPlanOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"ProductPlan.ProductPlanOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.collection.read_productplan.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplan.read_productplan.collection.read_productplan.collection.get"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.collection.read_productplan.collection.get"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplan.read_productplan.collection.read_productplan.collection.get"}]}}},"ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.collection.read_productplan.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplan.read_productplan.collection.read_productplan.collection.post"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.collection.read_productplan.collection.post"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplan.read_productplan.collection.read_productplan.collection.post"}]}}},"ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.item.read_productplan.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplan.read_productplan.item.read_productplan.item.get"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.item.read_productplan.item.get"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplan.read_productplan.item.read_productplan.item.get"}]}}},"ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.item.read_productplan.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplan.read_productplan.item.read_productplan.item.patch"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.item.read_productplan.item.patch"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplan.read_productplan.item.read_productplan.item.patch"}]}}},"ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.item.read_productplan.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplan.read_productplan.item.read_productplan.item.put"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplan.read_productplan.item.read_productplan.item.put"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplan.read_productplan.item.read_productplan.item.put"}]}}},"ProductPlan.ProductPlanOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"}]}}},"ProductPlan.ProductPlanOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"}]}}},"ProductPlan.ProductPlanOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete"}]}}},"ProductPlan.ProductPlanOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"invoicer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"}]},"parent":{"type":"object","description":"The product group belonging to the product","$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplan.read_productplan.item.read_productplan.item.get","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"}]},"default":{"type":"integer","nullable":true},"name":{"type":"string","nullable":true},"discount":{"type":"number","nullable":true},"customer":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"}]}}},"ProductPlan.ProductPlanOutput.jsonld-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"ProductPlan.ProductPlanOutput.jsonld-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"ProductPlan.ProductPlanOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"ProductPlan.ProductPlanOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"ProductPlan.ProductPlanOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"ProductPlan.ProductPlanOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"name":{"type":"string","nullable":true}}},"ProductPlanInvoicee.ProductPlanInvoiceeInput-productplaninvoicee.write_productplaninvoicee.collection.write_productplaninvoicee.collection.post":{"type":"object","description":"","properties":{"productPlanId":{"type":"integer","nullable":true},"invoiceeId":{"type":"integer","nullable":true}}},"ProductPlanInvoicee.ProductPlanInvoiceeInput.jsonld-productplaninvoicee.write_productplaninvoicee.collection.write_productplaninvoicee.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"productPlanId":{"type":"integer","nullable":true},"invoiceeId":{"type":"integer","nullable":true}}},"ProductPlanInvoicee.ProductPlanInvoiceeOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"},"invoicee":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"}}},"ProductPlanInvoicee.ProductPlanInvoiceeOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"},"invoicee":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"}}},"ProductPlanInvoicee.ProductPlanInvoiceeOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete"},"invoicee":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete"}}},"ProductPlanInvoicee.ProductPlanInvoiceeOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"},"invoicee":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"}}},"ProductPlanInvoicee.ProductPlanInvoiceeOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"},"invoicee":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.get"}}},"ProductPlanInvoicee.ProductPlanInvoiceeOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"},"invoicee":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.collection.read_productplaninvoicee.collection.post"}}},"ProductPlanInvoicee.ProductPlanInvoiceeOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete"},"invoicee":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.delete"}}},"ProductPlanInvoicee.ProductPlanInvoiceeOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"},"invoicee":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-productplaninvoicee.read_productplaninvoicee.item.read_productplaninvoicee.item.get"}}},"ProductPlanProduct.ProductPlanProductInput-productplanproduct.write_productplanproduct.collection.write_productplanproduct.collection.post":{"type":"object","description":"","properties":{"productId":{"type":"integer","nullable":true},"productPlanId":{"type":"integer","nullable":true},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductInput-productplanproduct.write_productplanproduct.item.write_productplanproduct.item.patch":{"type":"object","description":"","properties":{"productId":{"type":"integer","nullable":true},"productPlanId":{"type":"integer","nullable":true},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductInput-productplanproduct.write_productplanproduct.item.write_productplanproduct.item.put":{"type":"object","description":"","properties":{"productId":{"type":"integer","nullable":true},"productPlanId":{"type":"integer","nullable":true},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductInput.jsonld-productplanproduct.write_productplanproduct.collection.write_productplanproduct.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"productId":{"type":"integer","nullable":true},"productPlanId":{"type":"integer","nullable":true},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductInput.jsonld-productplanproduct.write_productplanproduct.item.write_productplanproduct.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"productId":{"type":"integer","nullable":true},"productPlanId":{"type":"integer","nullable":true},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get"},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get"},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post"},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post"},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.delete"},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.delete"},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get"},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get"},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch"},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch"},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put"},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put"},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductOutput.jsonld-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get"},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.get"},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductOutput.jsonld-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post"},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplanproduct.read_productplanproduct.collection.read_productplanproduct.collection.post"},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.delete"},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.delete"},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get"},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.get"},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch"},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.patch"},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"ProductPlanProduct.ProductPlanProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put"},"productPlan":{"$ref":"#\/components\/schemas\/ProductPlan.ProductPlanOutput.jsonld-productplanproduct.read_productplanproduct.item.read_productplanproduct.item.put"},"price":{"type":"number","nullable":true},"discount":{"type":"number","nullable":true}}},"RawCdr-rawcdr.read_rawcdr.collection.read_rawcdr.collection.get":{"type":"object","properties":{"id":{"type":"integer"},"time":{"type":"string"},"action":{"type":"string"},"revision":{"type":"integer"},"trafficType":{"type":"string"},"direction":{"type":"string"},"legNumber":{"type":"integer"},"destination":{"type":"array","items":{"type":"string"}},"source":{"type":"array","items":{"type":"string"}},"legReason":{"type":"string"},"usage":{"type":"integer"},"from":{"type":"string"},"fromAnon":{"type":"string"},"to":{"type":"string"},"toAnon":{"type":"string"},"server":{"type":"string"},"srcIp":{"type":"string"},"srcPort":{"type":"integer"},"sip":{"type":"array","items":{"type":"string"}},"sipToTag":{},"destinationName":{"type":"string"}}},"RawCdr.jsonld-rawcdr.read_rawcdr.collection.read_rawcdr.collection.get":{"type":"object","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"time":{"type":"string"},"action":{"type":"string"},"revision":{"type":"integer"},"trafficType":{"type":"string"},"direction":{"type":"string"},"legNumber":{"type":"integer"},"destination":{"type":"array","items":{"type":"string"}},"source":{"type":"array","items":{"type":"string"}},"legReason":{"type":"string"},"usage":{"type":"integer"},"from":{"type":"string"},"fromAnon":{"type":"string"},"to":{"type":"string"},"toAnon":{"type":"string"},"server":{"type":"string"},"srcIp":{"type":"string"},"srcPort":{"type":"integer"},"sip":{"type":"array","items":{"type":"string"}},"sipToTag":{},"destinationName":{"type":"string"}}},"Search-search.read_search.collection.read_search.collection.getResults":{"type":"object"},"Search.jsonld-search.read_search.collection.read_search.collection.getResults":{"type":"object","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"reference":{"type":"string"},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"planDate":{"type":"string","format":"date-time"},"wishDate":{"type":"string","format":"date-time"},"contractTerm":{"type":"integer","nullable":true},"outportId":{"type":"integer","nullable":true},"type":{"type":"string"},"errorMessage":{"type":"string"},"serviceOrderProduct":{"$ref":"#\/components\/schemas\/ServiceOrderProduct.ServiceOrderProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"serviceOrderState":{"$ref":"#\/components\/schemas\/ServiceOrderState.ServiceOrderStateOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"serviceOrderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voip-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsX2mobile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2mobile-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsX2nexxt":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxt-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsYoufone":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsYoufone-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsKpnWba":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWba-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsNumberBlocks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsNumberBlock-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsTrackingDevice":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsAllsetraHardware":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardware-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"orders":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}},"serviceOrderOrderedProducts":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderOrderedProduct-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"nullable":true},"hasFailedTasks":{"type":"boolean"},"failedTasksErrorMessages":{"type":"array","items":{"type":"string"}}}},"ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"reference":{"type":"string"},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"planDate":{"type":"string","format":"date-time"},"wishDate":{"type":"string","format":"date-time"},"contractTerm":{"type":"integer","nullable":true},"outportId":{"type":"integer","nullable":true},"type":{"type":"string"},"errorMessage":{"type":"string"},"serviceOrderProduct":{"$ref":"#\/components\/schemas\/ServiceOrderProduct.ServiceOrderProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"serviceOrderState":{"$ref":"#\/components\/schemas\/ServiceOrderState.ServiceOrderStateOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"serviceOrderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voip-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsX2mobile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2mobile-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsX2nexxt":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxt-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsYoufone":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsYoufone-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsKpnWba":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWba-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsNumberBlocks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsNumberBlock-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsTrackingDevice":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsAllsetraHardware":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardware-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"orders":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}},"serviceOrderOrderedProducts":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderOrderedProduct-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"nullable":true},"hasFailedTasks":{"type":"boolean"},"failedTasksErrorMessages":{"type":"array","items":{"type":"string"}}}},"ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"reference":{"type":"string"},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"planDate":{"type":"string","format":"date-time"},"wishDate":{"type":"string","format":"date-time"},"contractTerm":{"type":"integer","nullable":true},"outportId":{"type":"integer","nullable":true},"type":{"type":"string"},"errorMessage":{"type":"string"},"serviceOrderProduct":{"$ref":"#\/components\/schemas\/ServiceOrderProduct.ServiceOrderProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"serviceOrderState":{"$ref":"#\/components\/schemas\/ServiceOrderState.ServiceOrderStateOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"serviceOrderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voip-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsX2mobile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2mobile-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsX2nexxt":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxt-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsYoufone":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsYoufone-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsKpnWba":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWba-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsNumberBlocks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsNumberBlock-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsTrackingDevice":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsAllsetraHardware":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardware-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"orders":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}},"serviceOrderOrderedProducts":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderOrderedProduct-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"nullable":true},"hasFailedTasks":{"type":"boolean"},"failedTasksErrorMessages":{"type":"array","items":{"type":"string"}}}},"ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"reference":{"type":"string"},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"planDate":{"type":"string","format":"date-time"},"wishDate":{"type":"string","format":"date-time"},"contractTerm":{"type":"integer","nullable":true},"outportId":{"type":"integer","nullable":true},"type":{"type":"string"},"errorMessage":{"type":"string"},"serviceOrderProduct":{"$ref":"#\/components\/schemas\/ServiceOrderProduct.ServiceOrderProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"serviceOrderState":{"$ref":"#\/components\/schemas\/ServiceOrderState.ServiceOrderStateOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"serviceOrderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voip-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsX2mobile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2mobile-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsX2nexxt":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxt-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsYoufone":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsYoufone-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsKpnWba":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWba-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsNumberBlocks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsNumberBlock-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsTrackingDevice":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsAllsetraHardware":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardware-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"orders":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}},"serviceOrderOrderedProducts":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderOrderedProduct-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"nullable":true},"hasFailedTasks":{"type":"boolean"},"failedTasksErrorMessages":{"type":"array","items":{"type":"string"}}}},"ServiceOrder.ServiceOrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"reference":{"type":"string"},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"planDate":{"type":"string","format":"date-time"},"wishDate":{"type":"string","format":"date-time"},"contractTerm":{"type":"integer","nullable":true},"outportId":{"type":"integer","nullable":true},"type":{"type":"string"},"errorMessage":{"type":"string"},"serviceOrderProduct":{"$ref":"#\/components\/schemas\/ServiceOrderProduct.ServiceOrderProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"serviceOrderState":{"$ref":"#\/components\/schemas\/ServiceOrderState.ServiceOrderStateOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"serviceOrderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voip-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsX2mobile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2mobile-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsX2nexxt":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxt-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsYoufone":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsYoufone-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsKpnWba":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWba-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsNumberBlocks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsNumberBlock-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsTrackingDevice":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsAllsetraHardware":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardware-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"orders":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}},"serviceOrderOrderedProducts":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderOrderedProduct-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"nullable":true},"hasFailedTasks":{"type":"boolean"},"failedTasksErrorMessages":{"type":"array","items":{"type":"string"}}}},"ServiceOrder.ServiceOrderOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"reference":{"type":"string"},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"planDate":{"type":"string","format":"date-time"},"wishDate":{"type":"string","format":"date-time"},"contractTerm":{"type":"integer","nullable":true},"outportId":{"type":"integer","nullable":true},"type":{"type":"string"},"errorMessage":{"type":"string"},"serviceOrderProduct":{"$ref":"#\/components\/schemas\/ServiceOrderProduct.ServiceOrderProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"serviceOrderState":{"$ref":"#\/components\/schemas\/ServiceOrderState.ServiceOrderStateOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"serviceOrderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voip.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsX2mobile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2mobile.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsX2nexxt":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxt.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsYoufone":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsYoufone.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsKpnWba":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWba.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsNumberBlocks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsNumberBlock.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsTrackingDevice":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"serviceOrderDetailsAllsetraHardware":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardware.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"orders":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}},"serviceOrderOrderedProducts":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderOrderedProduct.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"nullable":true},"hasFailedTasks":{"type":"boolean"},"failedTasksErrorMessages":{"type":"array","items":{"type":"string"}}}},"ServiceOrder.ServiceOrderOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"reference":{"type":"string"},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"planDate":{"type":"string","format":"date-time"},"wishDate":{"type":"string","format":"date-time"},"contractTerm":{"type":"integer","nullable":true},"outportId":{"type":"integer","nullable":true},"type":{"type":"string"},"errorMessage":{"type":"string"},"serviceOrderProduct":{"$ref":"#\/components\/schemas\/ServiceOrderProduct.ServiceOrderProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"serviceOrderState":{"$ref":"#\/components\/schemas\/ServiceOrderState.ServiceOrderStateOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"serviceOrderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voip.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsX2mobile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2mobile.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsX2nexxt":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxt.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsYoufone":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsYoufone.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsKpnWba":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWba.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsNumberBlocks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsNumberBlock.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsTrackingDevice":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"serviceOrderDetailsAllsetraHardware":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardware.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"orders":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}},"serviceOrderOrderedProducts":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderOrderedProduct.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"nullable":true},"hasFailedTasks":{"type":"boolean"},"failedTasksErrorMessages":{"type":"array","items":{"type":"string"}}}},"ServiceOrder.ServiceOrderOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"reference":{"type":"string"},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"planDate":{"type":"string","format":"date-time"},"wishDate":{"type":"string","format":"date-time"},"contractTerm":{"type":"integer","nullable":true},"outportId":{"type":"integer","nullable":true},"type":{"type":"string"},"errorMessage":{"type":"string"},"serviceOrderProduct":{"$ref":"#\/components\/schemas\/ServiceOrderProduct.ServiceOrderProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"serviceOrderState":{"$ref":"#\/components\/schemas\/ServiceOrderState.ServiceOrderStateOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"serviceOrderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voip.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsX2mobile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2mobile.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsX2nexxt":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxt.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsYoufone":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsYoufone.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsKpnWba":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWba.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsNumberBlocks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsNumberBlock.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsTrackingDevice":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"serviceOrderDetailsAllsetraHardware":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardware.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"orders":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}},"serviceOrderOrderedProducts":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderOrderedProduct.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"nullable":true},"hasFailedTasks":{"type":"boolean"},"failedTasksErrorMessages":{"type":"array","items":{"type":"string"}}}},"ServiceOrder.ServiceOrderOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"reference":{"type":"string"},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"planDate":{"type":"string","format":"date-time"},"wishDate":{"type":"string","format":"date-time"},"contractTerm":{"type":"integer","nullable":true},"outportId":{"type":"integer","nullable":true},"type":{"type":"string"},"errorMessage":{"type":"string"},"serviceOrderProduct":{"$ref":"#\/components\/schemas\/ServiceOrderProduct.ServiceOrderProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"serviceOrderState":{"$ref":"#\/components\/schemas\/ServiceOrderState.ServiceOrderStateOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"serviceOrderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voip.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsX2mobile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2mobile.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsX2nexxt":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxt.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsYoufone":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsYoufone.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsKpnWba":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWba.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsNumberBlocks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsNumberBlock.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsTrackingDevice":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"serviceOrderDetailsAllsetraHardware":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardware.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"orders":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}},"serviceOrderOrderedProducts":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderOrderedProduct.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"nullable":true},"hasFailedTasks":{"type":"boolean"},"failedTasksErrorMessages":{"type":"array","items":{"type":"string"}}}},"ServiceOrder.ServiceOrderOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"customer":{"$ref":"#\/components\/schemas\/Customer.CustomerOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"reference":{"type":"string"},"created":{"type":"string","format":"date-time","nullable":true},"modified":{"type":"string","format":"date-time","nullable":true},"planDate":{"type":"string","format":"date-time"},"wishDate":{"type":"string","format":"date-time"},"contractTerm":{"type":"integer","nullable":true},"outportId":{"type":"integer","nullable":true},"type":{"type":"string"},"errorMessage":{"type":"string"},"serviceOrderProduct":{"$ref":"#\/components\/schemas\/ServiceOrderProduct.ServiceOrderProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"serviceOrderState":{"$ref":"#\/components\/schemas\/ServiceOrderState.ServiceOrderStateOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"serviceOrderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voip.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsX2mobile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2mobile.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsX2nexxt":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxt.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsYoufone":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsYoufone.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsKpnWba":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWba.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsNumberBlocks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsNumberBlock.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsTrackingDevice":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"serviceOrderDetailsAllsetraHardware":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardware.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"orders":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.OrderOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}},"serviceOrderOrderedProducts":{"description":"| null","type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderOrderedProduct.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"nullable":true},"hasFailedTasks":{"type":"boolean"},"failedTasksErrorMessages":{"type":"array","items":{"type":"string"}}}},"ServiceOrderDetailsAllsetraHardware-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"serviceOrderDetailsAllsetraHardwareShipments":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardwareShipment-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}},"contactPerson":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"remarks":{"type":"string","nullable":true},"status":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"price":{"type":"string","nullable":true},"endAfterMonths":{"type":"integer","nullable":true}}},"ServiceOrderDetailsAllsetraHardware-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"serviceOrderDetailsAllsetraHardwareShipments":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardwareShipment-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}},"contactPerson":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"remarks":{"type":"string","nullable":true},"status":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"price":{"type":"string","nullable":true},"endAfterMonths":{"type":"integer","nullable":true}}},"ServiceOrderDetailsAllsetraHardware-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"serviceOrderDetailsAllsetraHardwareShipments":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardwareShipment-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}},"contactPerson":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"remarks":{"type":"string","nullable":true},"status":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"price":{"type":"string","nullable":true},"endAfterMonths":{"type":"integer","nullable":true}}},"ServiceOrderDetailsAllsetraHardware-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"serviceOrderDetailsAllsetraHardwareShipments":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardwareShipment-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}},"contactPerson":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"remarks":{"type":"string","nullable":true},"status":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"price":{"type":"string","nullable":true},"endAfterMonths":{"type":"integer","nullable":true}}},"ServiceOrderDetailsAllsetraHardware-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"serviceOrderDetailsAllsetraHardwareShipments":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardwareShipment-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}},"contactPerson":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"remarks":{"type":"string","nullable":true},"status":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"price":{"type":"string","nullable":true},"endAfterMonths":{"type":"integer","nullable":true}}},"ServiceOrderDetailsAllsetraHardware.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"serviceOrderDetailsAllsetraHardwareShipments":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardwareShipment.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}},"contactPerson":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"remarks":{"type":"string","nullable":true},"status":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"price":{"type":"string","nullable":true},"endAfterMonths":{"type":"integer","nullable":true}}},"ServiceOrderDetailsAllsetraHardware.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"serviceOrderDetailsAllsetraHardwareShipments":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardwareShipment.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}},"contactPerson":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"remarks":{"type":"string","nullable":true},"status":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"price":{"type":"string","nullable":true},"endAfterMonths":{"type":"integer","nullable":true}}},"ServiceOrderDetailsAllsetraHardware.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"serviceOrderDetailsAllsetraHardwareShipments":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardwareShipment.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}},"contactPerson":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"remarks":{"type":"string","nullable":true},"status":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"price":{"type":"string","nullable":true},"endAfterMonths":{"type":"integer","nullable":true}}},"ServiceOrderDetailsAllsetraHardware.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"serviceOrderDetailsAllsetraHardwareShipments":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardwareShipment.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}},"contactPerson":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"remarks":{"type":"string","nullable":true},"status":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"price":{"type":"string","nullable":true},"endAfterMonths":{"type":"integer","nullable":true}}},"ServiceOrderDetailsAllsetraHardware.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"serviceOrderDetailsAllsetraHardwareShipments":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsAllsetraHardwareShipment.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}},"contactPerson":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"remarks":{"type":"string","nullable":true},"status":{"type":"string"},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"price":{"type":"string","nullable":true},"endAfterMonths":{"type":"integer","nullable":true}}},"ServiceOrderDetailsAllsetraHardwareShipment-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"requireUnitCode":{"type":"boolean","nullable":true},"unitCode":{"type":"string","nullable":true},"status":{"type":"string"}}},"ServiceOrderDetailsAllsetraHardwareShipment-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"requireUnitCode":{"type":"boolean","nullable":true},"unitCode":{"type":"string","nullable":true},"status":{"type":"string"}}},"ServiceOrderDetailsAllsetraHardwareShipment-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"requireUnitCode":{"type":"boolean","nullable":true},"unitCode":{"type":"string","nullable":true},"status":{"type":"string"}}},"ServiceOrderDetailsAllsetraHardwareShipment-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"requireUnitCode":{"type":"boolean","nullable":true},"unitCode":{"type":"string","nullable":true},"status":{"type":"string"}}},"ServiceOrderDetailsAllsetraHardwareShipment-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"requireUnitCode":{"type":"boolean","nullable":true},"unitCode":{"type":"string","nullable":true},"status":{"type":"string"}}},"ServiceOrderDetailsAllsetraHardwareShipment.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"requireUnitCode":{"type":"boolean","nullable":true},"unitCode":{"type":"string","nullable":true},"status":{"type":"string"}}},"ServiceOrderDetailsAllsetraHardwareShipment.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"requireUnitCode":{"type":"boolean","nullable":true},"unitCode":{"type":"string","nullable":true},"status":{"type":"string"}}},"ServiceOrderDetailsAllsetraHardwareShipment.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"requireUnitCode":{"type":"boolean","nullable":true},"unitCode":{"type":"string","nullable":true},"status":{"type":"string"}}},"ServiceOrderDetailsAllsetraHardwareShipment.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"requireUnitCode":{"type":"boolean","nullable":true},"unitCode":{"type":"string","nullable":true},"status":{"type":"string"}}},"ServiceOrderDetailsAllsetraHardwareShipment.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"requireUnitCode":{"type":"boolean","nullable":true},"unitCode":{"type":"string","nullable":true},"status":{"type":"string"}}},"ServiceOrderDetailsKpnWba-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"newOrMigrate":{"type":"string","nullable":true},"requestedTechnology":{"type":"string","nullable":true},"requestedScenario":{"type":"string","nullable":true},"requestedCopperType":{"type":"string","nullable":true},"orderIdWso":{"type":"string","nullable":true},"orderIdKpn":{"type":"string","nullable":true},"orderPlaced":{"type":"string","format":"date-time","nullable":true},"orderReceivedByKpn":{"type":"string","format":"date-time","nullable":true},"saReceived":{"type":"string","format":"date-time","nullable":true},"rfsReceived":{"type":"string","format":"date-time","nullable":true},"requestedStreet":{"maxLength":24,"type":"string","nullable":true},"requestedHousenumber":{"type":"string","nullable":true},"requestedHousenrext":{"maxLength":4,"type":"string","nullable":true},"requestedZipcode":{"type":"string","nullable":true},"requestedCity":{"maxLength":24,"type":"string","nullable":true},"requestedPhonenumber":{"type":"string","nullable":true},"referencePhonenumber":{"type":"string","nullable":true},"orderType":{"type":"string","nullable":true},"orderScenario":{"type":"string","nullable":true},"orderVariant":{"type":"string","nullable":true},"lineTestAndLabel":{"type":"boolean"},"maxNlType":{"type":"string","nullable":true},"outletRequired":{"type":"boolean"},"requestedXdfAccessServiceId":{"type":"string","nullable":true},"xdfAccessServiceId":{"type":"string","nullable":true},"israPin":{"type":"string","nullable":true},"eapId":{"type":"string","nullable":true},"serviceGroup":{"type":"string","nullable":true},"accessInstanceId":{"type":"string","nullable":true},"newAccessInstanceId":{"type":"string","nullable":true},"additionalXdfAccessServiceId":{"type":"string","nullable":true},"carrierVendorId":{"type":"string","nullable":true},"eapUsage":{"type":"string","nullable":true},"ntPort":{"type":"string","nullable":true},"reliability":{"type":"string","nullable":true},"requestedIsraSpecs":{"type":"string","nullable":true},"actualIsraSpecs":{"type":"string","nullable":true},"plannedIsraSpecs":{"type":"string","nullable":true},"ntType":{"type":"string","nullable":true},"ntServiceProvider":{"type":"string","nullable":true},"byPassAdminChecks":{"type":"string","nullable":true},"appointmentId":{"type":"string","nullable":true},"appointmentActivityType":{"type":"string","nullable":true},"appointmentActivityFeedback":{"type":"string","nullable":true},"eapCompany":{"maxLength":70,"type":"string","nullable":true},"eapContactName":{"maxLength":70,"type":"string","nullable":true},"eapContactPhonenumber":{"type":"string","nullable":true},"eapContactAdditionalPhoneNumber":{"type":"string","nullable":true},"eapEmailAddress":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"portfolioId":{"type":"string"},"packageId":{"type":"string","nullable":true},"carrierType":{"type":"string","nullable":true},"technologyType":{"type":"string","nullable":true},"accessClass":{"type":"string","nullable":true},"qualityClass":{"type":"string","nullable":true},"slaName":{"type":"string","nullable":true},"plannedTcd":{"type":"string","format":"date-time","nullable":true},"plannedOcd":{"type":"string","format":"date-time","nullable":true},"actualTcd":{"type":"string","format":"date-time","nullable":true},"actualOcd":{"type":"string","format":"date-time","nullable":true},"custWishdate":{"type":"string","format":"date-time","nullable":true},"mainPhonenumber":{"type":"string","nullable":true},"nlType":{"type":"string","nullable":true},"differentBillingEndDate":{"type":"boolean"},"billingEndDate":{"type":"string","format":"date-time","nullable":true},"serviceOrderDetailsKpnWbaServices":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWbaService-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}}},"required":["technologyType"]},"ServiceOrderDetailsKpnWba-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"newOrMigrate":{"type":"string","nullable":true},"requestedTechnology":{"type":"string","nullable":true},"requestedScenario":{"type":"string","nullable":true},"requestedCopperType":{"type":"string","nullable":true},"orderIdWso":{"type":"string","nullable":true},"orderIdKpn":{"type":"string","nullable":true},"orderPlaced":{"type":"string","format":"date-time","nullable":true},"orderReceivedByKpn":{"type":"string","format":"date-time","nullable":true},"saReceived":{"type":"string","format":"date-time","nullable":true},"rfsReceived":{"type":"string","format":"date-time","nullable":true},"requestedStreet":{"maxLength":24,"type":"string","nullable":true},"requestedHousenumber":{"type":"string","nullable":true},"requestedHousenrext":{"maxLength":4,"type":"string","nullable":true},"requestedZipcode":{"type":"string","nullable":true},"requestedCity":{"maxLength":24,"type":"string","nullable":true},"requestedPhonenumber":{"type":"string","nullable":true},"referencePhonenumber":{"type":"string","nullable":true},"orderType":{"type":"string","nullable":true},"orderScenario":{"type":"string","nullable":true},"orderVariant":{"type":"string","nullable":true},"lineTestAndLabel":{"type":"boolean"},"maxNlType":{"type":"string","nullable":true},"outletRequired":{"type":"boolean"},"requestedXdfAccessServiceId":{"type":"string","nullable":true},"xdfAccessServiceId":{"type":"string","nullable":true},"israPin":{"type":"string","nullable":true},"eapId":{"type":"string","nullable":true},"serviceGroup":{"type":"string","nullable":true},"accessInstanceId":{"type":"string","nullable":true},"newAccessInstanceId":{"type":"string","nullable":true},"additionalXdfAccessServiceId":{"type":"string","nullable":true},"carrierVendorId":{"type":"string","nullable":true},"eapUsage":{"type":"string","nullable":true},"ntPort":{"type":"string","nullable":true},"reliability":{"type":"string","nullable":true},"requestedIsraSpecs":{"type":"string","nullable":true},"actualIsraSpecs":{"type":"string","nullable":true},"plannedIsraSpecs":{"type":"string","nullable":true},"ntType":{"type":"string","nullable":true},"ntServiceProvider":{"type":"string","nullable":true},"byPassAdminChecks":{"type":"string","nullable":true},"appointmentId":{"type":"string","nullable":true},"appointmentActivityType":{"type":"string","nullable":true},"appointmentActivityFeedback":{"type":"string","nullable":true},"eapCompany":{"maxLength":70,"type":"string","nullable":true},"eapContactName":{"maxLength":70,"type":"string","nullable":true},"eapContactPhonenumber":{"type":"string","nullable":true},"eapContactAdditionalPhoneNumber":{"type":"string","nullable":true},"eapEmailAddress":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"portfolioId":{"type":"string"},"packageId":{"type":"string","nullable":true},"carrierType":{"type":"string","nullable":true},"technologyType":{"type":"string","nullable":true},"accessClass":{"type":"string","nullable":true},"qualityClass":{"type":"string","nullable":true},"slaName":{"type":"string","nullable":true},"plannedTcd":{"type":"string","format":"date-time","nullable":true},"plannedOcd":{"type":"string","format":"date-time","nullable":true},"actualTcd":{"type":"string","format":"date-time","nullable":true},"actualOcd":{"type":"string","format":"date-time","nullable":true},"custWishdate":{"type":"string","format":"date-time","nullable":true},"mainPhonenumber":{"type":"string","nullable":true},"nlType":{"type":"string","nullable":true},"differentBillingEndDate":{"type":"boolean"},"billingEndDate":{"type":"string","format":"date-time","nullable":true},"serviceOrderDetailsKpnWbaServices":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWbaService-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}}},"required":["technologyType"]},"ServiceOrderDetailsKpnWba-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"newOrMigrate":{"type":"string","nullable":true},"requestedTechnology":{"type":"string","nullable":true},"requestedScenario":{"type":"string","nullable":true},"requestedCopperType":{"type":"string","nullable":true},"orderIdWso":{"type":"string","nullable":true},"orderIdKpn":{"type":"string","nullable":true},"orderPlaced":{"type":"string","format":"date-time","nullable":true},"orderReceivedByKpn":{"type":"string","format":"date-time","nullable":true},"saReceived":{"type":"string","format":"date-time","nullable":true},"rfsReceived":{"type":"string","format":"date-time","nullable":true},"requestedStreet":{"maxLength":24,"type":"string","nullable":true},"requestedHousenumber":{"type":"string","nullable":true},"requestedHousenrext":{"maxLength":4,"type":"string","nullable":true},"requestedZipcode":{"type":"string","nullable":true},"requestedCity":{"maxLength":24,"type":"string","nullable":true},"requestedPhonenumber":{"type":"string","nullable":true},"referencePhonenumber":{"type":"string","nullable":true},"orderType":{"type":"string","nullable":true},"orderScenario":{"type":"string","nullable":true},"orderVariant":{"type":"string","nullable":true},"lineTestAndLabel":{"type":"boolean"},"maxNlType":{"type":"string","nullable":true},"outletRequired":{"type":"boolean"},"requestedXdfAccessServiceId":{"type":"string","nullable":true},"xdfAccessServiceId":{"type":"string","nullable":true},"israPin":{"type":"string","nullable":true},"eapId":{"type":"string","nullable":true},"serviceGroup":{"type":"string","nullable":true},"accessInstanceId":{"type":"string","nullable":true},"newAccessInstanceId":{"type":"string","nullable":true},"additionalXdfAccessServiceId":{"type":"string","nullable":true},"carrierVendorId":{"type":"string","nullable":true},"eapUsage":{"type":"string","nullable":true},"ntPort":{"type":"string","nullable":true},"reliability":{"type":"string","nullable":true},"requestedIsraSpecs":{"type":"string","nullable":true},"actualIsraSpecs":{"type":"string","nullable":true},"plannedIsraSpecs":{"type":"string","nullable":true},"ntType":{"type":"string","nullable":true},"ntServiceProvider":{"type":"string","nullable":true},"byPassAdminChecks":{"type":"string","nullable":true},"appointmentId":{"type":"string","nullable":true},"appointmentActivityType":{"type":"string","nullable":true},"appointmentActivityFeedback":{"type":"string","nullable":true},"eapCompany":{"maxLength":70,"type":"string","nullable":true},"eapContactName":{"maxLength":70,"type":"string","nullable":true},"eapContactPhonenumber":{"type":"string","nullable":true},"eapContactAdditionalPhoneNumber":{"type":"string","nullable":true},"eapEmailAddress":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"portfolioId":{"type":"string"},"packageId":{"type":"string","nullable":true},"carrierType":{"type":"string","nullable":true},"technologyType":{"type":"string","nullable":true},"accessClass":{"type":"string","nullable":true},"qualityClass":{"type":"string","nullable":true},"slaName":{"type":"string","nullable":true},"plannedTcd":{"type":"string","format":"date-time","nullable":true},"plannedOcd":{"type":"string","format":"date-time","nullable":true},"actualTcd":{"type":"string","format":"date-time","nullable":true},"actualOcd":{"type":"string","format":"date-time","nullable":true},"custWishdate":{"type":"string","format":"date-time","nullable":true},"mainPhonenumber":{"type":"string","nullable":true},"nlType":{"type":"string","nullable":true},"differentBillingEndDate":{"type":"boolean"},"billingEndDate":{"type":"string","format":"date-time","nullable":true},"serviceOrderDetailsKpnWbaServices":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWbaService-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}}},"required":["technologyType"]},"ServiceOrderDetailsKpnWba-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"newOrMigrate":{"type":"string","nullable":true},"requestedTechnology":{"type":"string","nullable":true},"requestedScenario":{"type":"string","nullable":true},"requestedCopperType":{"type":"string","nullable":true},"orderIdWso":{"type":"string","nullable":true},"orderIdKpn":{"type":"string","nullable":true},"orderPlaced":{"type":"string","format":"date-time","nullable":true},"orderReceivedByKpn":{"type":"string","format":"date-time","nullable":true},"saReceived":{"type":"string","format":"date-time","nullable":true},"rfsReceived":{"type":"string","format":"date-time","nullable":true},"requestedStreet":{"maxLength":24,"type":"string","nullable":true},"requestedHousenumber":{"type":"string","nullable":true},"requestedHousenrext":{"maxLength":4,"type":"string","nullable":true},"requestedZipcode":{"type":"string","nullable":true},"requestedCity":{"maxLength":24,"type":"string","nullable":true},"requestedPhonenumber":{"type":"string","nullable":true},"referencePhonenumber":{"type":"string","nullable":true},"orderType":{"type":"string","nullable":true},"orderScenario":{"type":"string","nullable":true},"orderVariant":{"type":"string","nullable":true},"lineTestAndLabel":{"type":"boolean"},"maxNlType":{"type":"string","nullable":true},"outletRequired":{"type":"boolean"},"requestedXdfAccessServiceId":{"type":"string","nullable":true},"xdfAccessServiceId":{"type":"string","nullable":true},"israPin":{"type":"string","nullable":true},"eapId":{"type":"string","nullable":true},"serviceGroup":{"type":"string","nullable":true},"accessInstanceId":{"type":"string","nullable":true},"newAccessInstanceId":{"type":"string","nullable":true},"additionalXdfAccessServiceId":{"type":"string","nullable":true},"carrierVendorId":{"type":"string","nullable":true},"eapUsage":{"type":"string","nullable":true},"ntPort":{"type":"string","nullable":true},"reliability":{"type":"string","nullable":true},"requestedIsraSpecs":{"type":"string","nullable":true},"actualIsraSpecs":{"type":"string","nullable":true},"plannedIsraSpecs":{"type":"string","nullable":true},"ntType":{"type":"string","nullable":true},"ntServiceProvider":{"type":"string","nullable":true},"byPassAdminChecks":{"type":"string","nullable":true},"appointmentId":{"type":"string","nullable":true},"appointmentActivityType":{"type":"string","nullable":true},"appointmentActivityFeedback":{"type":"string","nullable":true},"eapCompany":{"maxLength":70,"type":"string","nullable":true},"eapContactName":{"maxLength":70,"type":"string","nullable":true},"eapContactPhonenumber":{"type":"string","nullable":true},"eapContactAdditionalPhoneNumber":{"type":"string","nullable":true},"eapEmailAddress":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"portfolioId":{"type":"string"},"packageId":{"type":"string","nullable":true},"carrierType":{"type":"string","nullable":true},"technologyType":{"type":"string","nullable":true},"accessClass":{"type":"string","nullable":true},"qualityClass":{"type":"string","nullable":true},"slaName":{"type":"string","nullable":true},"plannedTcd":{"type":"string","format":"date-time","nullable":true},"plannedOcd":{"type":"string","format":"date-time","nullable":true},"actualTcd":{"type":"string","format":"date-time","nullable":true},"actualOcd":{"type":"string","format":"date-time","nullable":true},"custWishdate":{"type":"string","format":"date-time","nullable":true},"mainPhonenumber":{"type":"string","nullable":true},"nlType":{"type":"string","nullable":true},"differentBillingEndDate":{"type":"boolean"},"billingEndDate":{"type":"string","format":"date-time","nullable":true},"serviceOrderDetailsKpnWbaServices":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWbaService-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}}},"required":["technologyType"]},"ServiceOrderDetailsKpnWba-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"newOrMigrate":{"type":"string","nullable":true},"requestedTechnology":{"type":"string","nullable":true},"requestedScenario":{"type":"string","nullable":true},"requestedCopperType":{"type":"string","nullable":true},"orderIdWso":{"type":"string","nullable":true},"orderIdKpn":{"type":"string","nullable":true},"orderPlaced":{"type":"string","format":"date-time","nullable":true},"orderReceivedByKpn":{"type":"string","format":"date-time","nullable":true},"saReceived":{"type":"string","format":"date-time","nullable":true},"rfsReceived":{"type":"string","format":"date-time","nullable":true},"requestedStreet":{"maxLength":24,"type":"string","nullable":true},"requestedHousenumber":{"type":"string","nullable":true},"requestedHousenrext":{"maxLength":4,"type":"string","nullable":true},"requestedZipcode":{"type":"string","nullable":true},"requestedCity":{"maxLength":24,"type":"string","nullable":true},"requestedPhonenumber":{"type":"string","nullable":true},"referencePhonenumber":{"type":"string","nullable":true},"orderType":{"type":"string","nullable":true},"orderScenario":{"type":"string","nullable":true},"orderVariant":{"type":"string","nullable":true},"lineTestAndLabel":{"type":"boolean"},"maxNlType":{"type":"string","nullable":true},"outletRequired":{"type":"boolean"},"requestedXdfAccessServiceId":{"type":"string","nullable":true},"xdfAccessServiceId":{"type":"string","nullable":true},"israPin":{"type":"string","nullable":true},"eapId":{"type":"string","nullable":true},"serviceGroup":{"type":"string","nullable":true},"accessInstanceId":{"type":"string","nullable":true},"newAccessInstanceId":{"type":"string","nullable":true},"additionalXdfAccessServiceId":{"type":"string","nullable":true},"carrierVendorId":{"type":"string","nullable":true},"eapUsage":{"type":"string","nullable":true},"ntPort":{"type":"string","nullable":true},"reliability":{"type":"string","nullable":true},"requestedIsraSpecs":{"type":"string","nullable":true},"actualIsraSpecs":{"type":"string","nullable":true},"plannedIsraSpecs":{"type":"string","nullable":true},"ntType":{"type":"string","nullable":true},"ntServiceProvider":{"type":"string","nullable":true},"byPassAdminChecks":{"type":"string","nullable":true},"appointmentId":{"type":"string","nullable":true},"appointmentActivityType":{"type":"string","nullable":true},"appointmentActivityFeedback":{"type":"string","nullable":true},"eapCompany":{"maxLength":70,"type":"string","nullable":true},"eapContactName":{"maxLength":70,"type":"string","nullable":true},"eapContactPhonenumber":{"type":"string","nullable":true},"eapContactAdditionalPhoneNumber":{"type":"string","nullable":true},"eapEmailAddress":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"portfolioId":{"type":"string"},"packageId":{"type":"string","nullable":true},"carrierType":{"type":"string","nullable":true},"technologyType":{"type":"string","nullable":true},"accessClass":{"type":"string","nullable":true},"qualityClass":{"type":"string","nullable":true},"slaName":{"type":"string","nullable":true},"plannedTcd":{"type":"string","format":"date-time","nullable":true},"plannedOcd":{"type":"string","format":"date-time","nullable":true},"actualTcd":{"type":"string","format":"date-time","nullable":true},"actualOcd":{"type":"string","format":"date-time","nullable":true},"custWishdate":{"type":"string","format":"date-time","nullable":true},"mainPhonenumber":{"type":"string","nullable":true},"nlType":{"type":"string","nullable":true},"differentBillingEndDate":{"type":"boolean"},"billingEndDate":{"type":"string","format":"date-time","nullable":true},"serviceOrderDetailsKpnWbaServices":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWbaService-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}}},"required":["technologyType"]},"ServiceOrderDetailsKpnWba.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"newOrMigrate":{"type":"string","nullable":true},"requestedTechnology":{"type":"string","nullable":true},"requestedScenario":{"type":"string","nullable":true},"requestedCopperType":{"type":"string","nullable":true},"orderIdWso":{"type":"string","nullable":true},"orderIdKpn":{"type":"string","nullable":true},"orderPlaced":{"type":"string","format":"date-time","nullable":true},"orderReceivedByKpn":{"type":"string","format":"date-time","nullable":true},"saReceived":{"type":"string","format":"date-time","nullable":true},"rfsReceived":{"type":"string","format":"date-time","nullable":true},"requestedStreet":{"maxLength":24,"type":"string","nullable":true},"requestedHousenumber":{"type":"string","nullable":true},"requestedHousenrext":{"maxLength":4,"type":"string","nullable":true},"requestedZipcode":{"type":"string","nullable":true},"requestedCity":{"maxLength":24,"type":"string","nullable":true},"requestedPhonenumber":{"type":"string","nullable":true},"referencePhonenumber":{"type":"string","nullable":true},"orderType":{"type":"string","nullable":true},"orderScenario":{"type":"string","nullable":true},"orderVariant":{"type":"string","nullable":true},"lineTestAndLabel":{"type":"boolean"},"maxNlType":{"type":"string","nullable":true},"outletRequired":{"type":"boolean"},"requestedXdfAccessServiceId":{"type":"string","nullable":true},"xdfAccessServiceId":{"type":"string","nullable":true},"israPin":{"type":"string","nullable":true},"eapId":{"type":"string","nullable":true},"serviceGroup":{"type":"string","nullable":true},"accessInstanceId":{"type":"string","nullable":true},"newAccessInstanceId":{"type":"string","nullable":true},"additionalXdfAccessServiceId":{"type":"string","nullable":true},"carrierVendorId":{"type":"string","nullable":true},"eapUsage":{"type":"string","nullable":true},"ntPort":{"type":"string","nullable":true},"reliability":{"type":"string","nullable":true},"requestedIsraSpecs":{"type":"string","nullable":true},"actualIsraSpecs":{"type":"string","nullable":true},"plannedIsraSpecs":{"type":"string","nullable":true},"ntType":{"type":"string","nullable":true},"ntServiceProvider":{"type":"string","nullable":true},"byPassAdminChecks":{"type":"string","nullable":true},"appointmentId":{"type":"string","nullable":true},"appointmentActivityType":{"type":"string","nullable":true},"appointmentActivityFeedback":{"type":"string","nullable":true},"eapCompany":{"maxLength":70,"type":"string","nullable":true},"eapContactName":{"maxLength":70,"type":"string","nullable":true},"eapContactPhonenumber":{"type":"string","nullable":true},"eapContactAdditionalPhoneNumber":{"type":"string","nullable":true},"eapEmailAddress":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"portfolioId":{"type":"string"},"packageId":{"type":"string","nullable":true},"carrierType":{"type":"string","nullable":true},"technologyType":{"type":"string","nullable":true},"accessClass":{"type":"string","nullable":true},"qualityClass":{"type":"string","nullable":true},"slaName":{"type":"string","nullable":true},"plannedTcd":{"type":"string","format":"date-time","nullable":true},"plannedOcd":{"type":"string","format":"date-time","nullable":true},"actualTcd":{"type":"string","format":"date-time","nullable":true},"actualOcd":{"type":"string","format":"date-time","nullable":true},"custWishdate":{"type":"string","format":"date-time","nullable":true},"mainPhonenumber":{"type":"string","nullable":true},"nlType":{"type":"string","nullable":true},"differentBillingEndDate":{"type":"boolean"},"billingEndDate":{"type":"string","format":"date-time","nullable":true},"serviceOrderDetailsKpnWbaServices":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWbaService.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}}},"required":["technologyType"]},"ServiceOrderDetailsKpnWba.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"newOrMigrate":{"type":"string","nullable":true},"requestedTechnology":{"type":"string","nullable":true},"requestedScenario":{"type":"string","nullable":true},"requestedCopperType":{"type":"string","nullable":true},"orderIdWso":{"type":"string","nullable":true},"orderIdKpn":{"type":"string","nullable":true},"orderPlaced":{"type":"string","format":"date-time","nullable":true},"orderReceivedByKpn":{"type":"string","format":"date-time","nullable":true},"saReceived":{"type":"string","format":"date-time","nullable":true},"rfsReceived":{"type":"string","format":"date-time","nullable":true},"requestedStreet":{"maxLength":24,"type":"string","nullable":true},"requestedHousenumber":{"type":"string","nullable":true},"requestedHousenrext":{"maxLength":4,"type":"string","nullable":true},"requestedZipcode":{"type":"string","nullable":true},"requestedCity":{"maxLength":24,"type":"string","nullable":true},"requestedPhonenumber":{"type":"string","nullable":true},"referencePhonenumber":{"type":"string","nullable":true},"orderType":{"type":"string","nullable":true},"orderScenario":{"type":"string","nullable":true},"orderVariant":{"type":"string","nullable":true},"lineTestAndLabel":{"type":"boolean"},"maxNlType":{"type":"string","nullable":true},"outletRequired":{"type":"boolean"},"requestedXdfAccessServiceId":{"type":"string","nullable":true},"xdfAccessServiceId":{"type":"string","nullable":true},"israPin":{"type":"string","nullable":true},"eapId":{"type":"string","nullable":true},"serviceGroup":{"type":"string","nullable":true},"accessInstanceId":{"type":"string","nullable":true},"newAccessInstanceId":{"type":"string","nullable":true},"additionalXdfAccessServiceId":{"type":"string","nullable":true},"carrierVendorId":{"type":"string","nullable":true},"eapUsage":{"type":"string","nullable":true},"ntPort":{"type":"string","nullable":true},"reliability":{"type":"string","nullable":true},"requestedIsraSpecs":{"type":"string","nullable":true},"actualIsraSpecs":{"type":"string","nullable":true},"plannedIsraSpecs":{"type":"string","nullable":true},"ntType":{"type":"string","nullable":true},"ntServiceProvider":{"type":"string","nullable":true},"byPassAdminChecks":{"type":"string","nullable":true},"appointmentId":{"type":"string","nullable":true},"appointmentActivityType":{"type":"string","nullable":true},"appointmentActivityFeedback":{"type":"string","nullable":true},"eapCompany":{"maxLength":70,"type":"string","nullable":true},"eapContactName":{"maxLength":70,"type":"string","nullable":true},"eapContactPhonenumber":{"type":"string","nullable":true},"eapContactAdditionalPhoneNumber":{"type":"string","nullable":true},"eapEmailAddress":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"portfolioId":{"type":"string"},"packageId":{"type":"string","nullable":true},"carrierType":{"type":"string","nullable":true},"technologyType":{"type":"string","nullable":true},"accessClass":{"type":"string","nullable":true},"qualityClass":{"type":"string","nullable":true},"slaName":{"type":"string","nullable":true},"plannedTcd":{"type":"string","format":"date-time","nullable":true},"plannedOcd":{"type":"string","format":"date-time","nullable":true},"actualTcd":{"type":"string","format":"date-time","nullable":true},"actualOcd":{"type":"string","format":"date-time","nullable":true},"custWishdate":{"type":"string","format":"date-time","nullable":true},"mainPhonenumber":{"type":"string","nullable":true},"nlType":{"type":"string","nullable":true},"differentBillingEndDate":{"type":"boolean"},"billingEndDate":{"type":"string","format":"date-time","nullable":true},"serviceOrderDetailsKpnWbaServices":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWbaService.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}}},"required":["technologyType"]},"ServiceOrderDetailsKpnWba.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"newOrMigrate":{"type":"string","nullable":true},"requestedTechnology":{"type":"string","nullable":true},"requestedScenario":{"type":"string","nullable":true},"requestedCopperType":{"type":"string","nullable":true},"orderIdWso":{"type":"string","nullable":true},"orderIdKpn":{"type":"string","nullable":true},"orderPlaced":{"type":"string","format":"date-time","nullable":true},"orderReceivedByKpn":{"type":"string","format":"date-time","nullable":true},"saReceived":{"type":"string","format":"date-time","nullable":true},"rfsReceived":{"type":"string","format":"date-time","nullable":true},"requestedStreet":{"maxLength":24,"type":"string","nullable":true},"requestedHousenumber":{"type":"string","nullable":true},"requestedHousenrext":{"maxLength":4,"type":"string","nullable":true},"requestedZipcode":{"type":"string","nullable":true},"requestedCity":{"maxLength":24,"type":"string","nullable":true},"requestedPhonenumber":{"type":"string","nullable":true},"referencePhonenumber":{"type":"string","nullable":true},"orderType":{"type":"string","nullable":true},"orderScenario":{"type":"string","nullable":true},"orderVariant":{"type":"string","nullable":true},"lineTestAndLabel":{"type":"boolean"},"maxNlType":{"type":"string","nullable":true},"outletRequired":{"type":"boolean"},"requestedXdfAccessServiceId":{"type":"string","nullable":true},"xdfAccessServiceId":{"type":"string","nullable":true},"israPin":{"type":"string","nullable":true},"eapId":{"type":"string","nullable":true},"serviceGroup":{"type":"string","nullable":true},"accessInstanceId":{"type":"string","nullable":true},"newAccessInstanceId":{"type":"string","nullable":true},"additionalXdfAccessServiceId":{"type":"string","nullable":true},"carrierVendorId":{"type":"string","nullable":true},"eapUsage":{"type":"string","nullable":true},"ntPort":{"type":"string","nullable":true},"reliability":{"type":"string","nullable":true},"requestedIsraSpecs":{"type":"string","nullable":true},"actualIsraSpecs":{"type":"string","nullable":true},"plannedIsraSpecs":{"type":"string","nullable":true},"ntType":{"type":"string","nullable":true},"ntServiceProvider":{"type":"string","nullable":true},"byPassAdminChecks":{"type":"string","nullable":true},"appointmentId":{"type":"string","nullable":true},"appointmentActivityType":{"type":"string","nullable":true},"appointmentActivityFeedback":{"type":"string","nullable":true},"eapCompany":{"maxLength":70,"type":"string","nullable":true},"eapContactName":{"maxLength":70,"type":"string","nullable":true},"eapContactPhonenumber":{"type":"string","nullable":true},"eapContactAdditionalPhoneNumber":{"type":"string","nullable":true},"eapEmailAddress":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"portfolioId":{"type":"string"},"packageId":{"type":"string","nullable":true},"carrierType":{"type":"string","nullable":true},"technologyType":{"type":"string","nullable":true},"accessClass":{"type":"string","nullable":true},"qualityClass":{"type":"string","nullable":true},"slaName":{"type":"string","nullable":true},"plannedTcd":{"type":"string","format":"date-time","nullable":true},"plannedOcd":{"type":"string","format":"date-time","nullable":true},"actualTcd":{"type":"string","format":"date-time","nullable":true},"actualOcd":{"type":"string","format":"date-time","nullable":true},"custWishdate":{"type":"string","format":"date-time","nullable":true},"mainPhonenumber":{"type":"string","nullable":true},"nlType":{"type":"string","nullable":true},"differentBillingEndDate":{"type":"boolean"},"billingEndDate":{"type":"string","format":"date-time","nullable":true},"serviceOrderDetailsKpnWbaServices":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWbaService.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}}},"required":["technologyType"]},"ServiceOrderDetailsKpnWba.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"newOrMigrate":{"type":"string","nullable":true},"requestedTechnology":{"type":"string","nullable":true},"requestedScenario":{"type":"string","nullable":true},"requestedCopperType":{"type":"string","nullable":true},"orderIdWso":{"type":"string","nullable":true},"orderIdKpn":{"type":"string","nullable":true},"orderPlaced":{"type":"string","format":"date-time","nullable":true},"orderReceivedByKpn":{"type":"string","format":"date-time","nullable":true},"saReceived":{"type":"string","format":"date-time","nullable":true},"rfsReceived":{"type":"string","format":"date-time","nullable":true},"requestedStreet":{"maxLength":24,"type":"string","nullable":true},"requestedHousenumber":{"type":"string","nullable":true},"requestedHousenrext":{"maxLength":4,"type":"string","nullable":true},"requestedZipcode":{"type":"string","nullable":true},"requestedCity":{"maxLength":24,"type":"string","nullable":true},"requestedPhonenumber":{"type":"string","nullable":true},"referencePhonenumber":{"type":"string","nullable":true},"orderType":{"type":"string","nullable":true},"orderScenario":{"type":"string","nullable":true},"orderVariant":{"type":"string","nullable":true},"lineTestAndLabel":{"type":"boolean"},"maxNlType":{"type":"string","nullable":true},"outletRequired":{"type":"boolean"},"requestedXdfAccessServiceId":{"type":"string","nullable":true},"xdfAccessServiceId":{"type":"string","nullable":true},"israPin":{"type":"string","nullable":true},"eapId":{"type":"string","nullable":true},"serviceGroup":{"type":"string","nullable":true},"accessInstanceId":{"type":"string","nullable":true},"newAccessInstanceId":{"type":"string","nullable":true},"additionalXdfAccessServiceId":{"type":"string","nullable":true},"carrierVendorId":{"type":"string","nullable":true},"eapUsage":{"type":"string","nullable":true},"ntPort":{"type":"string","nullable":true},"reliability":{"type":"string","nullable":true},"requestedIsraSpecs":{"type":"string","nullable":true},"actualIsraSpecs":{"type":"string","nullable":true},"plannedIsraSpecs":{"type":"string","nullable":true},"ntType":{"type":"string","nullable":true},"ntServiceProvider":{"type":"string","nullable":true},"byPassAdminChecks":{"type":"string","nullable":true},"appointmentId":{"type":"string","nullable":true},"appointmentActivityType":{"type":"string","nullable":true},"appointmentActivityFeedback":{"type":"string","nullable":true},"eapCompany":{"maxLength":70,"type":"string","nullable":true},"eapContactName":{"maxLength":70,"type":"string","nullable":true},"eapContactPhonenumber":{"type":"string","nullable":true},"eapContactAdditionalPhoneNumber":{"type":"string","nullable":true},"eapEmailAddress":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"portfolioId":{"type":"string"},"packageId":{"type":"string","nullable":true},"carrierType":{"type":"string","nullable":true},"technologyType":{"type":"string","nullable":true},"accessClass":{"type":"string","nullable":true},"qualityClass":{"type":"string","nullable":true},"slaName":{"type":"string","nullable":true},"plannedTcd":{"type":"string","format":"date-time","nullable":true},"plannedOcd":{"type":"string","format":"date-time","nullable":true},"actualTcd":{"type":"string","format":"date-time","nullable":true},"actualOcd":{"type":"string","format":"date-time","nullable":true},"custWishdate":{"type":"string","format":"date-time","nullable":true},"mainPhonenumber":{"type":"string","nullable":true},"nlType":{"type":"string","nullable":true},"differentBillingEndDate":{"type":"boolean"},"billingEndDate":{"type":"string","format":"date-time","nullable":true},"serviceOrderDetailsKpnWbaServices":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWbaService.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}}},"required":["technologyType"]},"ServiceOrderDetailsKpnWba.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"newOrMigrate":{"type":"string","nullable":true},"requestedTechnology":{"type":"string","nullable":true},"requestedScenario":{"type":"string","nullable":true},"requestedCopperType":{"type":"string","nullable":true},"orderIdWso":{"type":"string","nullable":true},"orderIdKpn":{"type":"string","nullable":true},"orderPlaced":{"type":"string","format":"date-time","nullable":true},"orderReceivedByKpn":{"type":"string","format":"date-time","nullable":true},"saReceived":{"type":"string","format":"date-time","nullable":true},"rfsReceived":{"type":"string","format":"date-time","nullable":true},"requestedStreet":{"maxLength":24,"type":"string","nullable":true},"requestedHousenumber":{"type":"string","nullable":true},"requestedHousenrext":{"maxLength":4,"type":"string","nullable":true},"requestedZipcode":{"type":"string","nullable":true},"requestedCity":{"maxLength":24,"type":"string","nullable":true},"requestedPhonenumber":{"type":"string","nullable":true},"referencePhonenumber":{"type":"string","nullable":true},"orderType":{"type":"string","nullable":true},"orderScenario":{"type":"string","nullable":true},"orderVariant":{"type":"string","nullable":true},"lineTestAndLabel":{"type":"boolean"},"maxNlType":{"type":"string","nullable":true},"outletRequired":{"type":"boolean"},"requestedXdfAccessServiceId":{"type":"string","nullable":true},"xdfAccessServiceId":{"type":"string","nullable":true},"israPin":{"type":"string","nullable":true},"eapId":{"type":"string","nullable":true},"serviceGroup":{"type":"string","nullable":true},"accessInstanceId":{"type":"string","nullable":true},"newAccessInstanceId":{"type":"string","nullable":true},"additionalXdfAccessServiceId":{"type":"string","nullable":true},"carrierVendorId":{"type":"string","nullable":true},"eapUsage":{"type":"string","nullable":true},"ntPort":{"type":"string","nullable":true},"reliability":{"type":"string","nullable":true},"requestedIsraSpecs":{"type":"string","nullable":true},"actualIsraSpecs":{"type":"string","nullable":true},"plannedIsraSpecs":{"type":"string","nullable":true},"ntType":{"type":"string","nullable":true},"ntServiceProvider":{"type":"string","nullable":true},"byPassAdminChecks":{"type":"string","nullable":true},"appointmentId":{"type":"string","nullable":true},"appointmentActivityType":{"type":"string","nullable":true},"appointmentActivityFeedback":{"type":"string","nullable":true},"eapCompany":{"maxLength":70,"type":"string","nullable":true},"eapContactName":{"maxLength":70,"type":"string","nullable":true},"eapContactPhonenumber":{"type":"string","nullable":true},"eapContactAdditionalPhoneNumber":{"type":"string","nullable":true},"eapEmailAddress":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"portfolioId":{"type":"string"},"packageId":{"type":"string","nullable":true},"carrierType":{"type":"string","nullable":true},"technologyType":{"type":"string","nullable":true},"accessClass":{"type":"string","nullable":true},"qualityClass":{"type":"string","nullable":true},"slaName":{"type":"string","nullable":true},"plannedTcd":{"type":"string","format":"date-time","nullable":true},"plannedOcd":{"type":"string","format":"date-time","nullable":true},"actualTcd":{"type":"string","format":"date-time","nullable":true},"actualOcd":{"type":"string","format":"date-time","nullable":true},"custWishdate":{"type":"string","format":"date-time","nullable":true},"mainPhonenumber":{"type":"string","nullable":true},"nlType":{"type":"string","nullable":true},"differentBillingEndDate":{"type":"boolean"},"billingEndDate":{"type":"string","format":"date-time","nullable":true},"serviceOrderDetailsKpnWbaServices":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsKpnWbaService.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}}},"required":["technologyType"]},"ServiceOrderDetailsKpnWbaService-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"serviceTypeId":{"type":"integer","nullable":true},"serviceClass":{"type":"string","nullable":true},"eapVlanId":{"type":"integer","nullable":true},"eapvpi":{"type":"string","nullable":true},"eapvci":{"type":"string","nullable":true},"pppUsernameOverride":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"pppPasswordOverride":{"oneOf":[{"minLength":8,"maxLength":255}],"type":"string","nullable":true},"customerConnectionTag":{"type":"string","nullable":true},"splynxProfileId":{"type":"integer","nullable":true}}},"ServiceOrderDetailsKpnWbaService-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"serviceTypeId":{"type":"integer","nullable":true},"serviceClass":{"type":"string","nullable":true},"eapVlanId":{"type":"integer","nullable":true},"eapvpi":{"type":"string","nullable":true},"eapvci":{"type":"string","nullable":true},"pppUsernameOverride":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"pppPasswordOverride":{"oneOf":[{"minLength":8,"maxLength":255}],"type":"string","nullable":true},"customerConnectionTag":{"type":"string","nullable":true},"splynxProfileId":{"type":"integer","nullable":true}}},"ServiceOrderDetailsKpnWbaService-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"serviceTypeId":{"type":"integer","nullable":true},"serviceClass":{"type":"string","nullable":true},"eapVlanId":{"type":"integer","nullable":true},"eapvpi":{"type":"string","nullable":true},"eapvci":{"type":"string","nullable":true},"pppUsernameOverride":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"pppPasswordOverride":{"oneOf":[{"minLength":8,"maxLength":255}],"type":"string","nullable":true},"customerConnectionTag":{"type":"string","nullable":true},"splynxProfileId":{"type":"integer","nullable":true}}},"ServiceOrderDetailsKpnWbaService-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"serviceTypeId":{"type":"integer","nullable":true},"serviceClass":{"type":"string","nullable":true},"eapVlanId":{"type":"integer","nullable":true},"eapvpi":{"type":"string","nullable":true},"eapvci":{"type":"string","nullable":true},"pppUsernameOverride":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"pppPasswordOverride":{"oneOf":[{"minLength":8,"maxLength":255}],"type":"string","nullable":true},"customerConnectionTag":{"type":"string","nullable":true},"splynxProfileId":{"type":"integer","nullable":true}}},"ServiceOrderDetailsKpnWbaService-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"serviceTypeId":{"type":"integer","nullable":true},"serviceClass":{"type":"string","nullable":true},"eapVlanId":{"type":"integer","nullable":true},"eapvpi":{"type":"string","nullable":true},"eapvci":{"type":"string","nullable":true},"pppUsernameOverride":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"pppPasswordOverride":{"oneOf":[{"minLength":8,"maxLength":255}],"type":"string","nullable":true},"customerConnectionTag":{"type":"string","nullable":true},"splynxProfileId":{"type":"integer","nullable":true}}},"ServiceOrderDetailsKpnWbaService.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"serviceTypeId":{"type":"integer","nullable":true},"serviceClass":{"type":"string","nullable":true},"eapVlanId":{"type":"integer","nullable":true},"eapvpi":{"type":"string","nullable":true},"eapvci":{"type":"string","nullable":true},"pppUsernameOverride":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"pppPasswordOverride":{"oneOf":[{"minLength":8,"maxLength":255}],"type":"string","nullable":true},"customerConnectionTag":{"type":"string","nullable":true},"splynxProfileId":{"type":"integer","nullable":true}}},"ServiceOrderDetailsKpnWbaService.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"serviceTypeId":{"type":"integer","nullable":true},"serviceClass":{"type":"string","nullable":true},"eapVlanId":{"type":"integer","nullable":true},"eapvpi":{"type":"string","nullable":true},"eapvci":{"type":"string","nullable":true},"pppUsernameOverride":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"pppPasswordOverride":{"oneOf":[{"minLength":8,"maxLength":255}],"type":"string","nullable":true},"customerConnectionTag":{"type":"string","nullable":true},"splynxProfileId":{"type":"integer","nullable":true}}},"ServiceOrderDetailsKpnWbaService.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"serviceTypeId":{"type":"integer","nullable":true},"serviceClass":{"type":"string","nullable":true},"eapVlanId":{"type":"integer","nullable":true},"eapvpi":{"type":"string","nullable":true},"eapvci":{"type":"string","nullable":true},"pppUsernameOverride":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"pppPasswordOverride":{"oneOf":[{"minLength":8,"maxLength":255}],"type":"string","nullable":true},"customerConnectionTag":{"type":"string","nullable":true},"splynxProfileId":{"type":"integer","nullable":true}}},"ServiceOrderDetailsKpnWbaService.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"serviceTypeId":{"type":"integer","nullable":true},"serviceClass":{"type":"string","nullable":true},"eapVlanId":{"type":"integer","nullable":true},"eapvpi":{"type":"string","nullable":true},"eapvci":{"type":"string","nullable":true},"pppUsernameOverride":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"pppPasswordOverride":{"oneOf":[{"minLength":8,"maxLength":255}],"type":"string","nullable":true},"customerConnectionTag":{"type":"string","nullable":true},"splynxProfileId":{"type":"integer","nullable":true}}},"ServiceOrderDetailsKpnWbaService.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"serviceTypeId":{"type":"integer","nullable":true},"serviceClass":{"type":"string","nullable":true},"eapVlanId":{"type":"integer","nullable":true},"eapvpi":{"type":"string","nullable":true},"eapvci":{"type":"string","nullable":true},"pppUsernameOverride":{"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"pppPasswordOverride":{"oneOf":[{"minLength":8,"maxLength":255}],"type":"string","nullable":true},"customerConnectionTag":{"type":"string","nullable":true},"splynxProfileId":{"type":"integer","nullable":true}}},"ServiceOrderDetailsNumberBlock-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"start":{"type":"string","nullable":true},"end":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"country":{"maxLength":2,"type":"string","nullable":true},"numberBlock":{"type":"string","format":"iri-reference","nullable":true},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]}}},"ServiceOrderDetailsNumberBlock-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"start":{"type":"string","nullable":true},"end":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"country":{"maxLength":2,"type":"string","nullable":true},"numberBlock":{"type":"string","format":"iri-reference","nullable":true},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]}}},"ServiceOrderDetailsNumberBlock-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"start":{"type":"string","nullable":true},"end":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"country":{"maxLength":2,"type":"string","nullable":true},"numberBlock":{"type":"string","format":"iri-reference","nullable":true},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]}}},"ServiceOrderDetailsNumberBlock-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"start":{"type":"string","nullable":true},"end":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"country":{"maxLength":2,"type":"string","nullable":true},"numberBlock":{"type":"string","format":"iri-reference","nullable":true},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]}}},"ServiceOrderDetailsNumberBlock-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"start":{"type":"string","nullable":true},"end":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"country":{"maxLength":2,"type":"string","nullable":true},"numberBlock":{"type":"string","format":"iri-reference","nullable":true},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]}}},"ServiceOrderDetailsNumberBlock.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"start":{"type":"string","nullable":true},"end":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"country":{"maxLength":2,"type":"string","nullable":true},"numberBlock":{"type":"string","format":"iri-reference","nullable":true},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]}}},"ServiceOrderDetailsNumberBlock.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"start":{"type":"string","nullable":true},"end":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"country":{"maxLength":2,"type":"string","nullable":true},"numberBlock":{"type":"string","format":"iri-reference","nullable":true},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]}}},"ServiceOrderDetailsNumberBlock.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"start":{"type":"string","nullable":true},"end":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"country":{"maxLength":2,"type":"string","nullable":true},"numberBlock":{"type":"string","format":"iri-reference","nullable":true},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]}}},"ServiceOrderDetailsNumberBlock.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"start":{"type":"string","nullable":true},"end":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"country":{"maxLength":2,"type":"string","nullable":true},"numberBlock":{"type":"string","format":"iri-reference","nullable":true},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]}}},"ServiceOrderDetailsNumberBlock.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"start":{"type":"string","nullable":true},"end":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"country":{"maxLength":2,"type":"string","nullable":true},"numberBlock":{"type":"string","format":"iri-reference","nullable":true},"serviceOrderDetailsPortingxs":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]}}},"ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"customerPortingId":{"maxLength":20,"type":"string","nullable":true},"customerCompanyName":{"maxLength":70,"type":"string","nullable":true},"customerInitials":{"maxLength":6,"type":"string","nullable":true},"customerPrefix":{"maxLength":10,"type":"string","nullable":true},"customerLastname":{"maxLength":70,"type":"string"},"customerStreet":{"maxLength":24,"type":"string"},"customerZipcode":{"maxLength":6,"type":"string"},"customerHousenumber":{"maxLength":5,"type":"string"},"customerHousenumberext":{"maxLength":4,"type":"string","nullable":true},"customerCity":{"maxLength":24,"type":"string"},"countryIso2":{"maxLength":2,"type":"string"},"currentOperator":{"$ref":"#\/components\/schemas\/Operator-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"customerAgreesPortingRequest":{"maxLength":2,"type":"string","nullable":true}},"required":["customerInitials","customerLastname","customerStreet","customerZipcode","customerHousenumber","customerCity","countryIso2"]},"ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"customerPortingId":{"maxLength":20,"type":"string","nullable":true},"customerCompanyName":{"maxLength":70,"type":"string","nullable":true},"customerInitials":{"maxLength":6,"type":"string","nullable":true},"customerPrefix":{"maxLength":10,"type":"string","nullable":true},"customerLastname":{"maxLength":70,"type":"string"},"customerStreet":{"maxLength":24,"type":"string"},"customerZipcode":{"maxLength":6,"type":"string"},"customerHousenumber":{"maxLength":5,"type":"string"},"customerHousenumberext":{"maxLength":4,"type":"string","nullable":true},"customerCity":{"maxLength":24,"type":"string"},"countryIso2":{"maxLength":2,"type":"string"},"currentOperator":{"$ref":"#\/components\/schemas\/Operator-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"customerAgreesPortingRequest":{"maxLength":2,"type":"string","nullable":true}},"required":["customerInitials","customerLastname","customerStreet","customerZipcode","customerHousenumber","customerCity","countryIso2"]},"ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"customerPortingId":{"maxLength":20,"type":"string","nullable":true},"customerCompanyName":{"maxLength":70,"type":"string","nullable":true},"customerInitials":{"maxLength":6,"type":"string","nullable":true},"customerPrefix":{"maxLength":10,"type":"string","nullable":true},"customerLastname":{"maxLength":70,"type":"string"},"customerStreet":{"maxLength":24,"type":"string"},"customerZipcode":{"maxLength":6,"type":"string"},"customerHousenumber":{"maxLength":5,"type":"string"},"customerHousenumberext":{"maxLength":4,"type":"string","nullable":true},"customerCity":{"maxLength":24,"type":"string"},"countryIso2":{"maxLength":2,"type":"string"},"currentOperator":{"$ref":"#\/components\/schemas\/Operator-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"customerAgreesPortingRequest":{"maxLength":2,"type":"string","nullable":true}},"required":["customerInitials","customerLastname","customerStreet","customerZipcode","customerHousenumber","customerCity","countryIso2"]},"ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"customerPortingId":{"maxLength":20,"type":"string","nullable":true},"customerCompanyName":{"maxLength":70,"type":"string","nullable":true},"customerInitials":{"maxLength":6,"type":"string","nullable":true},"customerPrefix":{"maxLength":10,"type":"string","nullable":true},"customerLastname":{"maxLength":70,"type":"string"},"customerStreet":{"maxLength":24,"type":"string"},"customerZipcode":{"maxLength":6,"type":"string"},"customerHousenumber":{"maxLength":5,"type":"string"},"customerHousenumberext":{"maxLength":4,"type":"string","nullable":true},"customerCity":{"maxLength":24,"type":"string"},"countryIso2":{"maxLength":2,"type":"string"},"currentOperator":{"$ref":"#\/components\/schemas\/Operator-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"customerAgreesPortingRequest":{"maxLength":2,"type":"string","nullable":true}},"required":["customerInitials","customerLastname","customerStreet","customerZipcode","customerHousenumber","customerCity","countryIso2"]},"ServiceOrderDetailsPortingxs-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"customerPortingId":{"maxLength":20,"type":"string","nullable":true},"customerCompanyName":{"maxLength":70,"type":"string","nullable":true},"customerInitials":{"maxLength":6,"type":"string","nullable":true},"customerPrefix":{"maxLength":10,"type":"string","nullable":true},"customerLastname":{"maxLength":70,"type":"string"},"customerStreet":{"maxLength":24,"type":"string"},"customerZipcode":{"maxLength":6,"type":"string"},"customerHousenumber":{"maxLength":5,"type":"string"},"customerHousenumberext":{"maxLength":4,"type":"string","nullable":true},"customerCity":{"maxLength":24,"type":"string"},"countryIso2":{"maxLength":2,"type":"string"},"currentOperator":{"$ref":"#\/components\/schemas\/Operator-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"customerAgreesPortingRequest":{"maxLength":2,"type":"string","nullable":true}},"required":["customerInitials","customerLastname","customerStreet","customerZipcode","customerHousenumber","customerCity","countryIso2"]},"ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"customerPortingId":{"maxLength":20,"type":"string","nullable":true},"customerCompanyName":{"maxLength":70,"type":"string","nullable":true},"customerInitials":{"maxLength":6,"type":"string","nullable":true},"customerPrefix":{"maxLength":10,"type":"string","nullable":true},"customerLastname":{"maxLength":70,"type":"string"},"customerStreet":{"maxLength":24,"type":"string"},"customerZipcode":{"maxLength":6,"type":"string"},"customerHousenumber":{"maxLength":5,"type":"string"},"customerHousenumberext":{"maxLength":4,"type":"string","nullable":true},"customerCity":{"maxLength":24,"type":"string"},"countryIso2":{"maxLength":2,"type":"string"},"currentOperator":{"$ref":"#\/components\/schemas\/Operator.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"customerAgreesPortingRequest":{"maxLength":2,"type":"string","nullable":true}},"required":["customerInitials","customerLastname","customerStreet","customerZipcode","customerHousenumber","customerCity","countryIso2"]},"ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"customerPortingId":{"maxLength":20,"type":"string","nullable":true},"customerCompanyName":{"maxLength":70,"type":"string","nullable":true},"customerInitials":{"maxLength":6,"type":"string","nullable":true},"customerPrefix":{"maxLength":10,"type":"string","nullable":true},"customerLastname":{"maxLength":70,"type":"string"},"customerStreet":{"maxLength":24,"type":"string"},"customerZipcode":{"maxLength":6,"type":"string"},"customerHousenumber":{"maxLength":5,"type":"string"},"customerHousenumberext":{"maxLength":4,"type":"string","nullable":true},"customerCity":{"maxLength":24,"type":"string"},"countryIso2":{"maxLength":2,"type":"string"},"currentOperator":{"$ref":"#\/components\/schemas\/Operator.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"customerAgreesPortingRequest":{"maxLength":2,"type":"string","nullable":true}},"required":["customerInitials","customerLastname","customerStreet","customerZipcode","customerHousenumber","customerCity","countryIso2"]},"ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"customerPortingId":{"maxLength":20,"type":"string","nullable":true},"customerCompanyName":{"maxLength":70,"type":"string","nullable":true},"customerInitials":{"maxLength":6,"type":"string","nullable":true},"customerPrefix":{"maxLength":10,"type":"string","nullable":true},"customerLastname":{"maxLength":70,"type":"string"},"customerStreet":{"maxLength":24,"type":"string"},"customerZipcode":{"maxLength":6,"type":"string"},"customerHousenumber":{"maxLength":5,"type":"string"},"customerHousenumberext":{"maxLength":4,"type":"string","nullable":true},"customerCity":{"maxLength":24,"type":"string"},"countryIso2":{"maxLength":2,"type":"string"},"currentOperator":{"$ref":"#\/components\/schemas\/Operator.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"customerAgreesPortingRequest":{"maxLength":2,"type":"string","nullable":true}},"required":["customerInitials","customerLastname","customerStreet","customerZipcode","customerHousenumber","customerCity","countryIso2"]},"ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"customerPortingId":{"maxLength":20,"type":"string","nullable":true},"customerCompanyName":{"maxLength":70,"type":"string","nullable":true},"customerInitials":{"maxLength":6,"type":"string","nullable":true},"customerPrefix":{"maxLength":10,"type":"string","nullable":true},"customerLastname":{"maxLength":70,"type":"string"},"customerStreet":{"maxLength":24,"type":"string"},"customerZipcode":{"maxLength":6,"type":"string"},"customerHousenumber":{"maxLength":5,"type":"string"},"customerHousenumberext":{"maxLength":4,"type":"string","nullable":true},"customerCity":{"maxLength":24,"type":"string"},"countryIso2":{"maxLength":2,"type":"string"},"currentOperator":{"$ref":"#\/components\/schemas\/Operator.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"customerAgreesPortingRequest":{"maxLength":2,"type":"string","nullable":true}},"required":["customerInitials","customerLastname","customerStreet","customerZipcode","customerHousenumber","customerCity","countryIso2"]},"ServiceOrderDetailsPortingxs.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"customerPortingId":{"maxLength":20,"type":"string","nullable":true},"customerCompanyName":{"maxLength":70,"type":"string","nullable":true},"customerInitials":{"maxLength":6,"type":"string","nullable":true},"customerPrefix":{"maxLength":10,"type":"string","nullable":true},"customerLastname":{"maxLength":70,"type":"string"},"customerStreet":{"maxLength":24,"type":"string"},"customerZipcode":{"maxLength":6,"type":"string"},"customerHousenumber":{"maxLength":5,"type":"string"},"customerHousenumberext":{"maxLength":4,"type":"string","nullable":true},"customerCity":{"maxLength":24,"type":"string"},"countryIso2":{"maxLength":2,"type":"string"},"currentOperator":{"$ref":"#\/components\/schemas\/Operator.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"customerAgreesPortingRequest":{"maxLength":2,"type":"string","nullable":true}},"required":["customerInitials","customerLastname","customerStreet","customerZipcode","customerHousenumber","customerCity","countryIso2"]},"ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevice","example":12345},"serviceOrderDetailsTrackingDevicesInstallationRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}},"contactPerson":{"$ref":"#\/components\/schemas\/User.UserOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"quantity":{"type":"integer","nullable":true},"objectType":{"type":"string","nullable":true},"config":{"type":"string","nullable":true},"deviceType":{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"subscriptionProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"installationProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"status":{"type":"string"},"accessories1Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"accessories2Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"accessories3Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"accessories4Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"accessories5Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]}}},"ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevice","example":12345},"serviceOrderDetailsTrackingDevicesInstallationRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}},"contactPerson":{"$ref":"#\/components\/schemas\/User.UserOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"quantity":{"type":"integer","nullable":true},"objectType":{"type":"string","nullable":true},"config":{"type":"string","nullable":true},"deviceType":{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"subscriptionProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"installationProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"status":{"type":"string"},"accessories1Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"accessories2Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"accessories3Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"accessories4Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"accessories5Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]}}},"ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevice","example":12345},"serviceOrderDetailsTrackingDevicesInstallationRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}},"contactPerson":{"$ref":"#\/components\/schemas\/User.UserOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"quantity":{"type":"integer","nullable":true},"objectType":{"type":"string","nullable":true},"config":{"type":"string","nullable":true},"deviceType":{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"subscriptionProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"installationProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"status":{"type":"string"},"accessories1Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"accessories2Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"accessories3Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"accessories4Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"accessories5Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]}}},"ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevice","example":12345},"serviceOrderDetailsTrackingDevicesInstallationRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}},"contactPerson":{"$ref":"#\/components\/schemas\/User.UserOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"quantity":{"type":"integer","nullable":true},"objectType":{"type":"string","nullable":true},"config":{"type":"string","nullable":true},"deviceType":{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"subscriptionProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"installationProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"status":{"type":"string"},"accessories1Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"accessories2Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"accessories3Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"accessories4Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"accessories5Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]}}},"ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevice","example":12345},"serviceOrderDetailsTrackingDevicesInstallationRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}},"contactPerson":{"$ref":"#\/components\/schemas\/User.UserOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"quantity":{"type":"integer","nullable":true},"objectType":{"type":"string","nullable":true},"config":{"type":"string","nullable":true},"deviceType":{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"subscriptionProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"installationProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"status":{"type":"string"},"accessories1Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"accessories2Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"accessories3Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"accessories4Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"accessories5Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]}}},"ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevice","example":12345},"serviceOrderDetailsTrackingDevicesInstallationRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}},"contactPerson":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"quantity":{"type":"integer","nullable":true},"objectType":{"type":"string","nullable":true},"config":{"type":"string","nullable":true},"deviceType":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"subscriptionProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"installationProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"status":{"type":"string"},"accessories1Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"accessories2Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"accessories3Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"accessories4Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"accessories5Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]}}},"ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevice","example":12345},"serviceOrderDetailsTrackingDevicesInstallationRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}},"contactPerson":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"quantity":{"type":"integer","nullable":true},"objectType":{"type":"string","nullable":true},"config":{"type":"string","nullable":true},"deviceType":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"subscriptionProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"installationProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"status":{"type":"string"},"accessories1Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"accessories2Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"accessories3Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"accessories4Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"accessories5Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]}}},"ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevice","example":12345},"serviceOrderDetailsTrackingDevicesInstallationRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}},"contactPerson":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"quantity":{"type":"integer","nullable":true},"objectType":{"type":"string","nullable":true},"config":{"type":"string","nullable":true},"deviceType":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"subscriptionProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"installationProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"status":{"type":"string"},"accessories1Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"accessories2Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"accessories3Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"accessories4Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"accessories5Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]}}},"ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevice","example":12345},"serviceOrderDetailsTrackingDevicesInstallationRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}},"contactPerson":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"quantity":{"type":"integer","nullable":true},"objectType":{"type":"string","nullable":true},"config":{"type":"string","nullable":true},"deviceType":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"subscriptionProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"installationProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"status":{"type":"string"},"accessories1Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"accessories2Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"accessories3Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"accessories4Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"accessories5Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]}}},"ServiceOrderDetailsTrackingDevice.ServiceOrderDetailsTrackingDeviceOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevice","example":12345},"serviceOrderDetailsTrackingDevicesInstallationRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}},"contactPerson":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"quantity":{"type":"integer","nullable":true},"objectType":{"type":"string","nullable":true},"config":{"type":"string","nullable":true},"deviceType":{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"subscriptionProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"installationProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"status":{"type":"string"},"accessories1Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"accessories2Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"accessories3Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"accessories4Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"accessories5Product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]}}},"ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevicesInstallationRequest","example":12345},"buildInCode":{"type":"string","nullable":true},"certificateId":{"type":"string","nullable":true},"installationCompanyName":{"type":"string","nullable":true},"installationContactPersonName":{"type":"string","nullable":true},"installationContactPersonPhonenumber":{"type":"integer","nullable":true},"installationStreet":{"type":"string","nullable":true},"installationHousenumber":{"type":"string","nullable":true},"installationHousenumberExtension":{"type":"string","nullable":true},"installationZipcode":{"type":"string","nullable":true},"installationCity":{"type":"string","nullable":true},"installationCountry":{"type":"string","nullable":true},"installationPlanDate":{"type":"string","format":"date-time","nullable":true},"installationPlannedDate":{"type":"string","format":"date-time","nullable":true},"installationEngineerName":{"type":"string","nullable":true},"installationRemark":{"type":"string","nullable":true},"status":{"type":"string"},"installationContactPersonEmail":{"type":"string","nullable":true}}},"ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevicesInstallationRequest","example":12345},"buildInCode":{"type":"string","nullable":true},"certificateId":{"type":"string","nullable":true},"installationCompanyName":{"type":"string","nullable":true},"installationContactPersonName":{"type":"string","nullable":true},"installationContactPersonPhonenumber":{"type":"integer","nullable":true},"installationStreet":{"type":"string","nullable":true},"installationHousenumber":{"type":"string","nullable":true},"installationHousenumberExtension":{"type":"string","nullable":true},"installationZipcode":{"type":"string","nullable":true},"installationCity":{"type":"string","nullable":true},"installationCountry":{"type":"string","nullable":true},"installationPlanDate":{"type":"string","format":"date-time","nullable":true},"installationPlannedDate":{"type":"string","format":"date-time","nullable":true},"installationEngineerName":{"type":"string","nullable":true},"installationRemark":{"type":"string","nullable":true},"status":{"type":"string"},"installationContactPersonEmail":{"type":"string","nullable":true}}},"ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevicesInstallationRequest","example":12345},"buildInCode":{"type":"string","nullable":true},"certificateId":{"type":"string","nullable":true},"installationCompanyName":{"type":"string","nullable":true},"installationContactPersonName":{"type":"string","nullable":true},"installationContactPersonPhonenumber":{"type":"integer","nullable":true},"installationStreet":{"type":"string","nullable":true},"installationHousenumber":{"type":"string","nullable":true},"installationHousenumberExtension":{"type":"string","nullable":true},"installationZipcode":{"type":"string","nullable":true},"installationCity":{"type":"string","nullable":true},"installationCountry":{"type":"string","nullable":true},"installationPlanDate":{"type":"string","format":"date-time","nullable":true},"installationPlannedDate":{"type":"string","format":"date-time","nullable":true},"installationEngineerName":{"type":"string","nullable":true},"installationRemark":{"type":"string","nullable":true},"status":{"type":"string"},"installationContactPersonEmail":{"type":"string","nullable":true}}},"ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevicesInstallationRequest","example":12345},"buildInCode":{"type":"string","nullable":true},"certificateId":{"type":"string","nullable":true},"installationCompanyName":{"type":"string","nullable":true},"installationContactPersonName":{"type":"string","nullable":true},"installationContactPersonPhonenumber":{"type":"integer","nullable":true},"installationStreet":{"type":"string","nullable":true},"installationHousenumber":{"type":"string","nullable":true},"installationHousenumberExtension":{"type":"string","nullable":true},"installationZipcode":{"type":"string","nullable":true},"installationCity":{"type":"string","nullable":true},"installationCountry":{"type":"string","nullable":true},"installationPlanDate":{"type":"string","format":"date-time","nullable":true},"installationPlannedDate":{"type":"string","format":"date-time","nullable":true},"installationEngineerName":{"type":"string","nullable":true},"installationRemark":{"type":"string","nullable":true},"status":{"type":"string"},"installationContactPersonEmail":{"type":"string","nullable":true}}},"ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevicesInstallationRequest","example":12345},"buildInCode":{"type":"string","nullable":true},"certificateId":{"type":"string","nullable":true},"installationCompanyName":{"type":"string","nullable":true},"installationContactPersonName":{"type":"string","nullable":true},"installationContactPersonPhonenumber":{"type":"integer","nullable":true},"installationStreet":{"type":"string","nullable":true},"installationHousenumber":{"type":"string","nullable":true},"installationHousenumberExtension":{"type":"string","nullable":true},"installationZipcode":{"type":"string","nullable":true},"installationCity":{"type":"string","nullable":true},"installationCountry":{"type":"string","nullable":true},"installationPlanDate":{"type":"string","format":"date-time","nullable":true},"installationPlannedDate":{"type":"string","format":"date-time","nullable":true},"installationEngineerName":{"type":"string","nullable":true},"installationRemark":{"type":"string","nullable":true},"status":{"type":"string"},"installationContactPersonEmail":{"type":"string","nullable":true}}},"ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevicesInstallationRequest","example":12345},"buildInCode":{"type":"string","nullable":true},"certificateId":{"type":"string","nullable":true},"installationCompanyName":{"type":"string","nullable":true},"installationContactPersonName":{"type":"string","nullable":true},"installationContactPersonPhonenumber":{"type":"integer","nullable":true},"installationStreet":{"type":"string","nullable":true},"installationHousenumber":{"type":"string","nullable":true},"installationHousenumberExtension":{"type":"string","nullable":true},"installationZipcode":{"type":"string","nullable":true},"installationCity":{"type":"string","nullable":true},"installationCountry":{"type":"string","nullable":true},"installationPlanDate":{"type":"string","format":"date-time","nullable":true},"installationPlannedDate":{"type":"string","format":"date-time","nullable":true},"installationEngineerName":{"type":"string","nullable":true},"installationRemark":{"type":"string","nullable":true},"status":{"type":"string"},"installationContactPersonEmail":{"type":"string","nullable":true}}},"ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevicesInstallationRequest","example":12345},"buildInCode":{"type":"string","nullable":true},"certificateId":{"type":"string","nullable":true},"installationCompanyName":{"type":"string","nullable":true},"installationContactPersonName":{"type":"string","nullable":true},"installationContactPersonPhonenumber":{"type":"integer","nullable":true},"installationStreet":{"type":"string","nullable":true},"installationHousenumber":{"type":"string","nullable":true},"installationHousenumberExtension":{"type":"string","nullable":true},"installationZipcode":{"type":"string","nullable":true},"installationCity":{"type":"string","nullable":true},"installationCountry":{"type":"string","nullable":true},"installationPlanDate":{"type":"string","format":"date-time","nullable":true},"installationPlannedDate":{"type":"string","format":"date-time","nullable":true},"installationEngineerName":{"type":"string","nullable":true},"installationRemark":{"type":"string","nullable":true},"status":{"type":"string"},"installationContactPersonEmail":{"type":"string","nullable":true}}},"ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevicesInstallationRequest","example":12345},"buildInCode":{"type":"string","nullable":true},"certificateId":{"type":"string","nullable":true},"installationCompanyName":{"type":"string","nullable":true},"installationContactPersonName":{"type":"string","nullable":true},"installationContactPersonPhonenumber":{"type":"integer","nullable":true},"installationStreet":{"type":"string","nullable":true},"installationHousenumber":{"type":"string","nullable":true},"installationHousenumberExtension":{"type":"string","nullable":true},"installationZipcode":{"type":"string","nullable":true},"installationCity":{"type":"string","nullable":true},"installationCountry":{"type":"string","nullable":true},"installationPlanDate":{"type":"string","format":"date-time","nullable":true},"installationPlannedDate":{"type":"string","format":"date-time","nullable":true},"installationEngineerName":{"type":"string","nullable":true},"installationRemark":{"type":"string","nullable":true},"status":{"type":"string"},"installationContactPersonEmail":{"type":"string","nullable":true}}},"ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevicesInstallationRequest","example":12345},"buildInCode":{"type":"string","nullable":true},"certificateId":{"type":"string","nullable":true},"installationCompanyName":{"type":"string","nullable":true},"installationContactPersonName":{"type":"string","nullable":true},"installationContactPersonPhonenumber":{"type":"integer","nullable":true},"installationStreet":{"type":"string","nullable":true},"installationHousenumber":{"type":"string","nullable":true},"installationHousenumberExtension":{"type":"string","nullable":true},"installationZipcode":{"type":"string","nullable":true},"installationCity":{"type":"string","nullable":true},"installationCountry":{"type":"string","nullable":true},"installationPlanDate":{"type":"string","format":"date-time","nullable":true},"installationPlannedDate":{"type":"string","format":"date-time","nullable":true},"installationEngineerName":{"type":"string","nullable":true},"installationRemark":{"type":"string","nullable":true},"status":{"type":"string"},"installationContactPersonEmail":{"type":"string","nullable":true}}},"ServiceOrderDetailsTrackingDevicesInstallationRequest.ServiceOrderDetailsTrackingDevicesInstallationRequestOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of ServiceOrderDetailsTrackingDevicesInstallationRequest","example":12345},"buildInCode":{"type":"string","nullable":true},"certificateId":{"type":"string","nullable":true},"installationCompanyName":{"type":"string","nullable":true},"installationContactPersonName":{"type":"string","nullable":true},"installationContactPersonPhonenumber":{"type":"integer","nullable":true},"installationStreet":{"type":"string","nullable":true},"installationHousenumber":{"type":"string","nullable":true},"installationHousenumberExtension":{"type":"string","nullable":true},"installationZipcode":{"type":"string","nullable":true},"installationCity":{"type":"string","nullable":true},"installationCountry":{"type":"string","nullable":true},"installationPlanDate":{"type":"string","format":"date-time","nullable":true},"installationPlannedDate":{"type":"string","format":"date-time","nullable":true},"installationEngineerName":{"type":"string","nullable":true},"installationRemark":{"type":"string","nullable":true},"status":{"type":"string"},"installationContactPersonEmail":{"type":"string","nullable":true}}},"ServiceOrderDetailsX2mobile-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"number":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"requestType":{"type":"string","nullable":true},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"iccid":{"maxLength":22,"type":"string","nullable":true},"creditLimit":{"type":"string","nullable":true},"serviceProfile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceProfile-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"pin":{"maxLength":4,"type":"string","nullable":true},"puk":{"maxLength":8,"type":"string","nullable":true},"fixedMobile":{"type":"boolean"},"asFixed":{"type":"boolean","nullable":true},"unlimitedCallingAndSms":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"networkSupplier":{"type":"string"},"isEsim":{"type":"boolean","nullable":true}},"required":["requestType","fixedMobile"]},"ServiceOrderDetailsX2mobile-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"number":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"requestType":{"type":"string","nullable":true},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"iccid":{"maxLength":22,"type":"string","nullable":true},"creditLimit":{"type":"string","nullable":true},"serviceProfile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceProfile-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"pin":{"maxLength":4,"type":"string","nullable":true},"puk":{"maxLength":8,"type":"string","nullable":true},"fixedMobile":{"type":"boolean"},"asFixed":{"type":"boolean","nullable":true},"unlimitedCallingAndSms":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"networkSupplier":{"type":"string"},"isEsim":{"type":"boolean","nullable":true}},"required":["requestType","fixedMobile"]},"ServiceOrderDetailsX2mobile-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"number":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"requestType":{"type":"string","nullable":true},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"iccid":{"maxLength":22,"type":"string","nullable":true},"creditLimit":{"type":"string","nullable":true},"serviceProfile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceProfile-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"pin":{"maxLength":4,"type":"string","nullable":true},"puk":{"maxLength":8,"type":"string","nullable":true},"fixedMobile":{"type":"boolean"},"asFixed":{"type":"boolean","nullable":true},"unlimitedCallingAndSms":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"networkSupplier":{"type":"string"},"isEsim":{"type":"boolean","nullable":true},"simcard":{"description":"Entity is loaded by ServiceOrderDetailsX2mobileListener, because this association is not based on a primary key.","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]}},"required":["requestType","fixedMobile"]},"ServiceOrderDetailsX2mobile-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"number":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"requestType":{"type":"string","nullable":true},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"iccid":{"maxLength":22,"type":"string","nullable":true},"creditLimit":{"type":"string","nullable":true},"serviceProfile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceProfile-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"pin":{"maxLength":4,"type":"string","nullable":true},"puk":{"maxLength":8,"type":"string","nullable":true},"fixedMobile":{"type":"boolean"},"asFixed":{"type":"boolean","nullable":true},"unlimitedCallingAndSms":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"networkSupplier":{"type":"string"},"isEsim":{"type":"boolean","nullable":true},"simcard":{"description":"Entity is loaded by ServiceOrderDetailsX2mobileListener, because this association is not based on a primary key.","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]}},"required":["requestType","fixedMobile"]},"ServiceOrderDetailsX2mobile-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"number":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"requestType":{"type":"string","nullable":true},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"iccid":{"maxLength":22,"type":"string","nullable":true},"creditLimit":{"type":"string","nullable":true},"serviceProfile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceProfile-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"pin":{"maxLength":4,"type":"string","nullable":true},"puk":{"maxLength":8,"type":"string","nullable":true},"fixedMobile":{"type":"boolean"},"asFixed":{"type":"boolean","nullable":true},"unlimitedCallingAndSms":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"networkSupplier":{"type":"string"},"isEsim":{"type":"boolean","nullable":true},"simcard":{"description":"Entity is loaded by ServiceOrderDetailsX2mobileListener, because this association is not based on a primary key.","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]}},"required":["requestType","fixedMobile"]},"ServiceOrderDetailsX2mobile.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"number":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"requestType":{"type":"string","nullable":true},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"iccid":{"maxLength":22,"type":"string","nullable":true},"creditLimit":{"type":"string","nullable":true},"serviceProfile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceProfile.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"pin":{"maxLength":4,"type":"string","nullable":true},"puk":{"maxLength":8,"type":"string","nullable":true},"fixedMobile":{"type":"boolean"},"asFixed":{"type":"boolean","nullable":true},"unlimitedCallingAndSms":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"networkSupplier":{"type":"string"},"isEsim":{"type":"boolean","nullable":true}},"required":["requestType","fixedMobile"]},"ServiceOrderDetailsX2mobile.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"number":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"requestType":{"type":"string","nullable":true},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"iccid":{"maxLength":22,"type":"string","nullable":true},"creditLimit":{"type":"string","nullable":true},"serviceProfile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceProfile.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"pin":{"maxLength":4,"type":"string","nullable":true},"puk":{"maxLength":8,"type":"string","nullable":true},"fixedMobile":{"type":"boolean"},"asFixed":{"type":"boolean","nullable":true},"unlimitedCallingAndSms":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"networkSupplier":{"type":"string"},"isEsim":{"type":"boolean","nullable":true}},"required":["requestType","fixedMobile"]},"ServiceOrderDetailsX2mobile.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"number":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"requestType":{"type":"string","nullable":true},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"iccid":{"maxLength":22,"type":"string","nullable":true},"creditLimit":{"type":"string","nullable":true},"serviceProfile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceProfile.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"pin":{"maxLength":4,"type":"string","nullable":true},"puk":{"maxLength":8,"type":"string","nullable":true},"fixedMobile":{"type":"boolean"},"asFixed":{"type":"boolean","nullable":true},"unlimitedCallingAndSms":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"networkSupplier":{"type":"string"},"isEsim":{"type":"boolean","nullable":true},"simcard":{"description":"Entity is loaded by ServiceOrderDetailsX2mobileListener, because this association is not based on a primary key.","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]}},"required":["requestType","fixedMobile"]},"ServiceOrderDetailsX2mobile.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"number":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"requestType":{"type":"string","nullable":true},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"iccid":{"maxLength":22,"type":"string","nullable":true},"creditLimit":{"type":"string","nullable":true},"serviceProfile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceProfile.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"pin":{"maxLength":4,"type":"string","nullable":true},"puk":{"maxLength":8,"type":"string","nullable":true},"fixedMobile":{"type":"boolean"},"asFixed":{"type":"boolean","nullable":true},"unlimitedCallingAndSms":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"networkSupplier":{"type":"string"},"isEsim":{"type":"boolean","nullable":true},"simcard":{"description":"Entity is loaded by ServiceOrderDetailsX2mobileListener, because this association is not based on a primary key.","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]}},"required":["requestType","fixedMobile"]},"ServiceOrderDetailsX2mobile.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"number":{"type":"string","nullable":true},"productType":{"type":"string","nullable":true},"requestType":{"type":"string","nullable":true},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"iccid":{"maxLength":22,"type":"string","nullable":true},"creditLimit":{"type":"string","nullable":true},"serviceProfile":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ServiceProfile.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"pin":{"maxLength":4,"type":"string","nullable":true},"puk":{"maxLength":8,"type":"string","nullable":true},"fixedMobile":{"type":"boolean"},"asFixed":{"type":"boolean","nullable":true},"unlimitedCallingAndSms":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"networkSupplier":{"type":"string"},"isEsim":{"type":"boolean","nullable":true},"simcard":{"description":"Entity is loaded by ServiceOrderDetailsX2mobileListener, because this association is not based on a primary key.","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Simcard.SimcardOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]}},"required":["requestType","fixedMobile"]},"ServiceOrderDetailsX2nexxt-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"numberOfUsers":{"type":"integer"},"systemName":{"type":"string","nullable":true},"newUser":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxtNewUser-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}}},"ServiceOrderDetailsX2nexxt-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"numberOfUsers":{"type":"integer"},"systemName":{"type":"string","nullable":true},"newUser":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxtNewUser-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}}},"ServiceOrderDetailsX2nexxt-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"numberOfUsers":{"type":"integer"},"systemName":{"type":"string","nullable":true},"newUser":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxtNewUser-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}}},"ServiceOrderDetailsX2nexxt-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"numberOfUsers":{"type":"integer"},"systemName":{"type":"string","nullable":true},"newUser":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxtNewUser-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}}},"ServiceOrderDetailsX2nexxt-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"numberOfUsers":{"type":"integer"},"systemName":{"type":"string","nullable":true},"newUser":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxtNewUser-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}}},"ServiceOrderDetailsX2nexxt.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"numberOfUsers":{"type":"integer"},"systemName":{"type":"string","nullable":true},"newUser":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxtNewUser.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}}},"ServiceOrderDetailsX2nexxt.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"numberOfUsers":{"type":"integer"},"systemName":{"type":"string","nullable":true},"newUser":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxtNewUser.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}}},"ServiceOrderDetailsX2nexxt.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"numberOfUsers":{"type":"integer"},"systemName":{"type":"string","nullable":true},"newUser":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxtNewUser.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}}},"ServiceOrderDetailsX2nexxt.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"numberOfUsers":{"type":"integer"},"systemName":{"type":"string","nullable":true},"newUser":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxtNewUser.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}}},"ServiceOrderDetailsX2nexxt.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"orderDetailsX2voip":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/OrderDetailsX2voip.OrderDetailsX2voipOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"numberOfUsers":{"type":"integer"},"systemName":{"type":"string","nullable":true},"newUser":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2nexxtNewUser.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}}},"ServiceOrderDetailsX2nexxtNewUser-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"userFirstName":{"type":"string"},"userPrefix":{"type":"string"},"userLastName":{"type":"string"},"userGender":{"type":"integer"},"userDisplayName":{"type":"string"},"userEmail":{"type":"string"}}},"ServiceOrderDetailsX2nexxtNewUser-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"userFirstName":{"type":"string"},"userPrefix":{"type":"string"},"userLastName":{"type":"string"},"userGender":{"type":"integer"},"userDisplayName":{"type":"string"},"userEmail":{"type":"string"}}},"ServiceOrderDetailsX2nexxtNewUser-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"userFirstName":{"type":"string"},"userPrefix":{"type":"string"},"userLastName":{"type":"string"},"userGender":{"type":"integer"},"userDisplayName":{"type":"string"},"userEmail":{"type":"string"}}},"ServiceOrderDetailsX2nexxtNewUser-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"userFirstName":{"type":"string"},"userPrefix":{"type":"string"},"userLastName":{"type":"string"},"userGender":{"type":"integer"},"userDisplayName":{"type":"string"},"userEmail":{"type":"string"}}},"ServiceOrderDetailsX2nexxtNewUser-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"userFirstName":{"type":"string"},"userPrefix":{"type":"string"},"userLastName":{"type":"string"},"userGender":{"type":"integer"},"userDisplayName":{"type":"string"},"userEmail":{"type":"string"}}},"ServiceOrderDetailsX2nexxtNewUser.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"userFirstName":{"type":"string"},"userPrefix":{"type":"string"},"userLastName":{"type":"string"},"userGender":{"type":"integer"},"userDisplayName":{"type":"string"},"userEmail":{"type":"string"}}},"ServiceOrderDetailsX2nexxtNewUser.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"userFirstName":{"type":"string"},"userPrefix":{"type":"string"},"userLastName":{"type":"string"},"userGender":{"type":"integer"},"userDisplayName":{"type":"string"},"userEmail":{"type":"string"}}},"ServiceOrderDetailsX2nexxtNewUser.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"userFirstName":{"type":"string"},"userPrefix":{"type":"string"},"userLastName":{"type":"string"},"userGender":{"type":"integer"},"userDisplayName":{"type":"string"},"userEmail":{"type":"string"}}},"ServiceOrderDetailsX2nexxtNewUser.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"userFirstName":{"type":"string"},"userPrefix":{"type":"string"},"userLastName":{"type":"string"},"userGender":{"type":"integer"},"userDisplayName":{"type":"string"},"userEmail":{"type":"string"}}},"ServiceOrderDetailsX2nexxtNewUser.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"userFirstName":{"type":"string"},"userPrefix":{"type":"string"},"userLastName":{"type":"string"},"userGender":{"type":"integer"},"userDisplayName":{"type":"string"},"userEmail":{"type":"string"}}},"ServiceOrderDetailsX2voip-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"mainNumber":{"type":"string"},"requestType":{"type":"string","nullable":true},"serviceOrderDetailsX2voipNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voipNumber-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}},"unlimitedCalling":{"type":"string"},"unlimitedType":{"type":"string","nullable":true},"numberOfUnlimited":{"type":"integer","nullable":true},"createSingleNumbers":{"type":"boolean","nullable":true},"terminationReason":{"$ref":"#\/components\/schemas\/TerminationReason-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"phonenumberCostCenter":{"type":"string","nullable":true}},"required":["unlimitedCalling"]},"ServiceOrderDetailsX2voip-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"mainNumber":{"type":"string"},"requestType":{"type":"string","nullable":true},"serviceOrderDetailsX2voipNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voipNumber-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}},"unlimitedCalling":{"type":"string"},"unlimitedType":{"type":"string","nullable":true},"numberOfUnlimited":{"type":"integer","nullable":true},"createSingleNumbers":{"type":"boolean","nullable":true},"terminationReason":{"$ref":"#\/components\/schemas\/TerminationReason-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"phonenumberCostCenter":{"type":"string","nullable":true}},"required":["unlimitedCalling"]},"ServiceOrderDetailsX2voip-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"mainNumber":{"type":"string"},"requestType":{"type":"string","nullable":true},"serviceOrderDetailsX2voipNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voipNumber-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}},"unlimitedCalling":{"type":"string"},"unlimitedType":{"type":"string","nullable":true},"numberOfUnlimited":{"type":"integer","nullable":true},"createSingleNumbers":{"type":"boolean","nullable":true},"terminationReason":{"$ref":"#\/components\/schemas\/TerminationReason-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"phonenumberCostCenter":{"type":"string","nullable":true}},"required":["unlimitedCalling"]},"ServiceOrderDetailsX2voip-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"mainNumber":{"type":"string"},"requestType":{"type":"string","nullable":true},"serviceOrderDetailsX2voipNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voipNumber-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}},"unlimitedCalling":{"type":"string"},"unlimitedType":{"type":"string","nullable":true},"numberOfUnlimited":{"type":"integer","nullable":true},"createSingleNumbers":{"type":"boolean","nullable":true},"terminationReason":{"$ref":"#\/components\/schemas\/TerminationReason-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"phonenumberCostCenter":{"type":"string","nullable":true}},"required":["unlimitedCalling"]},"ServiceOrderDetailsX2voip-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"mainNumber":{"type":"string"},"requestType":{"type":"string","nullable":true},"serviceOrderDetailsX2voipNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voipNumber-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}},"unlimitedCalling":{"type":"string"},"unlimitedType":{"type":"string","nullable":true},"numberOfUnlimited":{"type":"integer","nullable":true},"createSingleNumbers":{"type":"boolean","nullable":true},"terminationReason":{"$ref":"#\/components\/schemas\/TerminationReason-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"phonenumberCostCenter":{"type":"string","nullable":true}},"required":["unlimitedCalling"]},"ServiceOrderDetailsX2voip.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"mainNumber":{"type":"string"},"requestType":{"type":"string","nullable":true},"serviceOrderDetailsX2voipNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voipNumber.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}},"unlimitedCalling":{"type":"string"},"unlimitedType":{"type":"string","nullable":true},"numberOfUnlimited":{"type":"integer","nullable":true},"createSingleNumbers":{"type":"boolean","nullable":true},"terminationReason":{"$ref":"#\/components\/schemas\/TerminationReason.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"},"phonenumberCostCenter":{"type":"string","nullable":true}},"required":["unlimitedCalling"]},"ServiceOrderDetailsX2voip.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"mainNumber":{"type":"string"},"requestType":{"type":"string","nullable":true},"serviceOrderDetailsX2voipNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voipNumber.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}},"unlimitedCalling":{"type":"string"},"unlimitedType":{"type":"string","nullable":true},"numberOfUnlimited":{"type":"integer","nullable":true},"createSingleNumbers":{"type":"boolean","nullable":true},"terminationReason":{"$ref":"#\/components\/schemas\/TerminationReason.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"},"phonenumberCostCenter":{"type":"string","nullable":true}},"required":["unlimitedCalling"]},"ServiceOrderDetailsX2voip.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"mainNumber":{"type":"string"},"requestType":{"type":"string","nullable":true},"serviceOrderDetailsX2voipNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voipNumber.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}},"unlimitedCalling":{"type":"string"},"unlimitedType":{"type":"string","nullable":true},"numberOfUnlimited":{"type":"integer","nullable":true},"createSingleNumbers":{"type":"boolean","nullable":true},"terminationReason":{"$ref":"#\/components\/schemas\/TerminationReason.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"},"phonenumberCostCenter":{"type":"string","nullable":true}},"required":["unlimitedCalling"]},"ServiceOrderDetailsX2voip.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"mainNumber":{"type":"string"},"requestType":{"type":"string","nullable":true},"serviceOrderDetailsX2voipNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voipNumber.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}},"unlimitedCalling":{"type":"string"},"unlimitedType":{"type":"string","nullable":true},"numberOfUnlimited":{"type":"integer","nullable":true},"createSingleNumbers":{"type":"boolean","nullable":true},"terminationReason":{"$ref":"#\/components\/schemas\/TerminationReason.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"},"phonenumberCostCenter":{"type":"string","nullable":true}},"required":["unlimitedCalling"]},"ServiceOrderDetailsX2voip.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"mainNumber":{"type":"string"},"requestType":{"type":"string","nullable":true},"serviceOrderDetailsX2voipNumbers":{"type":"array","items":{"$ref":"#\/components\/schemas\/ServiceOrderDetailsX2voipNumber.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}},"unlimitedCalling":{"type":"string"},"unlimitedType":{"type":"string","nullable":true},"numberOfUnlimited":{"type":"integer","nullable":true},"createSingleNumbers":{"type":"boolean","nullable":true},"terminationReason":{"$ref":"#\/components\/schemas\/TerminationReason.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"},"phonenumberCostCenter":{"type":"string","nullable":true}},"required":["unlimitedCalling"]},"ServiceOrderDetailsX2voipNumber-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"}}},"ServiceOrderDetailsX2voipNumber-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"}}},"ServiceOrderDetailsX2voipNumber-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"}}},"ServiceOrderDetailsX2voipNumber-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"}}},"ServiceOrderDetailsX2voipNumber-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"}}},"ServiceOrderDetailsX2voipNumber.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"ServiceOrderDetailsX2voipNumber.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"ServiceOrderDetailsX2voipNumber.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"ServiceOrderDetailsX2voipNumber.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"ServiceOrderDetailsX2voipNumber.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"ServiceOrderDetailsYoufone-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"orderType":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"portingCustomerNumber":{"type":"string"},"enduserName":{"minLength":4,"type":"string"},"enduserEmail":{"type":"string"},"phonenumber":{"type":"string"},"mobileType":{"type":"string"},"iccid":{"type":"string"},"isEsim":{"type":"boolean"},"pin":{"type":"string"},"puk":{"type":"string"},"esimDevice":{"type":"string"},"esimDeviceLabel":{"type":"string"},"esimActivationCode":{"minLength":4,"type":"string"},"youfoneNetworkProfileId":{"type":"integer"},"youfoneNetworkProfileLabel":{"type":"string"}},"required":["requestedProduct","enduserName","youfoneNetworkProfileId"]},"ServiceOrderDetailsYoufone-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"orderType":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"portingCustomerNumber":{"type":"string"},"enduserName":{"minLength":4,"type":"string"},"enduserEmail":{"type":"string"},"phonenumber":{"type":"string"},"mobileType":{"type":"string"},"iccid":{"type":"string"},"isEsim":{"type":"boolean"},"pin":{"type":"string"},"puk":{"type":"string"},"esimDevice":{"type":"string"},"esimDeviceLabel":{"type":"string"},"esimActivationCode":{"minLength":4,"type":"string"},"youfoneNetworkProfileId":{"type":"integer"},"youfoneNetworkProfileLabel":{"type":"string"}},"required":["requestedProduct","enduserName","youfoneNetworkProfileId"]},"ServiceOrderDetailsYoufone-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"orderType":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"portingCustomerNumber":{"type":"string"},"enduserName":{"minLength":4,"type":"string"},"enduserEmail":{"type":"string"},"phonenumber":{"type":"string"},"mobileType":{"type":"string"},"iccid":{"type":"string"},"isEsim":{"type":"boolean"},"pin":{"type":"string"},"puk":{"type":"string"},"esimDevice":{"type":"string"},"esimDeviceLabel":{"type":"string"},"esimActivationCode":{"minLength":4,"type":"string"},"youfoneNetworkProfileId":{"type":"integer"},"youfoneNetworkProfileLabel":{"type":"string"}},"required":["requestedProduct","enduserName","youfoneNetworkProfileId"]},"ServiceOrderDetailsYoufone-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"orderType":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"portingCustomerNumber":{"type":"string"},"enduserName":{"minLength":4,"type":"string"},"enduserEmail":{"type":"string"},"phonenumber":{"type":"string"},"mobileType":{"type":"string"},"iccid":{"type":"string"},"isEsim":{"type":"boolean"},"pin":{"type":"string"},"puk":{"type":"string"},"esimDevice":{"type":"string"},"esimDeviceLabel":{"type":"string"},"esimActivationCode":{"minLength":4,"type":"string"},"youfoneNetworkProfileId":{"type":"integer"},"youfoneNetworkProfileLabel":{"type":"string"}},"required":["requestedProduct","enduserName","youfoneNetworkProfileId"]},"ServiceOrderDetailsYoufone-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"orderType":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"portingCustomerNumber":{"type":"string"},"enduserName":{"minLength":4,"type":"string"},"enduserEmail":{"type":"string"},"phonenumber":{"type":"string"},"mobileType":{"type":"string"},"iccid":{"type":"string"},"isEsim":{"type":"boolean"},"pin":{"type":"string"},"puk":{"type":"string"},"esimDevice":{"type":"string"},"esimDeviceLabel":{"type":"string"},"esimActivationCode":{"minLength":4,"type":"string"},"youfoneNetworkProfileId":{"type":"integer"},"youfoneNetworkProfileLabel":{"type":"string"}},"required":["requestedProduct","enduserName","youfoneNetworkProfileId"]},"ServiceOrderDetailsYoufone.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"orderType":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]},"portingCustomerNumber":{"type":"string"},"enduserName":{"minLength":4,"type":"string"},"enduserEmail":{"type":"string"},"phonenumber":{"type":"string"},"mobileType":{"type":"string"},"iccid":{"type":"string"},"isEsim":{"type":"boolean"},"pin":{"type":"string"},"puk":{"type":"string"},"esimDevice":{"type":"string"},"esimDeviceLabel":{"type":"string"},"esimActivationCode":{"minLength":4,"type":"string"},"youfoneNetworkProfileId":{"type":"integer"},"youfoneNetworkProfileLabel":{"type":"string"}},"required":["requestedProduct","enduserName","youfoneNetworkProfileId"]},"ServiceOrderDetailsYoufone.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"orderType":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]},"portingCustomerNumber":{"type":"string"},"enduserName":{"minLength":4,"type":"string"},"enduserEmail":{"type":"string"},"phonenumber":{"type":"string"},"mobileType":{"type":"string"},"iccid":{"type":"string"},"isEsim":{"type":"boolean"},"pin":{"type":"string"},"puk":{"type":"string"},"esimDevice":{"type":"string"},"esimDeviceLabel":{"type":"string"},"esimActivationCode":{"minLength":4,"type":"string"},"youfoneNetworkProfileId":{"type":"integer"},"youfoneNetworkProfileLabel":{"type":"string"}},"required":["requestedProduct","enduserName","youfoneNetworkProfileId"]},"ServiceOrderDetailsYoufone.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"orderType":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]},"portingCustomerNumber":{"type":"string"},"enduserName":{"minLength":4,"type":"string"},"enduserEmail":{"type":"string"},"phonenumber":{"type":"string"},"mobileType":{"type":"string"},"iccid":{"type":"string"},"isEsim":{"type":"boolean"},"pin":{"type":"string"},"puk":{"type":"string"},"esimDevice":{"type":"string"},"esimDeviceLabel":{"type":"string"},"esimActivationCode":{"minLength":4,"type":"string"},"youfoneNetworkProfileId":{"type":"integer"},"youfoneNetworkProfileLabel":{"type":"string"}},"required":["requestedProduct","enduserName","youfoneNetworkProfileId"]},"ServiceOrderDetailsYoufone.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"orderType":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]},"portingCustomerNumber":{"type":"string"},"enduserName":{"minLength":4,"type":"string"},"enduserEmail":{"type":"string"},"phonenumber":{"type":"string"},"mobileType":{"type":"string"},"iccid":{"type":"string"},"isEsim":{"type":"boolean"},"pin":{"type":"string"},"puk":{"type":"string"},"esimDevice":{"type":"string"},"esimDeviceLabel":{"type":"string"},"esimActivationCode":{"minLength":4,"type":"string"},"youfoneNetworkProfileId":{"type":"integer"},"youfoneNetworkProfileLabel":{"type":"string"}},"required":["requestedProduct","enduserName","youfoneNetworkProfileId"]},"ServiceOrderDetailsYoufone.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"orderType":{"type":"string"},"requestedProduct":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]},"portingCustomerNumber":{"type":"string"},"enduserName":{"minLength":4,"type":"string"},"enduserEmail":{"type":"string"},"phonenumber":{"type":"string"},"mobileType":{"type":"string"},"iccid":{"type":"string"},"isEsim":{"type":"boolean"},"pin":{"type":"string"},"puk":{"type":"string"},"esimDevice":{"type":"string"},"esimDeviceLabel":{"type":"string"},"esimActivationCode":{"minLength":4,"type":"string"},"youfoneNetworkProfileId":{"type":"integer"},"youfoneNetworkProfileLabel":{"type":"string"}},"required":["requestedProduct","enduserName","youfoneNetworkProfileId"]},"ServiceOrderOrderedProduct-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"quantity":{"default":1,"example":1,"type":"integer"},"price":{"type":"string","nullable":true},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]}},"required":["quantity"]},"ServiceOrderOrderedProduct-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"quantity":{"default":1,"example":1,"type":"integer"},"price":{"type":"string","nullable":true},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]}},"required":["quantity"]},"ServiceOrderOrderedProduct-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"quantity":{"default":1,"example":1,"type":"integer"},"price":{"type":"string","nullable":true},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]}},"required":["quantity"]},"ServiceOrderOrderedProduct-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"quantity":{"default":1,"example":1,"type":"integer"},"price":{"type":"string","nullable":true},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]}},"required":["quantity"]},"ServiceOrderOrderedProduct-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"quantity":{"default":1,"example":1,"type":"integer"},"price":{"type":"string","nullable":true},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]}},"required":["quantity"]},"ServiceOrderOrderedProduct.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"quantity":{"default":1,"example":1,"type":"integer"},"price":{"type":"string","nullable":true},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get"}]}},"required":["quantity"]},"ServiceOrderOrderedProduct.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"quantity":{"default":1,"example":1,"type":"integer"},"price":{"type":"string","nullable":true},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post"}]}},"required":["quantity"]},"ServiceOrderOrderedProduct.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"quantity":{"default":1,"example":1,"type":"integer"},"price":{"type":"string","nullable":true},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order"}]}},"required":["quantity"]},"ServiceOrderOrderedProduct.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"quantity":{"default":1,"example":1,"type":"integer"},"price":{"type":"string","nullable":true},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get"}]}},"required":["quantity"]},"ServiceOrderOrderedProduct.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"quantity":{"default":1,"example":1,"type":"integer"},"price":{"type":"string","nullable":true},"product":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task"}]}},"required":["quantity"]},"ServiceOrderProduct.ServiceOrderProductOutput-service_order_product_youfone_serviceorderproduct.read_serviceorderproduct.item.read_serviceorderproduct.item.get_network_profiles":{"type":"object","description":""},"ServiceOrderProduct.ServiceOrderProductOutput-service_order_product_youfone_serviceorderproduct.read_serviceorderproduct.item.read_serviceorderproduct.item.get_phones":{"type":"object","description":""},"ServiceOrderProduct.ServiceOrderProductOutput-service_order_product_youfone_serviceorderproduct.read_serviceorderproduct.item.read_serviceorderproduct.item.get_subscriptions_youfone":{"type":"object","description":""},"ServiceOrderProduct.ServiceOrderProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"description":{"type":"string"},"productIdentifier":{"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"description":{"type":"string"},"productIdentifier":{"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"id":{"type":"integer"},"description":{"type":"string"},"productIdentifier":{"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"description":{"type":"string"},"productIdentifier":{"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"id":{"type":"integer"},"description":{"type":"string"},"productIdentifier":{"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput-serviceorderproduct.read_serviceorderproduct.item.read_serviceorderproduct.item.get":{"type":"object","description":""},"ServiceOrderProduct.ServiceOrderProductOutput.jsonld-service_order_product_youfone_serviceorderproduct.read_serviceorderproduct.item.read_serviceorderproduct.item.get_network_profiles":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput.jsonld-service_order_product_youfone_serviceorderproduct.read_serviceorderproduct.item.read_serviceorderproduct.item.get_phones":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput.jsonld-service_order_product_youfone_serviceorderproduct.read_serviceorderproduct.item.read_serviceorderproduct.item.get_subscriptions_youfone":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"description":{"type":"string"},"productIdentifier":{"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"description":{"type":"string"},"productIdentifier":{"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"description":{"type":"string"},"productIdentifier":{"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"description":{"type":"string"},"productIdentifier":{"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"description":{"type":"string"},"productIdentifier":{"type":"string"}}},"ServiceOrderProduct.ServiceOrderProductOutput.jsonld-serviceorderproduct.read_serviceorderproduct.item.read_serviceorderproduct.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"ServiceOrderState.ServiceOrderStateOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"stateIdentifier":{"type":"string"},"groupIdentifier":{"type":"string"}}},"ServiceOrderState.ServiceOrderStateOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"stateIdentifier":{"type":"string"},"groupIdentifier":{"type":"string"}}},"ServiceOrderState.ServiceOrderStateOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"id":{"type":"integer"},"stateIdentifier":{"type":"string"},"groupIdentifier":{"type":"string"}}},"ServiceOrderState.ServiceOrderStateOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"stateIdentifier":{"type":"string"},"groupIdentifier":{"type":"string"}}},"ServiceOrderState.ServiceOrderStateOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"id":{"type":"integer"},"stateIdentifier":{"type":"string"},"groupIdentifier":{"type":"string"}}},"ServiceOrderState.ServiceOrderStateOutput-serviceorderstate.read_serviceorderstate.item.read_serviceorderstate.item.get":{"type":"object","description":""},"ServiceOrderState.ServiceOrderStateOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"stateIdentifier":{"type":"string"},"groupIdentifier":{"type":"string"}}},"ServiceOrderState.ServiceOrderStateOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"stateIdentifier":{"type":"string"},"groupIdentifier":{"type":"string"}}},"ServiceOrderState.ServiceOrderStateOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"stateIdentifier":{"type":"string"},"groupIdentifier":{"type":"string"}}},"ServiceOrderState.ServiceOrderStateOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"stateIdentifier":{"type":"string"},"groupIdentifier":{"type":"string"}}},"ServiceOrderState.ServiceOrderStateOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"stateIdentifier":{"type":"string"},"groupIdentifier":{"type":"string"}}},"ServiceOrderState.ServiceOrderStateOutput.jsonld-serviceorderstate.read_serviceorderstate.item.read_serviceorderstate.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"ServiceOrderTask.ServiceOrderTaskOutput-serviceordertask.read_serviceordertask.collection.read_serviceordertask.collection.get":{"type":"object","description":"","properties":{"id":{"type":"object","nullable":true,"description":"Property id is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceOrder":{"type":"object","nullable":true,"description":"Property serviceOrder is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"state":{"type":"object","nullable":true,"description":"Property state is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"errorMessage":{"type":"object","nullable":true,"description":"Property errorMessage is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"executionOutput":{"type":"object","nullable":true,"description":"Property executionOutput is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"triggerDate":{"type":"object","nullable":true,"description":"Property triggerDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"paused":{"type":"object","nullable":true,"description":"Property paused is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"stateHistory":{"type":"object","nullable":true,"description":"Property stateHistory is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"ServiceOrderTask.ServiceOrderTaskOutput-serviceordertask.read_serviceordertask.item.read_serviceordertask.item.get":{"type":"object","description":"","properties":{"id":{"type":"object","nullable":true,"description":"Property id is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceOrder":{"type":"object","nullable":true,"description":"Property serviceOrder is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"state":{"type":"object","nullable":true,"description":"Property state is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"errorMessage":{"type":"object","nullable":true,"description":"Property errorMessage is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"executionOutput":{"type":"object","nullable":true,"description":"Property executionOutput is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"triggerDate":{"type":"object","nullable":true,"description":"Property triggerDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"paused":{"type":"object","nullable":true,"description":"Property paused is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"stateHistory":{"type":"object","nullable":true,"description":"Property stateHistory is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"ServiceOrderTask.ServiceOrderTaskOutput.jsonld-serviceordertask.read_serviceordertask.collection.read_serviceordertask.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"object","nullable":true,"description":"Property id is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceOrder":{"type":"object","nullable":true,"description":"Property serviceOrder is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"state":{"type":"object","nullable":true,"description":"Property state is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"errorMessage":{"type":"object","nullable":true,"description":"Property errorMessage is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"executionOutput":{"type":"object","nullable":true,"description":"Property executionOutput is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"triggerDate":{"type":"object","nullable":true,"description":"Property triggerDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"paused":{"type":"object","nullable":true,"description":"Property paused is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"stateHistory":{"type":"object","nullable":true,"description":"Property stateHistory is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"ServiceOrderTask.ServiceOrderTaskOutput.jsonld-serviceordertask.read_serviceordertask.item.read_serviceordertask.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"object","nullable":true,"description":"Property id is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"serviceOrder":{"type":"object","nullable":true,"description":"Property serviceOrder is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"state":{"type":"object","nullable":true,"description":"Property state is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"errorMessage":{"type":"object","nullable":true,"description":"Property errorMessage is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"executionOutput":{"type":"object","nullable":true,"description":"Property executionOutput is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"triggerDate":{"type":"object","nullable":true,"description":"Property triggerDate is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"paused":{"type":"object","nullable":true,"description":"Property paused is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."},"stateHistory":{"type":"object","nullable":true,"description":"Property stateHistory is included in documentation because it has a privileged read group. Runtime visibility may be restricted by roles."}}},"ServiceProfile-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"ServiceProfile-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"ServiceProfile-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"ServiceProfile-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"ServiceProfile-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"ServiceProfile.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"ServiceProfile.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"ServiceProfile.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"ServiceProfile.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"ServiceProfile.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"ServiceType.ServiceTypeInput-servicetype.write_servicetype.collection.write_servicetype.collection.post":{"type":"object","description":"","properties":{"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeInput-servicetype.write_servicetype.item.write_servicetype.item.patch":{"type":"object","description":"","properties":{"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeInput.jsonld-servicetype.write_servicetype.collection.write_servicetype.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true}}},"ServiceType.ServiceTypeOutput-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true}}},"ServiceType.ServiceTypeOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput-servicetype.read_servicetype.collection.read_servicetype.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput-servicetype.read_servicetype.collection.read_servicetype.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput-servicetype.read_servicetype.item.read_servicetype.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-cdrtotal.read_cdrtotal.collection.read_cdrtotal.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-cdrtotal.read_cdrtotal.item.read_cdrtotal.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-servicetype.read_servicetype.collection.read_servicetype.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-servicetype.read_servicetype.collection.read_servicetype.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-servicetype.read_servicetype.item.read_servicetype.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"ServiceType.ServiceTypeOutput.jsonld-servicetype.read_servicetype.item.read_servicetype.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of service type","example":"12345"},"label":{"type":"string","description":"Default label for the service type","example":"Service type name","nullable":true},"labelEN":{"type":"string","description":"English translation for the label","example":"Service type name","nullable":true},"labelNL":{"type":"string","description":"English translation for the label","example":"Naam van diensttype","nullable":true},"labelDE":{"type":"string","description":"English translation for the label","example":"Name des Diensttyps","nullable":true},"labelFR":{"type":"string","description":"English translation for the label","example":"Nom du type de service","nullable":true},"usageLedgerAccount":{"type":"string","description":"Usage ledger account","example":"AB1234","nullable":true},"usesSubnets":{"type":"boolean","nullable":true},"usesTariffplans":{"type":"boolean","nullable":true}}},"Simcard.SimcardInput-simcard.write_simcard.collection.write_simcard.collection.post":{"type":"object","description":"","properties":{"simcardPool":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/SimcardPoolInput-simcard.write_simcard.collection.write_simcard.collection.post"}]},"iccidPrefix":{"type":"string","example":"42069400000001771178","nullable":true},"eid":{"type":"string","example":"21401039240060150500000000513776","nullable":true},"pin":{"type":"string","example":"2996","nullable":true},"puk":{"type":"string","example":"86602549","nullable":true},"preSetImsi":{"type":"string","example":"123411520005221","nullable":true},"preSetMsisdn":{"type":"string","example":"123411520005221","nullable":true},"preSetProvider":{"type":"string","example":"t-mobile","nullable":true}}},"Simcard.SimcardInput-simcard.write_simcard.item.write_simcard.item.patch":{"type":"object","description":"","properties":{"simcardPool":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/SimcardPoolInput-simcard.write_simcard.item.write_simcard.item.patch"}]},"iccidPrefix":{"type":"string","example":"42069400000001771178","nullable":true},"eid":{"type":"string","example":"21401039240060150500000000513776","nullable":true},"pin":{"type":"string","example":"2996","nullable":true},"puk":{"type":"string","example":"86602549","nullable":true},"preSetImsi":{"type":"string","example":"123411520005221","nullable":true},"preSetMsisdn":{"type":"string","example":"123411520005221","nullable":true},"preSetProvider":{"type":"string","example":"t-mobile","nullable":true}}},"Simcard.SimcardInput.jsonld-simcard.write_simcard.collection.write_simcard.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"simcardPool":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/SimcardPoolInput.jsonld-simcard.write_simcard.collection.write_simcard.collection.post"}]},"iccidPrefix":{"type":"string","example":"42069400000001771178","nullable":true},"eid":{"type":"string","example":"21401039240060150500000000513776","nullable":true},"pin":{"type":"string","example":"2996","nullable":true},"puk":{"type":"string","example":"86602549","nullable":true},"preSetImsi":{"type":"string","example":"123411520005221","nullable":true},"preSetMsisdn":{"type":"string","example":"123411520005221","nullable":true},"preSetProvider":{"type":"string","example":"t-mobile","nullable":true}}},"Simcard.SimcardOutput-orderdetailsx2mobile.read_orderdetailsx2mobile.item.read_orderdetailsx2mobile.item.get":{"type":"object","description":"","properties":{"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput-orderdetailsx2mobile.read_orderdetailsx2mobile.item.read_orderdetailsx2mobile.item.get_monthly_data_usage":{"type":"object","description":"","properties":{"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput-orderdetailsx2mobile.read_orderdetailsx2mobile.item.read_orderdetailsx2mobile.item.patch":{"type":"object","description":"","properties":{"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput-simcard.read_simcard.collection.read_simcard.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Simcard","example":"12345"},"simcardPool":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/SimcardPool.SimcardPoolOutput-simcard.read_simcard.collection.read_simcard.collection.get"}]},"iccidPrefix":{"type":"string","example":"42069400000001771178"},"eid":{"type":"string","example":"21401039240060150500000000513776","nullable":true},"pin":{"type":"string","example":"2996","nullable":true},"puk":{"type":"string","example":"86602549","nullable":true},"preSetImsi":{"type":"string","example":"123411520005221","nullable":true},"preSetMsisdn":{"type":"string","example":"123411520005221","nullable":true},"preSetProvider":{"type":"string","example":"t-mobile","nullable":true},"isEsim":{"type":"boolean","example":"false"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput-simcard.read_simcard.collection.read_simcard.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Simcard","example":"12345"},"simcardPool":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/SimcardPool.SimcardPoolOutput-simcard.read_simcard.collection.read_simcard.collection.post"}]},"iccidPrefix":{"type":"string","example":"42069400000001771178"},"eid":{"type":"string","example":"21401039240060150500000000513776","nullable":true},"pin":{"type":"string","example":"2996","nullable":true},"puk":{"type":"string","example":"86602549","nullable":true},"preSetImsi":{"type":"string","example":"123411520005221","nullable":true},"preSetMsisdn":{"type":"string","example":"123411520005221","nullable":true},"preSetProvider":{"type":"string","example":"t-mobile","nullable":true},"isEsim":{"type":"boolean","example":"false"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput-simcard.read_simcard.item.read_simcard.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Simcard","example":"12345"},"simcardPool":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/SimcardPool.SimcardPoolOutput-simcard.read_simcard.item.read_simcard.item.get"}]},"iccidPrefix":{"type":"string","example":"42069400000001771178"},"eid":{"type":"string","example":"21401039240060150500000000513776","nullable":true},"pin":{"type":"string","example":"2996","nullable":true},"puk":{"type":"string","example":"86602549","nullable":true},"preSetImsi":{"type":"string","example":"123411520005221","nullable":true},"preSetMsisdn":{"type":"string","example":"123411520005221","nullable":true},"preSetProvider":{"type":"string","example":"t-mobile","nullable":true},"isEsim":{"type":"boolean","example":"false"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput-simcard.read_simcard.item.read_simcard.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Simcard","example":"12345"},"simcardPool":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/SimcardPool.SimcardPoolOutput-simcard.read_simcard.item.read_simcard.item.patch"}]},"iccidPrefix":{"type":"string","example":"42069400000001771178"},"eid":{"type":"string","example":"21401039240060150500000000513776","nullable":true},"pin":{"type":"string","example":"2996","nullable":true},"puk":{"type":"string","example":"86602549","nullable":true},"preSetImsi":{"type":"string","example":"123411520005221","nullable":true},"preSetMsisdn":{"type":"string","example":"123411520005221","nullable":true},"preSetProvider":{"type":"string","example":"t-mobile","nullable":true},"isEsim":{"type":"boolean","example":"false"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput.jsonld-orderdetailsx2mobile.read_orderdetailsx2mobile.item.read_orderdetailsx2mobile.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput.jsonld-orderdetailsx2mobile.read_orderdetailsx2mobile.item.read_orderdetailsx2mobile.item.get_monthly_data_usage":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput.jsonld-orderdetailsx2mobile.read_orderdetailsx2mobile.item.read_orderdetailsx2mobile.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput.jsonld-simcard.read_simcard.collection.read_simcard.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Simcard","example":"12345"},"simcardPool":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/SimcardPool.SimcardPoolOutput.jsonld-simcard.read_simcard.collection.read_simcard.collection.get"}]},"iccidPrefix":{"type":"string","example":"42069400000001771178"},"eid":{"type":"string","example":"21401039240060150500000000513776","nullable":true},"pin":{"type":"string","example":"2996","nullable":true},"puk":{"type":"string","example":"86602549","nullable":true},"preSetImsi":{"type":"string","example":"123411520005221","nullable":true},"preSetMsisdn":{"type":"string","example":"123411520005221","nullable":true},"preSetProvider":{"type":"string","example":"t-mobile","nullable":true},"isEsim":{"type":"boolean","example":"false"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput.jsonld-simcard.read_simcard.collection.read_simcard.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Simcard","example":"12345"},"simcardPool":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/SimcardPool.SimcardPoolOutput.jsonld-simcard.read_simcard.collection.read_simcard.collection.post"}]},"iccidPrefix":{"type":"string","example":"42069400000001771178"},"eid":{"type":"string","example":"21401039240060150500000000513776","nullable":true},"pin":{"type":"string","example":"2996","nullable":true},"puk":{"type":"string","example":"86602549","nullable":true},"preSetImsi":{"type":"string","example":"123411520005221","nullable":true},"preSetMsisdn":{"type":"string","example":"123411520005221","nullable":true},"preSetProvider":{"type":"string","example":"t-mobile","nullable":true},"isEsim":{"type":"boolean","example":"false"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput.jsonld-simcard.read_simcard.item.read_simcard.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Simcard","example":"12345"},"simcardPool":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/SimcardPool.SimcardPoolOutput.jsonld-simcard.read_simcard.item.read_simcard.item.get"}]},"iccidPrefix":{"type":"string","example":"42069400000001771178"},"eid":{"type":"string","example":"21401039240060150500000000513776","nullable":true},"pin":{"type":"string","example":"2996","nullable":true},"puk":{"type":"string","example":"86602549","nullable":true},"preSetImsi":{"type":"string","example":"123411520005221","nullable":true},"preSetMsisdn":{"type":"string","example":"123411520005221","nullable":true},"preSetProvider":{"type":"string","example":"t-mobile","nullable":true},"isEsim":{"type":"boolean","example":"false"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"Simcard.SimcardOutput.jsonld-simcard.read_simcard.item.read_simcard.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Simcard","example":"12345"},"simcardPool":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/SimcardPool.SimcardPoolOutput.jsonld-simcard.read_simcard.item.read_simcard.item.patch"}]},"iccidPrefix":{"type":"string","example":"42069400000001771178"},"eid":{"type":"string","example":"21401039240060150500000000513776","nullable":true},"pin":{"type":"string","example":"2996","nullable":true},"puk":{"type":"string","example":"86602549","nullable":true},"preSetImsi":{"type":"string","example":"123411520005221","nullable":true},"preSetMsisdn":{"type":"string","example":"123411520005221","nullable":true},"preSetProvider":{"type":"string","example":"t-mobile","nullable":true},"isEsim":{"type":"boolean","example":"false"},"esimBarcode":{"type":"string","example":"8914800000000000000","nullable":true},"esimActivationCode":{"type":"string","example":"123456","nullable":true}}},"SimcardPool.SimcardPoolOutput-simcard.read_simcard.collection.read_simcard.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of SimcardPool","example":"12345"}}},"SimcardPool.SimcardPoolOutput-simcard.read_simcard.collection.read_simcard.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of SimcardPool","example":"12345"}}},"SimcardPool.SimcardPoolOutput-simcard.read_simcard.item.read_simcard.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of SimcardPool","example":"12345"}}},"SimcardPool.SimcardPoolOutput-simcard.read_simcard.item.read_simcard.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of SimcardPool","example":"12345"}}},"SimcardPool.SimcardPoolOutput.jsonld-simcard.read_simcard.collection.read_simcard.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of SimcardPool","example":"12345"}}},"SimcardPool.SimcardPoolOutput.jsonld-simcard.read_simcard.collection.read_simcard.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of SimcardPool","example":"12345"}}},"SimcardPool.SimcardPoolOutput.jsonld-simcard.read_simcard.item.read_simcard.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of SimcardPool","example":"12345"}}},"SimcardPool.SimcardPoolOutput.jsonld-simcard.read_simcard.item.read_simcard.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of SimcardPool","example":"12345"}}},"SimcardPoolInput-simcard.write_simcard.collection.write_simcard.collection.post":{"type":"object","properties":{"id":{"type":"integer","description":"ID of SimcardPool","example":"12345","nullable":true}}},"SimcardPoolInput-simcard.write_simcard.item.write_simcard.item.patch":{"type":"object","properties":{"id":{"type":"integer","description":"ID of SimcardPool","example":"12345","nullable":true}}},"SimcardPoolInput.jsonld-simcard.write_simcard.collection.write_simcard.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of SimcardPool","example":"12345","nullable":true}}},"Supplier.SupplierOutput-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput-supplier.read_supplier.collection.read_supplier.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput-supplier.read_supplier.item.read_supplier.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput.jsonld-Default_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput.jsonld-Default_contractpurchase.read_contractpurchase.item.read_contractpurchase.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput.jsonld-contract.read_contractpurchase.read_contractpurchase.collection.read_contractpurchase.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput.jsonld-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput.jsonld-contractpurchase.read_contractpurchase.item.read_contractpurchase.item.put":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput.jsonld-supplier.read_supplier.collection.read_supplier.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Supplier.SupplierOutput.jsonld-supplier.read_supplier.item.read_supplier.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of supplier","example":"12345"},"name":{"type":"string","description":"Name of supplier","example":"Supplier name","nullable":true}}},"Tariffplan.TariffplanOutput-billingrule.read_billingrule.collection.read_billingrule.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-order.read_order.collection.read_order.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-order.read_order.collection.read_order.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.activate_billing_deals":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.get_recurring_revenue":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.kpn_wba_line_check_details":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.kpn_wba_radius_status":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-order.read_order.item.read_order.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-order.write_order.item.write_order.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-order.write_order.post_order.collection.write_order.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput-tariffplan.read_tariffplan.collection.read_tariffplan.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345},"parentId":{"type":"integer","description":"ID of parent Tariffplan","example":12345,"nullable":true},"parentName":{"type":"string","description":"Name of parent Tariffplan","example":12345,"nullable":true},"roundingFunction":{"type":"string","example":"ceil"},"roundingDigits":{"type":"integer","example":4},"multiplicationFactor":{"type":"integer","format":"double","example":1,"nullable":true},"managedByCustomerId":{"type":"integer","description":"ID of Customer","example":12345,"nullable":true},"unlimitedCounterpartTariffplanId":{"type":"integer","description":"ID of related Tariffplan","example":12345,"nullable":true},"unlimitedCounterpartTariffplanName":{"type":"string","description":"Name of related Tariffplan","example":"Example","nullable":true},"unlimitedEuCounterpartTariffplanId":{"type":"integer","description":"ID of related Tariffplan","example":12345,"nullable":true},"unlimitedEuCounterpartTariffplanName":{"type":"string","description":"Name of related Tariffplan","example":"Example","nullable":true},"paygoCounterpartTariffplanId":{"type":"integer","description":"ID of related Tariffplan","example":12345,"nullable":true},"paygoCounterpartTariffplanName":{"type":"string","description":"Name of related Tariffplan","example":"Example","nullable":true}}},"Tariffplan.TariffplanOutput-tariffplan.read_tariffplan.item.read_tariffplan.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345},"parentId":{"type":"integer","description":"ID of parent Tariffplan","example":12345,"nullable":true},"parentName":{"type":"string","description":"Name of parent Tariffplan","example":12345,"nullable":true},"roundingFunction":{"type":"string","example":"ceil"},"roundingDigits":{"type":"integer","example":4},"multiplicationFactor":{"type":"integer","format":"double","example":1,"nullable":true},"managedByCustomerId":{"type":"integer","description":"ID of Customer","example":12345,"nullable":true},"unlimitedCounterpartTariffplanId":{"type":"integer","description":"ID of related Tariffplan","example":12345,"nullable":true},"unlimitedCounterpartTariffplanName":{"type":"string","description":"Name of related Tariffplan","example":"Example","nullable":true},"unlimitedEuCounterpartTariffplanId":{"type":"integer","description":"ID of related Tariffplan","example":12345,"nullable":true},"unlimitedEuCounterpartTariffplanName":{"type":"string","description":"Name of related Tariffplan","example":"Example","nullable":true},"paygoCounterpartTariffplanId":{"type":"integer","description":"ID of related Tariffplan","example":12345,"nullable":true},"paygoCounterpartTariffplanName":{"type":"string","description":"Name of related Tariffplan","example":"Example","nullable":true}}},"Tariffplan.TariffplanOutput.jsonld-billingrule.read_billingrule.collection.read_billingrule.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-order.read_order.collection.read_order.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-order.read_order.collection.read_order.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-order.read_order.item.read_order.item.activate_billing_deals":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-order.read_order.item.read_order.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-order.read_order.item.read_order.item.get_recurring_revenue":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_line_check_details":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-order.read_order.item.read_order.item.kpn_wba_radius_status":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-order.read_order.item.read_order.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-order.write_order.post_order.collection.write_order.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345}}},"Tariffplan.TariffplanOutput.jsonld-tariffplan.read_tariffplan.collection.read_tariffplan.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345},"parentId":{"type":"integer","description":"ID of parent Tariffplan","example":12345,"nullable":true},"parentName":{"type":"string","description":"Name of parent Tariffplan","example":12345,"nullable":true},"roundingFunction":{"type":"string","example":"ceil"},"roundingDigits":{"type":"integer","example":4},"multiplicationFactor":{"type":"integer","format":"double","example":1,"nullable":true},"managedByCustomerId":{"type":"integer","description":"ID of Customer","example":12345,"nullable":true},"unlimitedCounterpartTariffplanId":{"type":"integer","description":"ID of related Tariffplan","example":12345,"nullable":true},"unlimitedCounterpartTariffplanName":{"type":"string","description":"Name of related Tariffplan","example":"Example","nullable":true},"unlimitedEuCounterpartTariffplanId":{"type":"integer","description":"ID of related Tariffplan","example":12345,"nullable":true},"unlimitedEuCounterpartTariffplanName":{"type":"string","description":"Name of related Tariffplan","example":"Example","nullable":true},"paygoCounterpartTariffplanId":{"type":"integer","description":"ID of related Tariffplan","example":12345,"nullable":true},"paygoCounterpartTariffplanName":{"type":"string","description":"Name of related Tariffplan","example":"Example","nullable":true}}},"Tariffplan.TariffplanOutput.jsonld-tariffplan.read_tariffplan.item.read_tariffplan.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of Tariffplan","example":12345},"name":{"type":"string","description":"Name of Tariffplan","example":12345},"parentId":{"type":"integer","description":"ID of parent Tariffplan","example":12345,"nullable":true},"parentName":{"type":"string","description":"Name of parent Tariffplan","example":12345,"nullable":true},"roundingFunction":{"type":"string","example":"ceil"},"roundingDigits":{"type":"integer","example":4},"multiplicationFactor":{"type":"integer","format":"double","example":1,"nullable":true},"managedByCustomerId":{"type":"integer","description":"ID of Customer","example":12345,"nullable":true},"unlimitedCounterpartTariffplanId":{"type":"integer","description":"ID of related Tariffplan","example":12345,"nullable":true},"unlimitedCounterpartTariffplanName":{"type":"string","description":"Name of related Tariffplan","example":"Example","nullable":true},"unlimitedEuCounterpartTariffplanId":{"type":"integer","description":"ID of related Tariffplan","example":12345,"nullable":true},"unlimitedEuCounterpartTariffplanName":{"type":"string","description":"Name of related Tariffplan","example":"Example","nullable":true},"paygoCounterpartTariffplanId":{"type":"integer","description":"ID of related Tariffplan","example":12345,"nullable":true},"paygoCounterpartTariffplanName":{"type":"string","description":"Name of related Tariffplan","example":"Example","nullable":true}}},"TerminationReason-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"}}},"TerminationReason-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"}}},"TerminationReason-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"}}},"TerminationReason-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"}}},"TerminationReason-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"}}},"TerminationReason.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"TerminationReason.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"TerminationReason.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"TerminationReason.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"TerminationReason.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceInput-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.item.write_trackedobjecttrackingdevice.item.patch":{"type":"object","description":"","properties":{"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceInput-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post":{"type":"object","description":"","required":["orderDetailsTrackedObject","trackingDevice"],"properties":{"orderDetailsTrackedObject":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObjectInput-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post"},"trackingDevice":{"$ref":"#\/components\/schemas\/TrackingDeviceInput-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceInput.jsonld-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post":{"type":"object","description":"","required":["orderDetailsTrackedObject","trackingDevice"],"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"orderDetailsTrackedObject":{"$ref":"#\/components\/schemas\/OrderDetailsTrackedObjectInput.jsonld-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post"},"trackingDevice":{"$ref":"#\/components\/schemas\/TrackingDeviceInput.jsonld-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackedObjectTrackingDevice.TrackedObjectTrackingDeviceOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"ID of TrackedObjectTrackingDevice","example":12345},"trackingDevice":{"type":"object","description":"The tracking device belonging to the order details tracked object","$ref":"#\/components\/schemas\/TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"},"dateStart":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433"},"dateEnd":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"moduleLocation":{"type":"string","example":"Example","nullable":true},"location30Plus":{"type":"string","example":"Example","nullable":true},"location15Plus":{"type":"string","example":"Example","nullable":true},"location30Min":{"type":"string","example":"Example","nullable":true},"engineerName":{"type":"string","example":"Example","nullable":true},"engineerCompany":{"type":"string","example":"Example","nullable":true},"rrsCertificateNumber":{"type":"string","example":"Example","nullable":true},"smcCertificateNumber":{"type":"string","example":"Example","nullable":true},"lojackCertificateNumber":{"type":"string","example":"Example","nullable":true},"t4CertificateNumber":{"type":"string","example":"Example","nullable":true},"tv01CertificateNumber":{"type":"string","example":"Example","nullable":true},"locationIdReader":{"type":"string","example":"Example","nullable":true},"locationIdKey":{"type":"string","example":"Example","nullable":true}}},"TrackingDevice.TrackingDeviceInput-trackingdevice.write_trackingdevice.collection.write_trackingdevice.collection.post":{"type":"object","description":"","properties":{"product":{"type":"string","description":"Reference to internal ID of the product that defines this device","example":"\/products\/1234","format":"iri-reference","nullable":true},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true}}},"TrackingDevice.TrackingDeviceInput-trackingdevice.write_trackingdevice.item.write_trackingdevice.item.patch":{"type":"object","description":"","properties":{"product":{"type":"string","description":"Reference to internal ID of the product that defines this device","example":"\/products\/1234","format":"iri-reference","nullable":true},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true}}},"TrackingDevice.TrackingDeviceInput.jsonld-trackingdevice.write_trackingdevice.collection.write_trackingdevice.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"product":{"type":"string","description":"Reference to internal ID of the product that defines this device","example":"\/products\/1234","format":"iri-reference","nullable":true},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true}}},"TrackingDevice.TrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.post"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.get"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.patch"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.get"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.post"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.patch"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.get"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.collection.read_trackedobjecttrackingdevice.collection.post"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.get"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-trackedobjecttrackingdevice.read_trackedobjecttrackingdevice.item.read_trackedobjecttrackingdevice.item.patch"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.get"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-trackingdevice.read_trackingdevice.collection.read_trackingdevice.collection.post"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.get"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDevice.TrackingDeviceOutput.jsonld-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","description":"Internal ID of TrackingDevice","example":12345},"product":{"type":"object","nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/ProductOutput.jsonld-trackingdevice.read_trackingdevice.item.read_trackingdevice.item.patch"}]},"hardwareName":{"type":"string","example":"CR-300B"},"unitCode":{"type":"string","example":"S12345"},"imei":{"type":"integer","example":355412110759246,"nullable":true},"scmCode":{"type":"string","example":"ABC123","nullable":true},"activationCode":{"type":"string","example":"B8099140","nullable":true},"remarks":{"type":"string","example":"Missing keys","nullable":true},"securityCode":{"type":"string","example":"AB809914","nullable":true},"trackingDeviceSimcardImportBatchId":{"type":"integer","example":12345,"nullable":true},"simcardId":{"type":"integer","description":"Reference to internal ID of the simcard record","example":12345,"nullable":true},"inStockForCustomerId":{"type":"integer","example":12345,"nullable":true},"syncedToAllsetra":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true},"preflightChecksOk":{"type":"string","format":"date-time","example":"2021-01-11 13:42:45.433","nullable":true}}},"TrackingDeviceInput-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post":{"type":"object","properties":{"unitCode":{"type":"string","example":"S12345"}}},"TrackingDeviceInput.jsonld-trackedobjecttrackingdevice.write_trackedobjecttrackingdevice.post_trackedobjecttrackingdevice.collection.write_trackedobjecttrackingdevice.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"unitCode":{"type":"string","example":"S12345"}}},"TrackingDeviceOutage-trackingdeviceoutage.read_trackingdeviceoutage.collection.read_trackingdeviceoutage.collection.report_in_outage":{"type":"object","description":""},"TrackingDeviceOutage.TrackingDeviceOutageInput-trackingdeviceoutage.write_trackingdeviceoutage.collection.write_trackingdeviceoutage.collection.report_in_outage":{"type":"object","description":"","required":["unitCode","inOutage"],"properties":{"unitCode":{"type":"string","example":"200541","nullable":true},"inOutage":{"type":"boolean"},"outageType":{"type":"string","example":"GPS","nullable":true}}},"TrackingDeviceOutage.TrackingDeviceOutageInput.jsonld-trackingdeviceoutage.write_trackingdeviceoutage.collection.write_trackingdeviceoutage.collection.report_in_outage":{"type":"object","description":"","required":["unitCode","inOutage"],"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"unitCode":{"type":"string","example":"200541","nullable":true},"inOutage":{"type":"boolean"},"outageType":{"type":"string","example":"GPS","nullable":true}}},"TrackingDeviceOutage.jsonld-trackingdeviceoutage.read_trackingdeviceoutage.collection.read_trackingdeviceoutage.collection.report_in_outage":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Upload.UploadOutput-upload.read_upload.item.read_upload.item.get_upload":{"type":"object","description":""},"Upload.UploadOutput.jsonld-upload.read_upload.item.read_upload.item.get_upload":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"User.UserInput-user.write_user.collection.write_user.collection.post":{"type":"object","description":"","properties":{"email":{"maxLength":50,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"password":{"maxLength":60,"type":"string","example":"Password123!"},"securityQuestion":{"maxLength":256,"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"maxLength":255,"type":"string","example":"900","nullable":true},"firstName":{"maxLength":30,"type":"string","example":"Geralt"},"infixName":{"maxLength":15,"type":"string","example":"of","nullable":true},"lastName":{"maxLength":50,"type":"string","example":"Rivia"},"customer":{"type":"string","description":"The customer beloning to the user","example":"\/customers\/1234","format":"iri-reference"},"groups":{"example":"[\"\/groups\/123\", \"\/groups\/124\"]","type":"array","items":{"type":"string","format":"iri-reference"}},"contactPersonTypes":{"example":"[\"\/contact-person-types\/123\", \"\/contact-person-types\/124\"]","type":"array","items":{"type":"string","format":"iri-reference"}},"jobTitle":{"maxLength":255,"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123,"nullable":true},"isActive":{"type":"boolean","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"integer"},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLogin":{"readOnly":true,"type":"string","format":"date-time","nullable":true},"topdeskLogin":{"maxLength":40,"type":"string","example":"Example","nullable":true},"additionalEmail":{"maxLength":255,"type":"string","example":"user@example.com"},"language":{"maxLength":2,"type":"string","example":"EN"}},"required":["firstName","lastName","receiveSms","allowLogin","allowApiLogin","faEnabled","faSecretConfirmed"]},"User.UserInput-user.write_user.item.write_user.item.patch":{"type":"object","description":"","properties":{"email":{"maxLength":50,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"password":{"maxLength":60,"type":"string","example":"Password123!"},"securityQuestion":{"maxLength":256,"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"maxLength":255,"type":"string","example":"900","nullable":true},"firstName":{"maxLength":30,"type":"string","example":"Geralt"},"infixName":{"maxLength":15,"type":"string","example":"of","nullable":true},"lastName":{"maxLength":50,"type":"string","example":"Rivia"},"customer":{"type":"string","description":"The customer beloning to the user","example":"\/customers\/1234","format":"iri-reference"},"groups":{"example":"[\"\/groups\/123\", \"\/groups\/124\"]","type":"array","items":{"type":"string","format":"iri-reference"}},"contactPersonTypes":{"example":"[\"\/contact-person-types\/123\", \"\/contact-person-types\/124\"]","type":"array","items":{"type":"string","format":"iri-reference"}},"jobTitle":{"maxLength":255,"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123,"nullable":true},"isActive":{"type":"boolean","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"integer"},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLogin":{"readOnly":true,"type":"string","format":"date-time","nullable":true},"topdeskLogin":{"maxLength":40,"type":"string","example":"Example","nullable":true},"additionalEmail":{"maxLength":255,"type":"string","example":"user@example.com"},"language":{"maxLength":2,"type":"string","example":"EN"}},"required":["firstName","lastName","receiveSms","allowLogin","allowApiLogin","faEnabled","faSecretConfirmed"]},"User.UserInput.jsonld-user.write_user.collection.write_user.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"email":{"maxLength":50,"format":"email","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"password":{"maxLength":60,"type":"string","example":"Password123!"},"securityQuestion":{"maxLength":256,"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"maxLength":255,"type":"string","example":"900","nullable":true},"firstName":{"maxLength":30,"type":"string","example":"Geralt"},"infixName":{"maxLength":15,"type":"string","example":"of","nullable":true},"lastName":{"maxLength":50,"type":"string","example":"Rivia"},"customer":{"type":"string","description":"The customer beloning to the user","example":"\/customers\/1234","format":"iri-reference"},"groups":{"example":"[\"\/groups\/123\", \"\/groups\/124\"]","type":"array","items":{"type":"string","format":"iri-reference"}},"contactPersonTypes":{"example":"[\"\/contact-person-types\/123\", \"\/contact-person-types\/124\"]","type":"array","items":{"type":"string","format":"iri-reference"}},"jobTitle":{"maxLength":255,"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123,"nullable":true},"isActive":{"type":"boolean","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"integer"},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLogin":{"readOnly":true,"type":"string","format":"date-time","nullable":true},"topdeskLogin":{"maxLength":40,"type":"string","example":"Example","nullable":true},"additionalEmail":{"maxLength":255,"type":"string","example":"user@example.com"},"language":{"maxLength":2,"type":"string","example":"EN"}},"required":["firstName","lastName","receiveSms","allowLogin","allowApiLogin","faEnabled","faSecretConfirmed"]},"User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput-user.read_user.collection.read_user.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"customer":{"type":"object","description":"The customer beloning to the user","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"groups":{"type":"array","items":{"$ref":"#\/components\/schemas\/Group.GroupOutput-user.read_user.collection.read_user.collection.get"}},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true},"contactPersonTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-user.read_user.collection.read_user.collection.get"}}}},"User.UserOutput-user.read_user.collection.read_user.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"customer":{"type":"object","description":"The customer beloning to the user","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"groups":{"type":"array","items":{"$ref":"#\/components\/schemas\/Group.GroupOutput-user.read_user.collection.read_user.collection.post"}},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true},"contactPersonTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-user.read_user.collection.read_user.collection.post"}}}},"User.UserOutput-user.read_user.item.read_user.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"customer":{"type":"object","description":"The customer beloning to the user","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"groups":{"type":"array","items":{"$ref":"#\/components\/schemas\/Group.GroupOutput-user.read_user.item.read_user.item.get"}},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true},"contactPersonTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-user.read_user.item.read_user.item.get"}}}},"User.UserOutput-user.read_user.item.read_user.item.patch":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"customer":{"type":"object","description":"The customer beloning to the user","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"groups":{"type":"array","items":{"$ref":"#\/components\/schemas\/Group.GroupOutput-user.read_user.item.read_user.item.patch"}},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true},"contactPersonTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-user.read_user.item.read_user.item.patch"}}}},"User.UserOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"User.UserOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"User.UserOutput-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"User.UserOutput-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.collection.read_orderdetailstrackedobject.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_activate_subscription":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_move_to_customer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput.jsonld-orderdetailstrackedobject.read_orderdetailstrackedobject.item.read_orderdetailstrackedobject.item.post_terminate":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput.jsonld-serviceorder.read_serviceorder.collection.read_serviceorder.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.cancel_service_order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput.jsonld-serviceorder.read_serviceorder.item.read_serviceorder.item.perform_porting_task":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true}}},"User.UserOutput.jsonld-user.read_user.collection.read_user.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"customer":{"type":"object","description":"The customer beloning to the user","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"groups":{"type":"array","items":{"$ref":"#\/components\/schemas\/Group.GroupOutput.jsonld-user.read_user.collection.read_user.collection.get"}},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true},"contactPersonTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput.jsonld-user.read_user.collection.read_user.collection.get"}}}},"User.UserOutput.jsonld-user.read_user.collection.read_user.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"customer":{"type":"object","description":"The customer beloning to the user","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"groups":{"type":"array","items":{"$ref":"#\/components\/schemas\/Group.GroupOutput.jsonld-user.read_user.collection.read_user.collection.post"}},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true},"contactPersonTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput.jsonld-user.read_user.collection.read_user.collection.post"}}}},"User.UserOutput.jsonld-user.read_user.item.read_user.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"customer":{"type":"object","description":"The customer beloning to the user","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"groups":{"type":"array","items":{"$ref":"#\/components\/schemas\/Group.GroupOutput.jsonld-user.read_user.item.read_user.item.get"}},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true},"contactPersonTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput.jsonld-user.read_user.item.read_user.item.get"}}}},"User.UserOutput.jsonld-user.read_user.item.read_user.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"email":{"type":"string","example":"user@example.com","nullable":true},"securityQuestion":{"type":"string","example":"How old was Yoda when he died?","nullable":true},"securityAnswer":{"type":"string","example":"900","nullable":true},"firstName":{"type":"string","example":"Geralt"},"infixName":{"type":"string","example":"of","nullable":true},"lastName":{"type":"string","example":"Rivia"},"jobTitle":{"type":"string","example":"Director","nullable":true},"customer":{"type":"object","description":"The customer beloning to the user","$ref":"#\/components\/schemas\/Customer.CustomerOutput-serviceorder.read_customer.read_customer.item.read_customer.item.get"},"groups":{"type":"array","items":{"$ref":"#\/components\/schemas\/Group.GroupOutput.jsonld-user.read_user.item.read_user.item.patch"}},"priority":{"type":"integer","example":123},"slug":{"type":"string","example":"user-example-com"},"isActive":{"type":"boolean"},"lastLogin":{"type":"string","format":"date-time","nullable":true},"phoneNumber":{"type":"string","example":"612345678","nullable":true},"phoneMobile":{"type":"string","example":"612345678","nullable":true},"additionalPhoneNumber":{"type":"string","example":"612345678","nullable":true},"isContactForOutages":{"type":"boolean","nullable":true},"receiveSms":{"type":"boolean"},"allowLogin":{"type":"boolean"},"allowApiLogin":{"type":"boolean"},"faEnabled":{"type":"integer"},"faSecretConfirmed":{"type":"integer"},"faLoginEnableTrustComputer":{"type":"boolean","nullable":true},"faLastAuthenticate":{"type":"string","format":"date-time","nullable":true},"lastLoginIp":{"type":"string","example":"83.12.6.641","nullable":true},"additionalEmail":{"type":"string","example":"user@example.com"},"language":{"type":"string","example":"EN","nullable":true},"contactPersonTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput.jsonld-user.read_user.item.read_user.item.patch"}}}},"User.UserOutput.jsonld-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"}}},"User.UserOutput.jsonld-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"}}},"User.UserOutput.jsonld-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"}}},"User.UserOutput.jsonld-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"}}},"UserContactPersonType.UserContactPersonTypeInput-usercontactpersontype.write_usercontactpersontype.collection.write_usercontactpersontype.collection.post":{"type":"object","description":"","properties":{"contactPersonTypeId":{"type":"integer","nullable":true},"userId":{"type":"integer","nullable":true}}},"UserContactPersonType.UserContactPersonTypeInput.jsonld-usercontactpersontype.write_usercontactpersontype.collection.write_usercontactpersontype.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"contactPersonTypeId":{"type":"integer","nullable":true},"userId":{"type":"integer","nullable":true}}},"UserContactPersonType.UserContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"contactPersonType":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get"},"user":{"$ref":"#\/components\/schemas\/User.UserOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get"}}},"UserContactPersonType.UserContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"contactPersonType":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post"},"user":{"$ref":"#\/components\/schemas\/User.UserOutput-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post"}}},"UserContactPersonType.UserContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.delete":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"contactPersonType":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.delete"},"user":{"$ref":"#\/components\/schemas\/User.UserOutput-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.delete"}}},"UserContactPersonType.UserContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"contactPersonType":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get"},"user":{"$ref":"#\/components\/schemas\/User.UserOutput-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get"}}},"UserContactPersonType.UserContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"contactPersonType":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get"},"user":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.get"}}},"UserContactPersonType.UserContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"contactPersonType":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post"},"user":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-usercontactpersontype.read_usercontactpersontype.collection.read_usercontactpersontype.collection.post"}}},"UserContactPersonType.UserContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.delete":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"contactPersonType":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.delete"},"user":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.delete"}}},"UserContactPersonType.UserContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true},"contactPersonType":{"$ref":"#\/components\/schemas\/ContactPersonType.ContactPersonTypeOutput.jsonld-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get"},"user":{"$ref":"#\/components\/schemas\/User.UserOutput.jsonld-usercontactpersontype.read_usercontactpersontype.item.read_usercontactpersontype.item.get"}}},"UserInput-orderdetailstrackedobject.write_orderdetailstrackedobject.item.write_orderdetailstrackedobject.item.patch":{"type":"object","properties":{"id":{"type":"integer","nullable":true}}},"UserInput-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post":{"type":"object","properties":{"id":{"type":"integer","nullable":true}}},"UserInput.jsonld-orderdetailstrackedobject.write_orderdetailstrackedobject.post_orderdetailstrackedobject.collection.write_orderdetailstrackedobject.collection.post":{"type":"object","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer","nullable":true}}},"X2voipRoute.X2voipRouteOutput-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","description":"","properties":{"id":{},"name":{"description":"| null","type":"string","nullable":true}}},"X2voipRoute.X2voipRouteOutput-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","description":"","properties":{"id":{},"name":{"description":"| null","type":"string","nullable":true}}},"X2voipRoute.X2voipRouteOutput-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","description":"","properties":{"id":{},"name":{"description":"| null","type":"string","nullable":true}}},"X2voipRoute.X2voipRouteOutput-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","description":"","properties":{"id":{},"name":{"description":"| null","type":"string","nullable":true}}},"X2voipRoute.X2voipRouteOutput-x2voiproute.read_x2voiproute.collection.read_x2voiproute.collection.get":{"type":"object","description":"","properties":{"id":{},"name":{"description":"| null","type":"string","nullable":true},"platformEntityId":{"description":"| null","type":"string","nullable":true}}},"X2voipRoute.X2voipRouteOutput-x2voiproute.read_x2voiproute.item.read_x2voiproute.item.get":{"type":"object","description":"","properties":{"id":{},"name":{"description":"| null","type":"string","nullable":true},"platformEntityId":{"description":"| null","type":"string","nullable":true}}},"X2voipRoute.X2voipRouteOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{},"name":{"description":"| null","type":"string","nullable":true}}},"X2voipRoute.X2voipRouteOutput.jsonld-orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{},"name":{"description":"| null","type":"string","nullable":true}}},"X2voipRoute.X2voipRouteOutput.jsonld-orderdetailsx2voip.write_orderdetailsx2voip.read_orderdetailsx2voip.item.read_orderdetailsx2voip.item.patch":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{},"name":{"description":"| null","type":"string","nullable":true}}},"X2voipRoute.X2voipRouteOutput.jsonld-orderdetailsx2voipcreditusage.read_orderdetailsx2voip.read_orderdetailsx2voip.collection.read_orderdetailsx2voip.collection.low_credit_accounts":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{},"name":{"description":"| null","type":"string","nullable":true}}},"X2voipRoute.X2voipRouteOutput.jsonld-x2voiproute.read_x2voiproute.collection.read_x2voiproute.collection.get":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{},"name":{"description":"| null","type":"string","nullable":true},"platformEntityId":{"description":"| null","type":"string","nullable":true}}},"X2voipRoute.X2voipRouteOutput.jsonld-x2voiproute.read_x2voiproute.item.read_x2voiproute.item.get":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{},"name":{"description":"| null","type":"string","nullable":true},"platformEntityId":{"description":"| null","type":"string","nullable":true}}},"ApiToken":{"type":"object","properties":{"token":{"type":"string","readOnly":true}}},"ApiCredentials":{"type":"object","properties":{"client_id":{"type":"string","example":"api"},"email":{"type":"string","example":"api"},"password":{"type":"string","example":"api"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"apiKey":[]}],"tags":[]}