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": "5a65279b-3b8e-48b2-9d6e-e1aa0a611379",
"CompanyID": "6e2774a9-ee59-4e25-ab25-02bc726e24b3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-27T00:50:38.4356913-04:00",
"CreatedByUserID": "94cdca0d-9ce1-4f1f-95a7-bbbf603cbeff",
"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": "3cf3473f-54ea-40e0-9d10-92dfa09fc883",
"CompanyID": "031d2a41-f0eb-437e-ab86-6dc9da21f68a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-27T00:50:38.5929985-04:00",
"CreatedByUserID": "0f7efba8-79a3-4dd4-abd0-1a54a2b37818",
"Deleted": true
}