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": "52efe7cf-ff5a-4816-8d97-afc3dd99b3e9",
"CompanyID": "7cd207ca-2dba-48dc-b526-79ef808b4468",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T23:04:09.0875364-04:00",
"CreatedByUserID": "db349eb6-7caa-40b8-b3f9-a90f1c640724",
"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": "12bf3bf5-b3ed-444b-9537-cc26d13da960",
"CompanyID": "539b590e-7a3d-42f4-8ba4-ae0bdb579d97",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T23:04:09.0875364-04:00",
"CreatedByUserID": "f73efa94-2e89-4e31-89b0-6d5d2263026a",
"Deleted": true
}