GetInvoicingConfigurationResponse element
Type: | getInvoicingConfigurationResponseDto |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<GetInvoicingConfigurationResponse>
<actionStatus>
<status>...</status>
<errorCode>...</errorCode>
<message>...</message>
</actionStatus>
<calendars>
<calendar code="...">
<description>...</description>
<calendarType>...</calendarType>
<days day="..." month="..." />
<days day="..." month="...">
<!--...-->
</days>
<!--...more "days" elements...-->
<hours hour="..." min="..." />
<hours hour="..." min="...">
<!--...-->
</hours>
<!--...more "hours" elements...-->
<periodLength>...</periodLength>
<periodUnit>...</periodUnit>
<nbPeriods>...</nbPeriods>
<joinCalendar1Code>...</joinCalendar1Code>
<joinCalendar2Code>...</joinCalendar2Code>
<joinType>...</joinType>
<intervalType>...</intervalType>
<intervals intervalBegin="..." intervalEnd="..." />
<intervals intervalBegin="..." intervalEnd="...">
<!--...-->
</intervals>
<!--...more "intervals" elements...-->
</calendar>
<calendar code="...">
<!--...-->
</calendar>
<!--...more "calendar" elements...-->
</calendars>
<taxes>
<tax code="..." description="...">
<percent>...</percent>
<accountingCode>...</accountingCode>
<languageDescriptions>
<languageCode>...</languageCode>
<description>...</description>
</languageDescriptions>
<languageDescriptions>
<!--...-->
</languageDescriptions>
<!--...more "languageDescriptions" elements...-->
</tax>
<tax code="..." description="...">
<!--...-->
</tax>
<!--...more "tax" elements...-->
</taxes>
<invoiceCategories>
<invoiceCategory code="..." description="...">
<languageDescriptions>
<languageCode>...</languageCode>
<description>...</description>
</languageDescriptions>
<languageDescriptions>
<!--...-->
</languageDescriptions>
<!--...more "languageDescriptions" elements...-->
</invoiceCategory>
<invoiceCategory code="..." description="...">
<!--...-->
</invoiceCategory>
<!--...more "invoiceCategory" elements...-->
</invoiceCategories>
<invoiceSubCategories>
<invoiceSubCategory code="..." description="...">
<invoiceCategory>...</invoiceCategory>
<languageDescriptions>
<languageCode>...</languageCode>
<description>...</description>
</languageDescriptions>
<languageDescriptions>
<!--...-->
</languageDescriptions>
<!--...more "languageDescriptions" elements...-->
</invoiceSubCategory>
<invoiceSubCategory code="..." description="...">
<!--...-->
</invoiceSubCategory>
<!--...more "invoiceSubCategory" elements...-->
</invoiceSubCategories>
<billingCycles>
<billingCycle code="..." description="...">
<billingTemplateName>...</billingTemplateName>
<invoiceDateDelay>...</invoiceDateDelay>
<dueDateDelay>...</dueDateDelay>
<invoiceDateProductionDelay>...</invoiceDateProductionDelay>
<transactionDateDelay>...</transactionDateDelay>
<calendar>...</calendar>
</billingCycle>
<billingCycle code="..." description="...">
<!--...-->
</billingCycle>
<!--...more "billingCycle" elements...-->
</billingCycles>
<terminationReasons>
<terminationReason>
<code>...</code>
<description>...</description>
<applyAgreement>...</applyAgreement>
<applyReimbursment>...</applyReimbursment>
<applyTerminationCharges>...</applyTerminationCharges>
</terminationReason>
<terminationReason>
<!--...-->
</terminationReason>
<!--...more "terminationReason" elements...-->
</terminationReasons>
</GetInvoicingConfigurationResponse>