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": "1674efbf-4787-45c9-b6f0-000d1da9c66f",
"CompanyID": "0223e6ff-96d2-44fe-9c85-e0fbf7408612",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-20T17:14:42.2754547-04:00",
"CreatedByUserID": "c0b82ce4-37b3-4efc-9ae0-f6b05fdac7c2",
"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": "10d0e378-dcdd-4de5-b122-f349d661aafc",
"CompanyID": "dc5b8077-6cc4-4d05-8312-eafc15e05d42",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-20T17:14:42.2754547-04:00",
"CreatedByUserID": "90f28e32-a055-4016-a14c-f01dbfbc1720",
"Deleted": true
}