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": "75608b6f-6461-4655-bd51-6053b0811b1b",
"CompanyID": "3c96ad65-2f92-4eab-9361-6578129dfcb7",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-09T08:41:54.368932-04:00",
"CreatedByUserID": "38f94c38-db2c-49a6-a135-8ea6b0d333bb",
"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": "f709fa8d-5e42-48a6-82c4-ceef8f3cc83d",
"CompanyID": "6dca688a-57d5-4672-a40f-bdada4b8c263",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-09T08:41:54.368932-04:00",
"CreatedByUserID": "2821b3c5-4351-46cc-88ba-f7b457450202",
"Deleted": true
}