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": "ffaded18-7acf-4c02-a130-22d8c6e5286b",
"CompanyID": "d8d75311-e1d3-4e4e-8b4c-59ec1d9e3bee",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-25T10:34:52.8964422-04:00",
"CreatedByUserID": "361b9137-226e-4fb9-8ea1-f27a3f97c7a0",
"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": "8d006d26-4845-49e1-bf82-a7d0c05d54b9",
"CompanyID": "272f0609-ca81-40e3-8400-4457a8e3c76e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-25T10:34:53.0370658-04:00",
"CreatedByUserID": "034061e0-4394-4605-8e39-6ec29167f87b",
"Deleted": true
}