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": "0e10ad25-4919-49c4-9548-1ba706d73c36",
"CompanyID": "afd2ce23-2cff-45f7-880d-65eee9ffd38c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T08:08:44.4736922-04:00",
"CreatedByUserID": "4808399b-afb7-4b3e-a687-62a4b714721d",
"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": "e2bf911f-a114-4b9d-a50c-e92449598ea0",
"CompanyID": "a993d1ee-0b45-428a-9cb7-1e22899e7dd8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T08:08:44.4736922-04:00",
"CreatedByUserID": "2726501d-f622-4354-bb54-9465afcfc02a",
"Deleted": true
}