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": "348ce8b2-9b47-459a-a7f6-01ef5bf3e717",
"CompanyID": "0407d20d-0a8a-485d-b52f-5bcd17b92a22",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-12T11:43:32.5459839-04:00",
"CreatedByUserID": "2353989e-8b07-4896-bdfd-99724c6ccd2a",
"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": "ba73afe4-cd6d-492e-954b-4cf66a60c0d5",
"CompanyID": "97a1838b-3ddf-429f-ae23-087e7de3e93b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-12T11:43:32.561615-04:00",
"CreatedByUserID": "ddbcbf26-ae7a-4674-9bf7-b07aa11136e9",
"Deleted": true
}