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": "7c85ee79-9b7e-46d9-b911-6443a2c9f290",
"CompanyID": "cb4b0a6f-23f4-4a8e-8759-18cdd58320a4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-24T11:00:14.5362019-04:00",
"CreatedByUserID": "06ca467d-e68e-4d01-a4e1-aefce33d7841",
"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": "45243e46-9ecc-49f2-b2a1-7a741a7656e0",
"CompanyID": "9d828671-747a-47d9-a151-a957c5e7c592",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-24T11:00:14.6768253-04:00",
"CreatedByUserID": "5f5f397a-366f-42c4-9e17-ff174b93fa66",
"Deleted": true
}