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.NegotiatorTimelinePreferencesDataContract
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NegotiatorTimelinePreferencesDataContract'.

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.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.