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": "cc34bfd4-e97d-47bb-bf70-59aa3ad00b60",
"CompanyID": "768e8fae-0a80-40d8-aef5-c89cae262803",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-09T20:55:51.2554724-04:00",
"CreatedByUserID": "6197b30d-4f12-425f-8c02-ba21a8f03fec",
"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": "526e9a7e-8c2d-4f61-9e2c-cd2066f35365",
"CompanyID": "2a6a93cc-d1e2-4630-a496-24e375d6df68",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-09T20:55:51.2554724-04:00",
"CreatedByUserID": "86ee86a0-b0e6-49c1-a6b0-981231afa224",
"Deleted": true
}