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": "e750aef5-6f27-4a88-8ac0-c24a4a793695",
"CompanyID": "78336eb2-7bb6-4cdd-9938-538c1e732836",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-16T17:13:38.0011255-04:00",
"CreatedByUserID": "5aa77833-d959-40f1-abc4-a9276df6cfc8",
"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": "0b910cd7-8f5d-4524-9a62-ec79ee9a982a",
"CompanyID": "2f4bb959-77ad-4178-a188-535b79e436d7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-16T17:13:38.0011255-04:00",
"CreatedByUserID": "acd7777b-6d6b-4b9b-8f28-7dbe0a3f951a",
"Deleted": true
}