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": "07e8d57f-f039-4015-a4d8-e1d9baa5a539",
"CompanyID": "9d8fd4d6-b2af-452c-9939-c7448f3003d2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T14:30:07.0841797-04:00",
"CreatedByUserID": "f71dfde4-23ad-424f-b154-1f491d0c59e1",
"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": "205f56b7-5c70-49c1-b5ca-59302c30a5d2",
"CompanyID": "01fe7869-0912-413c-8998-d063de76bdfa",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T14:30:07.0841797-04:00",
"CreatedByUserID": "90907acf-7973-486f-a76a-5f3ed243f79f",
"Deleted": true
}