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": "fadd4d69-db2e-40f4-93da-80fe19cd0b12",
"UserID": "bfd801c0-8a44-4815-afb6-01e97e5018ae",
"CompanyID": "b03cc56c-c060-4fe6-b63d-32837f534b7f",
"Name": "sample string 2",
"DistrictID": "b99c5bf0-5971-4570-88f0-c05e86c95028",
"District": {
"ID": "66c38ae7-fdce-4073-a062-87b0c743bf81",
"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.