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": "522a71cc-2cbd-4ed5-9caa-8cd1a21d988f",
"CompanyID": "c60287b1-3ad2-4b80-b90a-09db75c15728",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-20T05:07:37.1538639-04:00",
"CreatedByUserID": "9835e6bd-84c4-4b83-aa00-c31b455b44fd",
"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": "3618f4fd-cc0c-43fc-801b-4a8be5d06afb",
"CompanyID": "dd713b2c-2d5a-4699-adc6-3c23c9b6d1cd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-20T05:07:37.2788599-04:00",
"CreatedByUserID": "5d24247d-9496-4634-b670-40a1baa60e36",
"Deleted": true
}