| Success |
Boolean |
Indicates whether the operation was successful.
|
| CommitmentContracts |
Collection of <CommitmentContract> or null |
A list of commitment contracts belonging to the member.
|
| CrmId |
String or null |
The external ID of the contract from the source system
|
| MemberId |
Integer or null |
The member ID of the agency for which this contract applies
|
| StartDate |
DateTime or null |
The start date of the contract. If not supplied, this will be defaulted to the current date
|
| EndDate |
DateTime or null |
The end date of the contract. If not supplied, the contract will not expire
|
| ItemCode |
String or null |
The financial item code for the depth product applied to listings as part of this contract. This will be used for invoicing purposes
|
| InvoiceLine |
String or null |
The descriptive invoice line for the depth product applied to listings as part of this contract
|
| PaymentType |
String or null |
The payment type for the depth product applied to listings as part of this contract
|
| ListingFee |
Boolean |
If true, when a listing is created while this contract is in effect, the listing fee (or base fee) will not be charged. If false, the listing fee will continue to be charged
|
| FeatureCombo |
Boolean |
If true, Feature Combo will be applied to listings subject to this contract
|
| PackageCode |
String or null |
The code of any package that are applied to listings subject to this contract
|
| CategoryIds |
Collection of Integer or null |
The listing categories in which this contract will apply
|
| ListingExtras |
Collection of <ListingExtras> or null |
The listing extras that are applied to listings subject to this contract
|
| Name |
String or null |
The name of the extra.
|
| Variant |
String or null |
The variation of the extra. For example this could determine the duration, delay, or configuration of the listing extra.
|
|
| AutoApplyPremiumPackage |
Boolean or null |
Flag for whether the PA is NOT Flexi or Flexi (true = Not Flexi)
|
|
{
"Success": false,
"CommitmentContracts": [
{
"CrmId": "ABC",
"MemberId": 123,
"StartDate": "\/Date(1514764800)\/",
"EndDate": "\/Date(1514764800)\/",
"ItemCode": "ABC",
"InvoiceLine": "ABC",
"PaymentType": "ABC",
"ListingFee": false,
"FeatureCombo": false,
"PackageCode": "ABC",
"CategoryIds": [
123,
123
],
"ListingExtras": [
{
"Name": "ABC",
"Variant": "ABC"
},
{
"Name": "ABC",
"Variant": "ABC"
}
],
"AutoApplyPremiumPackage": false
},
{
"CrmId": "ABC",
"MemberId": 123,
"StartDate": "\/Date(1514764800)\/",
"EndDate": "\/Date(1514764800)\/",
"ItemCode": "ABC",
"InvoiceLine": "ABC",
"PaymentType": "ABC",
"ListingFee": false,
"FeatureCombo": false,
"PackageCode": "ABC",
"CategoryIds": [
123,
123
],
"ListingExtras": [
{
"Name": "ABC",
"Variant": "ABC"
},
{
"Name": "ABC",
"Variant": "ABC"
}
],
"AutoApplyPremiumPackage": false
}
]
}