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": "7151e919-dbe2-432d-8531-8eeaa1aa4b50",
"CompanyID": "d4bc9bd6-4777-4b3a-ae03-018c9ebf75d3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-19T03:08:18.2377727-04:00",
"CreatedByUserID": "2e7df39b-cc6c-40e4-a877-6d5ec50ffbcd",
"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": "3abbcc55-aff2-4e61-a4a9-335d4f704101",
"CompanyID": "036f811f-3ac3-4706-8f56-6b6a27a82ede",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-19T03:08:18.2377727-04:00",
"CreatedByUserID": "042ca4a2-ab18-46d2-98a3-43ce6803fb43",
"Deleted": true
}