POST api/Community/Add
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.