POST api/negotiator/my/preferences/timeline
Save or Update Negotiator Timeline Preferences Processes this negotiator API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
The negotiator timeline preferences data contract supplied with the request.
NegotiatorTimelinePreferencesDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The unique identifier of this resource. |
integer |
None. |
| PropertyView |
The property view value. |
NegotiatorTimelineViewDataContract |
None. |
| GroupView |
The group view value. |
NegotiatorTimelineViewDataContract |
None. |
| SalesProgressionView |
The sales progression view value. |
NegotiatorTimelineViewDataContract |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"Id": 1,
"PropertyView": {
"Notes": true,
"ConveyancingNotes": true,
"ProgressionNotes": true,
"VendorNotes": true,
"PurchaserNotes": true,
"ProgressionMilestoneChanges": true,
"Activities": true,
"Appointments": true,
"Mailouts": true,
"Leads": true,
"Documents": true,
"Filter": "sample string 1",
"TabularView": true
},
"GroupView": {
"Notes": true,
"ConveyancingNotes": true,
"ProgressionNotes": true,
"VendorNotes": true,
"PurchaserNotes": true,
"ProgressionMilestoneChanges": true,
"Activities": true,
"Appointments": true,
"Mailouts": true,
"Leads": true,
"Documents": true,
"Filter": "sample string 1",
"TabularView": true
},
"SalesProgressionView": {
"Notes": true,
"ConveyancingNotes": true,
"ProgressionNotes": true,
"VendorNotes": true,
"PurchaserNotes": true,
"ProgressionMilestoneChanges": true,
"Activities": true,
"Appointments": true,
"Mailouts": true,
"Leads": true,
"Documents": true,
"Filter": "sample string 1",
"TabularView": true
}
}
Response Information
Resource Description
The response returned after the operation completes.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.