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": "23767799-8a71-4666-814c-06d4bf313e1d",
"CompanyID": "701df1c5-5a07-4782-90eb-751919ea00a1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-12T07:41:25.50296-04:00",
"CreatedByUserID": "3101fcb1-b1a6-4e6b-99d7-85cc131037fc",
"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": "271b8d8b-df63-4216-85d7-a234d8ff8cad",
"CompanyID": "8cffaf49-47bb-44cf-8a8d-6ab4009781e1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-12T07:41:25.6748365-04:00",
"CreatedByUserID": "0c76edc0-ab04-4ac3-86a8-89458df2d8f1",
"Deleted": true
}