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": "d57ecca0-b5f3-495b-91d1-260e998056d7",
"CompanyID": "6b326de3-b9f0-419d-9981-4a313e00d2ec",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-23T01:46:14.9950469-04:00",
"CreatedByUserID": "6291f829-45fa-4601-8e00-c200ba940733",
"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": "3ecefc3b-a936-4e59-99f7-434d7d0624d4",
"CompanyID": "49e12519-e043-4b61-a3b2-ac1e91250a8b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-23T01:46:15.0106732-04:00",
"CreatedByUserID": "52868744-9a29-48a9-b579-155ab5287810",
"Deleted": true
}