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": "b4f99394-f8c3-40da-826f-dd5c750627db",
"CompanyID": "ba47e65f-f0d9-42fc-8899-795d9bf74aa7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-29T14:03:28.5043458-04:00",
"CreatedByUserID": "9dda1a1c-fb40-40da-a07d-e52f2b1a5179",
"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": "5b790f99-047f-47d2-acf0-4772499c0bf3",
"CompanyID": "331c7833-73be-4c0a-94e4-f510065819e1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-29T14:03:28.6605963-04:00",
"CreatedByUserID": "a942cd5a-089c-4d57-ba16-c371f0ecb719",
"Deleted": true
}