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": "ef91ea58-ffaf-4257-9ec6-273c17b4e611",
"CompanyID": "c7e20931-d791-471d-905c-5119b386c919",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-19T13:43:35.9678875-04:00",
"CreatedByUserID": "8d27c9cb-434b-47a3-ad7e-b89600059a7e",
"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": "51587ca3-dd22-4717-84e4-0721d034d866",
"CompanyID": "b4a869ef-c27d-44d6-81b2-6ff3714c18de",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-19T13:43:35.9678875-04:00",
"CreatedByUserID": "fb60e966-e59a-43a3-bb70-90b6b61f1228",
"Deleted": true
}