A base class for all API DTO classes
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| billingAccount | string | element | 0/1 | Gets the billing account code | |
| customFields | customFieldsDto | element | 0/1 | ||
| discountPlan | string | element | 0/1 | Gets the discount plan code | |
| endDate | dateTime | element | 0/1 | Gets the effective end date. | |
| startDate | dateTime | element | 0/1 | Gets the effective start date. | |
| subscription | string | element | 0/1 | Gets the subscription code |
Example
<d----->
<discountPlan>...</discountPlan>
<billingAccount>...</billingAccount>
<subscription>...</subscription>
<startDate>...</startDate>
<endDate>...</endDate>
<customFields>
<customField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
<fieldType>...</fieldType>
<languageDescriptions/>
<stringValue>...</stringValue>
<dateValue>...</dateValue>
<longValue>...</longValue>
<doubleValue>...</doubleValue>
<booleanValue>...</booleanValue>
<listValue>
<value/>
</listValue>
<mapValue>...</mapValue>
<entityReferenceValue/>
<indexType>...</indexType>
<fileValue>...</fileValue>
<formattedValue/>
<guiPosition>...</guiPosition>
</customField>
<inheritedCustomField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
<fieldType>...</fieldType>
<languageDescriptions/>
<stringValue>...</stringValue>
<dateValue>...</dateValue>
<longValue>...</longValue>
<doubleValue>...</doubleValue>
<booleanValue>...</booleanValue>
<listValue>
<value/>
</listValue>
<mapValue>...</mapValue>
<entityReferenceValue/>
<indexType>...</indexType>
<fileValue>...</fileValue>
<formattedValue/>
<guiPosition>...</guiPosition>
</inheritedCustomField>
</customFields>
</d----->