{"openapi":"3.0.3","info":{"title":"Resale Partners API","description":"API for the Resale Partners portal","version":"1.0.0"},"servers":[{"url":"\/","description":""}],"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":[]},"\/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":[]},"\/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":[]},"\/reports":{"summary":"Reports","description":"","get":{"operationId":"listReports","tags":["Reports"],"responses":{"200":{"description":"Reports the authenticated user may run that are exposed to the API","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Report"}}}}}},"summary":"List available custom reports","description":"Returns the custom reports the authenticated user may run that are exposed to the API. Access control (reseller tree, audience, user group, api_enabled flag) is enforced by the portal.","parameters":[],"deprecated":false},"parameters":[]},"\/reports\/{id}\/export-csv":{"summary":"Reports","description":"","get":{"operationId":"exportReportCsv","tags":["Reports"],"responses":{"200":{"description":"The report as a CSV file (semicolon separator, point decimals)","content":{"text\/csv":{"schema":{"type":"string"}}}},"403":{"description":"Not allowed to run this report, or it is not exposed to the API"},"404":{"description":"Report not found"}},"summary":"Download a report as CSV","description":"Streams the report as a CSV file. Values use a semicolon (;) column separator and a point (.) decimal separator. Pass the id from the list endpoint.","parameters":[{"name":"id","in":"path","description":"The report id (from the list endpoint)","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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-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":[]},"\/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":[]},"\/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."}}},"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}}},"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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-23T21:44:49+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-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-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-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-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"}}},"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-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-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-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-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}}},"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"}}},"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"}}},"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"}]}}},"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"}}},"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-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-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}}},"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"}}},"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-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-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"}}},"Report":{"type":"object","properties":{"id":{"type":"integer","example":42},"name":{"type":"string","example":"Monthly revenue per customer"},"description":{"type":"string"},"category":{"type":"string","example":"Finance"},"headers":{"type":"array","items":{"type":"string"},"example":["customer","reference","revenue"]},"csv_only":{"type":"boolean"}}},"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":[]}