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": "bc8188d0-a1a8-408a-abde-61cd345af403",
"CompanyID": "398fd37a-0fb3-4280-b0ab-cfc03fae2f2c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-19T08:00:26.4757249-04:00",
"CreatedByUserID": "a7d31b80-9c7a-4aaf-8f23-daaf6b6cebb8",
"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": "6877a83d-e2d8-44c9-9b5b-a88f821ebe2f",
"CompanyID": "aeac5bf5-e757-4870-9870-1abae08aa2ae",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-19T08:00:26.7257215-04:00",
"CreatedByUserID": "d9ad9a2f-d2c8-4998-9503-052198aa5783",
"Deleted": true
}