POST api/AccountManager

Request Information

URI Parameters

None.

Body Parameters

AccountManagerDto
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Telephone

string

None.

Email

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "telephone": "sample string 3",
  "email": "sample string 4"
}

text/plain

Sample:
{"id":1,"name":"sample string 2","telephone":"sample string 3","email":"sample string 4"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain

Sample:

Sample not available.