| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractNumber |
Required. It is a unique readable identifier for the contract. |
string |
None. |
| Description |
A brief description of the contract. |
string |
None. |
| Cost |
Indicates the cost of the contract. |
decimal number |
None. |
| BeginDate |
It is the date on which the contract started. |
date |
None. |
| EndDate |
It is the date on which the contract will end. |
date |
None. |
| IsSoftwareContract |
This indicates that the contract contains a software license. |
boolean |
None. |
| LicenseCount |
Indicates the number of licenses associated with this contract. |
integer |
None. |
| Notes |
Notes about this contract. |
Collection of NoteInfo |
None. |
| VendorNumber |
It is a vendor number associated with this contract, often where the contract was purchased from. |
string |
None. |
| CustomFields |
It is a list of custom fields and their values associated with this contract. |
Collection of DcfValueInfo |
None. |
| HasAttachment |
This indicates that this contract has attachments. |
boolean |
None. |
| AttachmentsToAdd |
It is the attachments that will be added to the contract. |
Collection of string |
None. |
| AttachmentsToDelete |
It is the attachments that will be removed from the contract. |
Collection of string |
None. |
| AttachmentNames |
It is used to specify the name of the attachment. |
Collection of Pair of string [key] and string [value] |
None. |