POST api/Community/Add

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
community
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID": "fadd4d69-db2e-40f4-93da-80fe19cd0b12",
  "UserID": "bfd801c0-8a44-4815-afb6-01e97e5018ae",
  "CompanyID": "b03cc56c-c060-4fe6-b63d-32837f534b7f",
  "Name": "sample string 2",
  "DistrictID": "b99c5bf0-5971-4570-88f0-c05e86c95028",
  "District": {
    "ID": "66c38ae7-fdce-4073-a062-87b0c743bf81",
    "Name": "sample string 2"
  },
  "Address": "sample string 4",
  "Pinyin": "sample string 5",
  "PinyinAbbr": "sample string 6",
  "Longitude": "sample string 7",
  "Latitude": "sample string 8"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: 发生一个或多个错误。

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: 发生一个或多个错误。

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

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.