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": "6197acfa-bc73-47d6-b98b-9339ecedb621",
"CompanyID": "1af9643b-d145-4a0b-95c8-2fff39704bf5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-27T20:06:08.2408593-04:00",
"CreatedByUserID": "05440c5c-f984-4965-9bdf-a7f8a3829a1e",
"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": "590f3c1c-b278-4404-b586-afe01492eb64",
"CompanyID": "bde755eb-5b85-4717-9189-f1a91eb04511",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-27T20:06:08.3981836-04:00",
"CreatedByUserID": "693ea623-f990-4f54-b04a-b78b2cf7562f",
"Deleted": true
}