POST api/negotiator/my/preferences/timeline
Save or Update Negotiator Timeline Preferences
Request Information
URI Parameters
None.
Body Parameters
NegotiatorTimelinePreferencesDataContractName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
PropertyView | NegotiatorTimelineViewDataContract |
None. |
|
GroupView | NegotiatorTimelineViewDataContract |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Id": 1, "PropertyView": { "Notes": true, "Activities": true, "Appointments": true, "Mailouts": true, "Filter": "sample string 1", "TabularView": true }, "GroupView": { "Notes": true, "Activities": true, "Appointments": true, "Mailouts": true, "Filter": "sample string 1", "TabularView": true } }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.