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": "1d78d224-0af5-4757-a0ee-f0f6e2daf480",
  "UserID": "1fefb10a-5be5-4ec4-a0bb-6154c904fd63",
  "CompanyID": "037c100e-14af-4701-8be1-e993b228d138",
  "Name": "sample string 2",
  "DistrictID": "c649c597-a77f-4ceb-a438-ec8c448d4f47",
  "District": {
    "ID": "0e9980ec-07c3-40d5-b8bb-1ec44bd15866",
    "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.