POST api/Account

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Password": "sample string 2"
}

Response Information

Response body formats

application/json, text/json

Sample:
"sample string 1"