| IServiceConfiguration Properties |
[This is preliminary documentation and is subject to change.]
The IServiceConfiguration type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| String | ContractNumber |
OPTIONAL: Contract number
| |
| String | ContractPartNumber |
OPTIONAL: Contract part number
| |
| Boolean | CreateAsConnected |
If true, the new subscription will be created as connected. If set to true, no connection job will be created regardless what value SkipConnectionJob has
| |
| Boolean | CreateAsInactive |
If true, the new subscription will be created as inactive
| |
| TimeSpan | ExecutionTimeOffset |
OPTIONAL: An optional offset to specified execution time. Must be >= TimeSpan.Zero
| |
| String | ExternalServiceReference |
OPTIONAL: An external service id
| |
| String | InvoiceCustomerNumber |
REQUIRED: The invoice customer number
| |
| Int64 | ReferenceId |
REQUIRED: A negative number used to reference this service. If left at 0 a negative number will be assigned to it
| |
| String | ResponsibleSalesman |
REQUIRED: Responsible Salesman
| |
| Int64 | ServiceId |
REQUIRED: The id of the service
| |
| Boolean | SkipConnectionJob |
If true, will not create jobs for the subscription. If CreateAsConnected is set, no connection job will be created regardless of this setting
| |
| String | Source |
OPTIONAL: Source for subscription. Defaults to "Unknown"
|