POST api/CompanyCommunity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| companyCommunity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "7048d72b-ad78-4b3b-8f84-b39d6c3c2ec1",
"CompanyID": "2c6d191b-8ab1-45f1-abfd-baf2ed1160d2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T13:09:07.2699854-04:00",
"CreatedByUserID": "31a96eeb-c69b-4643-9e25-161ad423250e",
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "7f496e75-d863-402a-9200-b4e9dfd7624e",
"CompanyID": "2765afbf-62ef-4c70-b480-88e5d68afa4b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T13:09:07.2699854-04:00",
"CreatedByUserID": "599ef93c-1851-4cf9-b552-71f62e9bbebb",
"Deleted": true
}