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": "3cc4c88c-6780-4430-89fe-1d6a2224d30d",
"CompanyID": "09918527-5e8a-486c-a174-878328a2ecb9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-23T05:03:59.5937303-04:00",
"CreatedByUserID": "a0fa2956-6376-4b52-a427-2e687cb53eb7",
"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": "376d8eb0-f3b1-4596-8a40-4c3669c9d2fe",
"CompanyID": "4b33bb43-f0f7-415b-b9fd-0275c7eb77bc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-23T05:03:59.7499722-04:00",
"CreatedByUserID": "ea96efa4-abc7-420c-8dc4-263da059fb17",
"Deleted": true
}