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": "ca019920-14ce-410b-90a7-c22b4e48eb25",
"CompanyID": "7c167342-76d6-4366-9b43-4eea18ba7d62",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T14:15:22.248687-04:00",
"CreatedByUserID": "bb1ac7b7-84d9-4f7f-90a6-8735b8b4aaec",
"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": "c38f4518-0fee-4cd0-8171-e5bca0f40dbb",
"CompanyID": "f71bb95f-dd42-4ce5-9e3c-b7804d8773eb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T14:15:22.2643112-04:00",
"CreatedByUserID": "1d72e096-e091-4294-b8b9-ea7a697b8deb",
"Deleted": true
}