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": "903ff28a-1c14-4a87-85e3-1db7c5cb85d4",
"CompanyID": "b395e479-2658-4287-b9a7-9ff94bc29381",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-06T05:08:22.1887834-04:00",
"CreatedByUserID": "f19cfe0f-59d3-4476-9277-43c94d56041a",
"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": "85579fe0-bf59-4099-aeca-ee1cf4c00218",
"CompanyID": "8e209b19-a1fc-429f-b4a4-e5e34cdff34e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-06T05:08:24.2787863-04:00",
"CreatedByUserID": "872abde4-1e7c-48f9-83ab-61befdcbc1ff",
"Deleted": true
}