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": "50600aad-725c-49e3-a1f7-65c975ef582e",
"CompanyID": "7ff448c9-45c5-42a6-a4c5-6e5a6a110260",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-21T04:46:18.5670457-04:00",
"CreatedByUserID": "190219d4-a9ea-4b0a-ac0c-fdd6fc8b74f1",
"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": "1d301e60-8cd9-4330-9c33-66c2b23dd3f0",
"CompanyID": "21adf481-5174-4ed4-95c4-4124d4706b26",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-21T04:46:18.5670457-04:00",
"CreatedByUserID": "4e789662-7ea5-4135-8934-619bb4e228e5",
"Deleted": true
}