POST api/teammembers

Posts the people.

Request Information

URI Parameters

None.

Body Parameters

The people.

PeoplePostDetailsViewModel
NameDescriptionTypeAdditional information
teamTypeID

Gets or sets the team type identifier.

integer

None.

fullName

Gets or sets the full name.

string

None.

lastName

Gets or sets the last name.

string

None.

firstName

Gets or sets the first name.

string

None.

title

Gets or sets the title.

string

None.

narrative

Gets or sets the narrative.

string

None.

gslID

Gets or sets the GSL identifier.

integer

None.

phone

Gets or sets the phone.

string

None.

email

Gets or sets the email.

string

None.

gsl

Gets or sets the GSL.

string

None.

gslName

Gets or sets the name of the GSL.

string

None.

linkedin

Gets or sets the linkedin.

string

None.

twitter

Gets or sets the twitter.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "teamTypeID": 1,
  "fullName": "sample string 1",
  "lastName": "sample string 2",
  "firstName": "sample string 3",
  "title": "sample string 4",
  "narrative": "sample string 5",
  "gslID": 6,
  "phone": "sample string 7",
  "email": "sample string 8",
  "gsl": "sample string 9",
  "gslName": "sample string 10",
  "linkedin": "sample string 11",
  "twitter": "sample string 12"
}

text/html

Sample:
{"teamTypeID":1,"fullName":"sample string 1","lastName":"sample string 2","firstName":"sample string 3","title":"sample string 4","narrative":"sample string 5","gslID":6,"phone":"sample string 7","email":"sample string 8","gsl":"sample string 9","gslName":"sample string 10","linkedin":"sample string 11","twitter":"sample string 12"}

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 'PeoplePostDetailsViewModel'.

Response Information

Resource Description

PeoplePostDetailsViewModel
NameDescriptionTypeAdditional information
teamTypeID

Gets or sets the team type identifier.

integer

None.

fullName

Gets or sets the full name.

string

None.

lastName

Gets or sets the last name.

string

None.

firstName

Gets or sets the first name.

string

None.

title

Gets or sets the title.

string

None.

narrative

Gets or sets the narrative.

string

None.

gslID

Gets or sets the GSL identifier.

integer

None.

phone

Gets or sets the phone.

string

None.

email

Gets or sets the email.

string

None.

gsl

Gets or sets the GSL.

string

None.

gslName

Gets or sets the name of the GSL.

string

None.

linkedin

Gets or sets the linkedin.

string

None.

twitter

Gets or sets the twitter.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "teamTypeID": 1,
  "fullName": "sample string 1",
  "lastName": "sample string 2",
  "firstName": "sample string 3",
  "title": "sample string 4",
  "narrative": "sample string 5",
  "gslID": 6,
  "phone": "sample string 7",
  "email": "sample string 8",
  "gsl": "sample string 9",
  "gslName": "sample string 10",
  "linkedin": "sample string 11",
  "twitter": "sample string 12"
}

text/html

Sample:
{"teamTypeID":1,"fullName":"sample string 1","lastName":"sample string 2","firstName":"sample string 3","title":"sample string 4","narrative":"sample string 5","gslID":6,"phone":"sample string 7","email":"sample string 8","gsl":"sample string 9","gslName":"sample string 10","linkedin":"sample string 11","twitter":"sample string 12"}