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": "d7a3a835-c1bd-40d5-bc30-4ab6eb534f2f",
"CompanyID": "bcf25878-5a34-46c6-b435-4b30a0370b6d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-30T13:24:13.2277128-04:00",
"CreatedByUserID": "ce422d85-8b03-491f-9cf5-fbf1224ba4a7",
"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": "1d946d81-dc23-4a17-987d-6c6131c6f92a",
"CompanyID": "e3188f63-aec7-43aa-a463-00b4c3369af0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-30T13:24:13.2277128-04:00",
"CreatedByUserID": "6def9a08-ee31-4be4-880f-45a11d8a9b2d",
"Deleted": true
}