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": "92642a03-630e-4221-afd6-1f38ae29324d",
  "UserID": "2d032583-b826-475c-b340-7ad1fc5a280e",
  "CompanyID": "b2cf4091-3481-4fee-b05b-41d0e2a57c1a",
  "Name": "sample string 2",
  "DistrictID": "422422ac-0993-49cb-8c2c-39c09370110f",
  "District": {
    "ID": "ec30067f-db04-4e44-ba37-7ddc15b54b09",
    "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.