Contracts
omd.domain.s5.Contract
| Attribute |
Description |
| id* |
The identifier of the contract. Make sure that the identifier is unique within the entire configuration. |
| customer* |
A reference to the customer for which this contract is defined. |
| debtor* |
The debtor, regulating the invoices for this contract. |
| startDate |
The start date of the contract. If not filled, the contract is assumed to be perpetual. |
| endDate |
The end date of the contract. If not filled, the contract is assumed to be perpetual. |
| remarks |
General remarks about this contract. |
Example
<?xml version="1.0" encoding="utf-8"?>
<Upload>
<omd.domain.Configuration>
<omd.domain.s5.Contract id="123-A" customer="123" debtor=”123” startDate=”2016-01-01”/>
</omd.domain.Configuration>
</Upload>