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": "28f02091-9081-4d40-99e0-15c0d5f22101",
"CompanyID": "315081c7-d24c-46b5-bdbe-638b85bf6278",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-13T23:23:44.9685804-04:00",
"CreatedByUserID": "c2103d97-02df-4be5-98cf-bc5a3f078ce0",
"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": "27855b81-a998-4b31-a427-d8e82e4ddd25",
"CompanyID": "2f94f0e2-dec7-4808-9e95-092c6c433f94",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-13T23:23:44.9841656-04:00",
"CreatedByUserID": "7744ae17-99a6-40f4-accb-ebd9a2e6f8b9",
"Deleted": true
}