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": "7f3f1eda-9b77-4875-bd8a-ac9948e34839",
"CompanyID": "1640caae-a71f-423c-9355-9e36afaa0a14",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-23T06:05:24.258826-04:00",
"CreatedByUserID": "96c0aeb6-0fd2-4694-a1c6-93d55ceb783e",
"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": "72546c5d-9954-4531-9c2f-d7efa670faa7",
"CompanyID": "517b43a6-36eb-4918-b404-8a75022b3f17",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-23T06:05:24.258826-04:00",
"CreatedByUserID": "b3f6df5c-e212-404f-9544-74f198c83200",
"Deleted": true
}