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": "5b55f50e-a10d-41fa-ba88-d9f3b73ca6c2",
  "UserID": "cfaeea0e-fbba-4fd5-8c17-82016cd927fe",
  "CompanyID": "5aed302d-be7e-483c-87fe-5303316e910f",
  "Name": "sample string 2",
  "DistrictID": "cb9e3b22-9f71-4c26-bb93-ec01bf46f674",
  "District": {
    "ID": "1774e1f8-2544-40bb-9da5-9b787f8cbd0c",
    "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.