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": "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:
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.