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": "8f97e22f-7517-487b-be51-114f92410e55",
  "UserID": "d97d2cf2-6a30-4eb9-905b-b52547a884be",
  "CompanyID": "a7035147-4adc-4f87-87f3-29dc1bbf13af",
  "Name": "sample string 2",
  "DistrictID": "7cf96ac7-0f80-4411-9062-29f2049ac508",
  "District": {
    "ID": "2362de8d-1075-44c3-a5a7-82ecac5d123f",
    "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.