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": "04fc0e65-da6e-4fca-bdb4-f7e7d8e695cd",
"CompanyID": "84303b0c-2af5-4130-91d3-fe36f3a4659f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-04T22:23:35.6095451-04:00",
"CreatedByUserID": "f969a800-f0e3-466a-beea-ef3a645efa06",
"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": "44529cbb-b76c-4eeb-b98e-d1107664daee",
"CompanyID": "8dfab37b-96fc-4de7-ad47-014da8884eac",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-04T22:23:35.7501608-04:00",
"CreatedByUserID": "2332ff41-85dc-488d-bca7-265f7f3a990a",
"Deleted": true
}