{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-docs/subprojects/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition","cards","card"]},"type":"markdown"},"seo":{"title":"Overview","siteUrl":"https://developers.sinch.com","llmstxt":{"title":"Sinch Developer Documentation","description":"LLMs.txt containing a map of all the documentation files for Sinch.","sections":[{"title":"Numbers API","description":"The Numbers API enables you to search for, view, and activate numbers. It's considered a precursor to other APIs in the Sinch product family. The numbers API can be used in tandem with any of our APIs that perform messaging or calling.","includeFiles":["docs/numbers/**/*.md","docs/numbers/**/*.yaml"],"excludeFiles":["docs/numbers/index.md"]},{"title":"Conversation API","description":"Send and receive messages globally on many popular channels with ease and confidence when using Sinch's Conversation API. Conversation API is the preferred API for sending mobile messages on SMS and other social channels with Sinch. It is a simple API with unified error messages, consistent request payloads, and common webhook payloads that are channel-agnostic.","includeFiles":["docs/conversation/**/*.md","docs/conversation/**/*.yaml"],"excludeFiles":["docs/conversation/index.md"]},{"title":"Voice API","description":"The Voice API works as a big telephony switch. The Voice API handles incoming phone calls (also known as incoming call “legs”), sets up outgoing phone calls (or outgoing call “legs”), and bridges the two. The incoming call leg may come in over a data connection (from a smartphone or web application using the Sinch SDKs) or through a local phone number (from the PSTN network). Similarly, the outgoing call leg can be over data (to another smartphone or web application using the Sinch SDKs) or the PSTN network.","includeFiles":["docs/voice/**/*.md","docs/voice/**/*.yaml"],"excludeFiles":["docs/voice/index.md"]},{"title":"Verification API","description":"The Verification API is a platform for phone number verification. It consists of the API and different software development kits (the Sinch SDKs) that you integrate with your smartphone or web application and cloud based back-end services. Together they enable SMS, Flashcall, Phone Call and Data verification in your application.","includeFiles":["docs/verification/**/*.md","docs/verification/**/*.yaml"],"excludeFiles":["docs/verification/index.md"]},{"title":"Provisioning API","description":"Provisioning API allows you to programmatically set up your senders, accounts and templates on your favorite messaging platforms on the Conversation API. For now, you can create your first WhatsApp channel through Meta's Embedded sign up, you can configure your first SMS App and configure your webhooks. As development continues, we will be adding the most commonly used channels.","includeFiles":["docs/provisioning-api/**/*.md","docs/provisioning-api/**/*.json"],"excludeFiles":["docs/provisioning-api/index.md"]},{"title":"Elastic SIP Trunking API","description":"With Elastic SIP Trunking you can create and manage your SIP trunks and phone numbers programmatically.","includeFiles":["docs/est/**/*.md","docs/est/**/*.yaml"],"excludeFiles":["docs/est/index.md"]},{"title":"Fax API","description":"Send and receive HIPAA compliant faxes on our modern fax platform using our developer-friendly API.","includeFiles":["docs/fax/**/*.md","docs/fax/**/*.yaml"],"excludeFiles":["docs/fax/index.md"]},{"title":"In-app Voice and Video SDK","description":"The In-app Voice and Video SDK enables you to add voice and video calling capabilities directly into your mobile or web application using the Sinch SDKs.","includeFiles":["docs/in-app-calling/**/*.md"],"excludeFiles":["docs/in-app-calling/index.md"]},{"title":"Number Lookup API","description":"The Number Lookup API is designed to provide in-depth information about phone numbers, helping enterprises enhance their communication strategies and prevent fraud. By identifying the type of phone line (for example, mobile, landline, VoIP) and the associated carrier, the API allows businesses to optimize routing, reduce unnecessary costs, and improve customer engagement.","includeFiles":["docs/number-lookup-api-v2/**/*.md","docs/number-lookup-api-v2/**/*.yaml"],"excludeFiles":["docs/number-lookup-api-v2/index.md"]},{"title":"Functions","description":"Serverless compute for voice and messaging. Deploy your code and Sinch routes live calls and messages to it — no infrastructure to run.","includeFiles":["docs/functions/functions/**/*.md","docs/functions/concepts/**/*.md","docs/functions/reference/**/*.md"],"excludeFiles":["docs/functions/functions/index.md"]},{"title":"CLI","description":"One command line for every Sinch API and the full Functions lifecycle — scaffold, run locally, deploy, and manage.","includeFiles":["docs/functions/cli/**/*.md"],"excludeFiles":["docs/functions/cli/index.md"]}],"hide":false,"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"overview","__idx":0},"children":["Overview"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["In our ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://dashboard.sinch.com/settings/access-keys"},"children":["Sinch Build Dashboard"]},", you may have noticed that everything you do relating to the Sinch family of APIs is connected to a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["project"]},". In the APIs, this parameter is the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["projectId"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Subprojects are similar to Sinch projects. Like projects, subprojects is a way to group resources together. The main differences to projects are:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Subprojects exit at the leaf of the account hierarchy and cannot own other (sub)projects."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Subprojects cannot be directly linked to a billing account. Only a parent project, or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["projectId"]}," can link to billing."]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Status note:"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The subproject API is in closed beta and is available to selected customers only. To discuss access, ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://dashboard.sinch.com/account/details"},"children":["contact your account manager"]},"."]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Deprecation:"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v1alpha1"]}," is deprecated in favour of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v1"]},". New integrations should use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v1"]},", and existing clients should migrate. The two versions are functionally identical — only the path prefix differs (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v1alpha1/..."]}," becomes ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/v1/..."]},")."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"use-case","__idx":1},"children":["Use Case"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The primary use of subprojects is for scenarios where you act as a reseller for Sinch Products."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can create a subproject for each one of your customers. If the customer decides to go in another direction, simply remove the subproject."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Usage for each customer is measured separately."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"example","__idx":2},"children":["Example"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#FFDD99', 'primaryTextColor': '#0A273D', 'secondaryColor': '#FFFFFF', 'secondaryTextColor': 'black', 'fontFamily': 'arial', 'lineColor': '#7F8F99'}}}%%\nflowchart TD\n    A(Your Corporation) -- owns --- B(Your Sinch Billing Account)\n    B --pays for --- C(Direct use project) & D(Resale project)\n    D -- Subproject --- E(Customer 1) & F(Customer 2) & G(Customer 3)\n","diagramHtml":"<svg id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 533.07421875px;\" viewBox=\"0 0 533.07421875 478\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1{font-family:arial;font-size:16px;fill:#0A273D;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .error-icon{fill:hsl(220, 100%, 85%);}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .error-text{fill:rgb(76.5, 51, 0);stroke:rgb(76.5, 51, 0);}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .edge-thickness-normal{stroke-width:1px;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .edge-thickness-thick{stroke-width:3.5px;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .edge-pattern-solid{stroke-dasharray:0;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .marker{fill:#7F8F99;stroke:#7F8F99;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .marker.cross{stroke:#7F8F99;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 svg{font-family:arial;font-size:16px;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 p{margin:0;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .label{font-family:arial;color:#0A273D;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .cluster-label text{fill:rgb(76.5, 51, 0);}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .cluster-label span{color:rgb(76.5, 51, 0);}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .cluster-label span p{background-color:transparent;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .label text,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 span{fill:#0A273D;color:#0A273D;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .node rect,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .node circle,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .node ellipse,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .node polygon,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .node path{fill:#FFDD99;stroke:hsl(40, 60%, 70%);stroke-width:1px;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .rough-node .label text,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .node .label text,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .image-shape .label,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .icon-shape .label{text-anchor:middle;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .rough-node .label,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .node .label,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .image-shape .label,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .icon-shape .label{text-align:center;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .node.clickable{cursor:pointer;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .root .anchor path{fill:#7F8F99!important;stroke-width:0;stroke:#7F8F99;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .arrowheadPath{fill:#0b0b0b;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .edgePath .path{stroke:#7F8F99;stroke-width:1px;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .flowchart-link{stroke:#7F8F99;fill:none;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .edgeLabel{background-color:#FFFFFF;text-align:center;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .edgeLabel p{background-color:#FFFFFF;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .edgeLabel rect{opacity:0.5;background-color:#FFFFFF;fill:#FFFFFF;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .labelBkg{background-color:rgba(255, 255, 255, 0.5);}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .cluster rect{fill:hsl(220, 100%, 85%);stroke:hsl(220, 60%, 75%);stroke-width:1px;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .cluster text{fill:rgb(76.5, 51, 0);}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .cluster span{color:rgb(76.5, 51, 0);}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:arial;font-size:12px;background:hsl(220, 100%, 85%);border:1px solid hsl(220, 60%, 75%);border-radius:2px;pointer-events:none;z-index:100;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#0A273D;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 rect.text{fill:none;stroke-width:0;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .icon-shape,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .image-shape{background-color:#FFFFFF;text-align:center;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .icon-shape p,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .image-shape p{background-color:#FFFFFF;padding:2px;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .icon-shape .label rect,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .image-shape .label rect{opacity:0.5;background-color:#FFFFFF;fill:#FFFFFF;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 .node .neo-node{stroke:hsl(40, 60%, 70%);}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 [data-look=\"neo\"].node rect,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 [data-look=\"neo\"].cluster rect,#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 [data-look=\"neo\"].node polygon{stroke:url(#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 [data-look=\"neo\"].node path{stroke:url(#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-gradient);stroke-width:1px;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 [data-look=\"neo\"].node .neo-line path{stroke:hsl(40, 60%, 70%);filter:none;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 [data-look=\"neo\"].node circle{stroke:url(#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M183.078,62L183.078,68.167C183.078,74.333,183.078,86.667,183.078,99C183.078,111.333,183.078,123.667,183.078,129.833L183.078,136\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTgzLjA3ODEyNSwieSI6NjJ9LHsieCI6MTgzLjA3ODEyNSwieSI6OTl9LHsieCI6MTgzLjA3ODEyNSwieSI6MTM2fV0=\" data-look=\"classic\"></path><path d=\"M138.349,214L131.277,220.167C124.204,226.333,110.059,238.667,102.987,251C95.914,263.333,95.914,275.667,95.914,281.833L95.914,288\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MTM4LjM0OTE5ODE5MDc4OTQ4LCJ5IjoyMTR9LHsieCI6OTUuOTE0MDYyNSwieSI6MjUxfSx7IngiOjk1LjkxNDA2MjUsInkiOjI4OH1d\" data-look=\"classic\"></path><path d=\"M246.63,214L256.678,220.167C266.727,226.333,286.824,238.667,296.873,251C306.922,263.333,306.922,275.667,306.922,281.833L306.922,288\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-L_B_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_D_0\" data-points=\"W3sieCI6MjQ2LjYyOTUyMzAyNjMxNTc4LCJ5IjoyMTR9LHsieCI6MzA2LjkyMTg3NSwieSI6MjUxfSx7IngiOjMwNi45MjE4NzUsInkiOjI4OH1d\" data-look=\"classic\"></path><path d=\"M233.828,339.28L213.899,345.9C193.97,352.52,154.112,365.76,134.183,378.547C114.254,391.333,114.254,403.667,114.254,409.833L114.254,416\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-L_D_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_E_0\" data-points=\"W3sieCI6MjMzLjgyODEyNSwieSI6MzM5LjI4MDExMjcyNjMxNDN9LHsieCI6MTE0LjI1MzkwNjI1LCJ5IjozNzl9LHsieCI6MTE0LjI1MzkwNjI1LCJ5Ijo0MTZ9XQ==\" data-look=\"classic\"></path><path d=\"M299.185,342L297.418,348.167C295.651,354.333,292.116,366.667,290.349,379C288.582,391.333,288.582,403.667,288.582,409.833L288.582,416\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-L_D_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_F_0\" data-points=\"W3sieCI6Mjk5LjE4NDc1MzQxNzk2ODc1LCJ5IjozNDJ9LHsieCI6Mjg4LjU4MjAzMTI1LCJ5IjozNzl9LHsieCI6Mjg4LjU4MjAzMTI1LCJ5Ijo0MTZ9XQ==\" data-look=\"classic\"></path><path d=\"M372.729,342L387.76,348.167C402.79,354.333,432.85,366.667,447.88,379C462.91,391.333,462.91,403.667,462.91,409.833L462.91,416\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-L_D_G_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_G_0\" data-points=\"W3sieCI6MzcyLjcyOTQzMTE1MjM0Mzc1LCJ5IjozNDJ9LHsieCI6NDYyLjkxMDE1NjI1LCJ5IjozNzl9LHsieCI6NDYyLjkxMDE1NjI1LCJ5Ijo0MTZ9XQ==\" data-look=\"classic\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(183.078125, 99)\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(-20.9140625, -12)\"><foreignObject width=\"41.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>owns</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(95.9140625, 251)\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(-32.640625, -12)\"><foreignObject width=\"65.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>pays for</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(306.921875, 251)\"><g class=\"label\" data-id=\"L_B_D_0\" transform=\"translate(-32.640625, -12)\"><foreignObject width=\"65.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>pays for</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(114.25390625, 379)\"><g class=\"label\" data-id=\"L_D_E_0\" transform=\"translate(-44.4140625, -12)\"><foreignObject width=\"88.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Subproject</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(288.58203125, 379)\"><g class=\"label\" data-id=\"L_D_F_0\" transform=\"translate(-44.4140625, -12)\"><foreignObject width=\"88.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Subproject</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(462.91015625, 379)\"><g class=\"label\" data-id=\"L_D_G_0\" transform=\"translate(-44.4140625, -12)\"><foreignObject width=\"88.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Subproject</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-flowchart-A-0\" data-look=\"classic\" transform=\"translate(183.078125, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-85.625\" y=\"-27\" width=\"171.25\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-70.625, -12)\"><rect></rect><foreignObject width=\"141.25\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Your Corporation</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-flowchart-B-1\" data-look=\"classic\" transform=\"translate(183.078125, 175)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-115\" y=\"-39\" width=\"230\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Your Sinch Billing Account</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-flowchart-C-3\" data-look=\"classic\" transform=\"translate(95.9140625, 315)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-87.9140625\" y=\"-27\" width=\"175.828125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-72.9140625, -12)\"><rect></rect><foreignObject width=\"145.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Direct use project</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-flowchart-D-4\" data-look=\"classic\" transform=\"translate(306.921875, 315)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-73.09375\" y=\"-27\" width=\"146.1875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-58.09375, -12)\"><rect></rect><foreignObject width=\"116.1875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Resale project</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-flowchart-E-6\" data-look=\"classic\" transform=\"translate(114.25390625, 443)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-62.1640625\" y=\"-27\" width=\"124.328125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-47.1640625, -12)\"><rect></rect><foreignObject width=\"94.328125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Customer 1</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-flowchart-F-7\" data-look=\"classic\" transform=\"translate(288.58203125, 443)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-62.1640625\" y=\"-27\" width=\"124.328125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-47.1640625, -12)\"><rect></rect><foreignObject width=\"94.328125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Customer 2</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-flowchart-G-8\" data-look=\"classic\" transform=\"translate(462.91015625, 443)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-62.1640625\" y=\"-27\" width=\"124.328125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-47.1640625, -12)\"><rect></rect><foreignObject width=\"94.328125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Customer 3</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><linearGradient id=\"diagram-5fcfc24f8f427d54ea593310fefdc5b60f35c3cd7d3ad9180d32b82fd023d8c1-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"hsl(40, 60%, 70%)\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(0, 0%, 90%)\" stop-opacity=\"1\"></stop></linearGradient></svg>","diagramHtmlDark":"<svg id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 533.07421875px;\" viewBox=\"0 0 533.07421875 478\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8{font-family:arial;font-size:16px;fill:#0A273D;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .error-icon{fill:hsl(220, 100%, 85%);}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .error-text{fill:rgb(76.5, 51, 0);stroke:rgb(76.5, 51, 0);}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .edge-thickness-normal{stroke-width:1px;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .edge-thickness-thick{stroke-width:3.5px;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .edge-pattern-solid{stroke-dasharray:0;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .marker{fill:#7F8F99;stroke:#7F8F99;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .marker.cross{stroke:#7F8F99;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 svg{font-family:arial;font-size:16px;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 p{margin:0;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .label{font-family:arial;color:#0A273D;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .cluster-label text{fill:rgb(76.5, 51, 0);}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .cluster-label span{color:rgb(76.5, 51, 0);}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .cluster-label span p{background-color:transparent;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .label text,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 span{fill:#0A273D;color:#0A273D;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .node rect,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .node circle,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .node ellipse,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .node polygon,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .node path{fill:#FFDD99;stroke:hsl(40, 60%, 70%);stroke-width:1px;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .rough-node .label text,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .node .label text,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .image-shape .label,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .icon-shape .label{text-anchor:middle;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .rough-node .label,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .node .label,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .image-shape .label,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .icon-shape .label{text-align:center;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .node.clickable{cursor:pointer;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .root .anchor path{fill:#7F8F99!important;stroke-width:0;stroke:#7F8F99;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .arrowheadPath{fill:#0b0b0b;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .edgePath .path{stroke:#7F8F99;stroke-width:1px;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .flowchart-link{stroke:#7F8F99;fill:none;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .edgeLabel{background-color:#FFFFFF;text-align:center;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .edgeLabel p{background-color:#FFFFFF;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .edgeLabel rect{opacity:0.5;background-color:#FFFFFF;fill:#FFFFFF;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .labelBkg{background-color:rgba(255, 255, 255, 0.5);}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .cluster rect{fill:hsl(220, 100%, 85%);stroke:hsl(220, 60%, 75%);stroke-width:1px;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .cluster text{fill:rgb(76.5, 51, 0);}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .cluster span{color:rgb(76.5, 51, 0);}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:arial;font-size:12px;background:hsl(220, 100%, 85%);border:1px solid hsl(220, 60%, 75%);border-radius:2px;pointer-events:none;z-index:100;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#0A273D;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 rect.text{fill:none;stroke-width:0;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .icon-shape,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .image-shape{background-color:#FFFFFF;text-align:center;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .icon-shape p,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .image-shape p{background-color:#FFFFFF;padding:2px;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .icon-shape .label rect,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .image-shape .label rect{opacity:0.5;background-color:#FFFFFF;fill:#FFFFFF;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 .node .neo-node{stroke:hsl(40, 60%, 70%);}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 [data-look=\"neo\"].node rect,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 [data-look=\"neo\"].cluster rect,#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 [data-look=\"neo\"].node polygon{stroke:url(#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 [data-look=\"neo\"].node path{stroke:url(#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-gradient);stroke-width:1px;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 [data-look=\"neo\"].node .neo-line path{stroke:hsl(40, 60%, 70%);filter:none;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 [data-look=\"neo\"].node circle{stroke:url(#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><marker id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M183.078,62L183.078,68.167C183.078,74.333,183.078,86.667,183.078,99C183.078,111.333,183.078,123.667,183.078,129.833L183.078,136\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTgzLjA3ODEyNSwieSI6NjJ9LHsieCI6MTgzLjA3ODEyNSwieSI6OTl9LHsieCI6MTgzLjA3ODEyNSwieSI6MTM2fV0=\" data-look=\"classic\"></path><path d=\"M138.349,214L131.277,220.167C124.204,226.333,110.059,238.667,102.987,251C95.914,263.333,95.914,275.667,95.914,281.833L95.914,288\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6MTM4LjM0OTE5ODE5MDc4OTQ4LCJ5IjoyMTR9LHsieCI6OTUuOTE0MDYyNSwieSI6MjUxfSx7IngiOjk1LjkxNDA2MjUsInkiOjI4OH1d\" data-look=\"classic\"></path><path d=\"M246.63,214L256.678,220.167C266.727,226.333,286.824,238.667,296.873,251C306.922,263.333,306.922,275.667,306.922,281.833L306.922,288\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-L_B_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_D_0\" data-points=\"W3sieCI6MjQ2LjYyOTUyMzAyNjMxNTc4LCJ5IjoyMTR9LHsieCI6MzA2LjkyMTg3NSwieSI6MjUxfSx7IngiOjMwNi45MjE4NzUsInkiOjI4OH1d\" data-look=\"classic\"></path><path d=\"M233.828,339.28L213.899,345.9C193.97,352.52,154.112,365.76,134.183,378.547C114.254,391.333,114.254,403.667,114.254,409.833L114.254,416\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-L_D_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_E_0\" data-points=\"W3sieCI6MjMzLjgyODEyNSwieSI6MzM5LjI4MDExMjcyNjMxNDN9LHsieCI6MTE0LjI1MzkwNjI1LCJ5IjozNzl9LHsieCI6MTE0LjI1MzkwNjI1LCJ5Ijo0MTZ9XQ==\" data-look=\"classic\"></path><path d=\"M299.185,342L297.418,348.167C295.651,354.333,292.116,366.667,290.349,379C288.582,391.333,288.582,403.667,288.582,409.833L288.582,416\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-L_D_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_F_0\" data-points=\"W3sieCI6Mjk5LjE4NDc1MzQxNzk2ODc1LCJ5IjozNDJ9LHsieCI6Mjg4LjU4MjAzMTI1LCJ5IjozNzl9LHsieCI6Mjg4LjU4MjAzMTI1LCJ5Ijo0MTZ9XQ==\" data-look=\"classic\"></path><path d=\"M372.729,342L387.76,348.167C402.79,354.333,432.85,366.667,447.88,379C462.91,391.333,462.91,403.667,462.91,409.833L462.91,416\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-L_D_G_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_G_0\" data-points=\"W3sieCI6MzcyLjcyOTQzMTE1MjM0Mzc1LCJ5IjozNDJ9LHsieCI6NDYyLjkxMDE1NjI1LCJ5IjozNzl9LHsieCI6NDYyLjkxMDE1NjI1LCJ5Ijo0MTZ9XQ==\" data-look=\"classic\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(183.078125, 99)\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(-20.9140625, -12)\"><foreignObject width=\"41.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>owns</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(95.9140625, 251)\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(-32.640625, -12)\"><foreignObject width=\"65.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>pays for</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(306.921875, 251)\"><g class=\"label\" data-id=\"L_B_D_0\" transform=\"translate(-32.640625, -12)\"><foreignObject width=\"65.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>pays for</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(114.25390625, 379)\"><g class=\"label\" data-id=\"L_D_E_0\" transform=\"translate(-44.4140625, -12)\"><foreignObject width=\"88.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Subproject</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(288.58203125, 379)\"><g class=\"label\" data-id=\"L_D_F_0\" transform=\"translate(-44.4140625, -12)\"><foreignObject width=\"88.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Subproject</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(462.91015625, 379)\"><g class=\"label\" data-id=\"L_D_G_0\" transform=\"translate(-44.4140625, -12)\"><foreignObject width=\"88.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Subproject</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-flowchart-A-0\" data-look=\"classic\" transform=\"translate(183.078125, 35)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-85.625\" y=\"-27\" width=\"171.25\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-70.625, -12)\"><rect></rect><foreignObject width=\"141.25\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Your Corporation</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-flowchart-B-1\" data-look=\"classic\" transform=\"translate(183.078125, 175)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-115\" y=\"-39\" width=\"230\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Your Sinch Billing Account</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-flowchart-C-3\" data-look=\"classic\" transform=\"translate(95.9140625, 315)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-87.9140625\" y=\"-27\" width=\"175.828125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-72.9140625, -12)\"><rect></rect><foreignObject width=\"145.828125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Direct use project</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-flowchart-D-4\" data-look=\"classic\" transform=\"translate(306.921875, 315)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-73.09375\" y=\"-27\" width=\"146.1875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-58.09375, -12)\"><rect></rect><foreignObject width=\"116.1875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Resale project</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-flowchart-E-6\" data-look=\"classic\" transform=\"translate(114.25390625, 443)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-62.1640625\" y=\"-27\" width=\"124.328125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-47.1640625, -12)\"><rect></rect><foreignObject width=\"94.328125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Customer 1</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-flowchart-F-7\" data-look=\"classic\" transform=\"translate(288.58203125, 443)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-62.1640625\" y=\"-27\" width=\"124.328125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-47.1640625, -12)\"><rect></rect><foreignObject width=\"94.328125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Customer 2</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-flowchart-G-8\" data-look=\"classic\" transform=\"translate(462.91015625, 443)\"><rect class=\"basic label-container\" style=\"\" rx=\"5\" ry=\"5\" x=\"-62.1640625\" y=\"-27\" width=\"124.328125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-47.1640625, -12)\"><rect></rect><foreignObject width=\"94.328125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Customer 3</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><linearGradient id=\"diagram-706f7cb95144eb6dfc3c62534ee22cad172019858b8112a6d03630d58a046be8-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"hsl(40, 60%, 70%)\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(0, 0%, 90%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#FFDD99', 'primaryTextColor': '#0A273D', 'secondaryColor': '#FFFFFF', 'secondaryTextColor': 'black', 'fontFamily': 'arial', 'lineColor': '#7F8F99'}}}%%\nflowchart TD\n    A(Your Corporation) -- owns --- B(Your Sinch Billing Account)\n    B --pays for --- C(Direct use project) & D(Resale project)\n    D -- Subproject --- E(Customer 1) & F(Customer 2) & G(Customer 3)\n"]},{"$$mdtype":"Tag","name":"Cards","attributes":{"columns":1,"cardMinWidth":100},"children":[{"$$mdtype":"Tag","name":"Card","attributes":{"title":"Getting started with Subprojects API","imagePosition":"start","iconPosition":"auto","layout":"horizontal","align":"start","variant":"filled","to":"/docs/subprojects/getting-started/"},"children":[]}]}]},"headings":[{"value":"Overview","id":"overview","depth":1},{"value":"Use Case","id":"use-case","depth":2},{"value":"Example","id":"example","depth":3}],"frontmatter":{"title":"Subproject API overview","description":"An overview of the subproject API","seo":{"title":"Overview"}},"lastModified":"2026-07-27T14:58:15.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/subprojects/overview","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}