POST api/Account/GICountNotify

Request Information

URI Parameters

None.

Body Parameters

GICountNotifySetBindingModel
NameDescriptionTypeAdditional information
Group

string

Required

Item

string

Required

NotifyThreshold

integer

Required

NotifyIncrement

integer

Required

NotifyEmails

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Group": "sample string 1",
  "Item": "sample string 2",
  "NotifyThreshold": 3,
  "NotifyIncrement": 4,
  "NotifyEmails": "sample string 5"
}

application/xml, text/xml

Sample:
<GICountNotifySetBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GatesNotesInsiders.Models">
  <Group>sample string 1</Group>
  <Item>sample string 2</Item>
  <NotifyEmails>sample string 5</NotifyEmails>
  <NotifyIncrement>4</NotifyIncrement>
  <NotifyThreshold>3</NotifyThreshold>
</GICountNotifySetBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.