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": "61d10a5a-5bdb-41f1-813e-c2578bfbad0e",
"CompanyID": "a2a5bc3b-58fb-4c3b-a293-ec907505cd26",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-06T19:47:40.2750345-04:00",
"CreatedByUserID": "1fd252e7-6225-4ee8-bef7-b345c03ab906",
"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": "b2b63c1c-bac4-42f0-a309-b58de01f8c47",
"CompanyID": "9a5a8101-c1c9-4170-86cb-be0e821ba763",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-06T19:47:40.431297-04:00",
"CreatedByUserID": "98f44e1a-f555-49f8-b6f3-0aab34dc09db",
"Deleted": true
}