POST NewProjectInfo

“Post”的文档。

Request Information

Parameters

NameDescriptionAdditional information
model
“model”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Address": "sample string 2",
  "Phone": "sample string 3",
  "Mobile": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Msg": "sample string 2"
}