POST api/negotiator/my/preferences/timeline
Save or Update Negotiator Timeline Preferences
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Negotiators.Query.Get.NegotiatorTimelinePreferencesDataContractName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
PropertyView | Dezrez.Core.DataContracts.External.Api.Negotiators.Query.Get.NegotiatorTimelineViewDataContract |
None. |
|
GroupView | Dezrez.Core.DataContracts.External.Api.Negotiators.Query.Get.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
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.