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": "d62d3330-0c63-4cd7-ab7d-66bf5e0db86a",
"CompanyID": "71699264-d71c-4a77-bb47-1b9749080a44",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-17T01:03:49.3473022-04:00",
"CreatedByUserID": "c8fe8241-df37-4e6e-9fa8-0bbba502c0cb",
"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": "d7e0032c-84a1-4072-8539-325c00d4cdbb",
"CompanyID": "0470c4ae-ff9d-49ca-af95-6d5dc2d86f03",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-17T01:03:49.3473022-04:00",
"CreatedByUserID": "589222e1-ebdc-4447-a0a8-32a8bf00dd15",
"Deleted": true
}