POST api/user

“Post”的文档。

Request Information

Parameters

NameDescriptionAdditional information
uri
“uri”的文档。

Define this parameter in the request URI.

ContractList
“ContractList”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{}

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "success": "sample string 1",
  "msg": "sample string 2",
  "data": {}
}