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": "33244b8f-3e38-4c17-90de-0aa6cfcce880",
"CompanyID": "e917adcb-a34d-4c90-b8aa-4631d4763b84",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-13T16:52:02.3358426-04:00",
"CreatedByUserID": "41dfdd08-3767-44b9-aba6-766e7bb93b9f",
"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": "bc084bbc-db5f-4c2e-bc2a-e8ff71d6da1d",
"CompanyID": "0f321fce-2ec3-401d-99b8-8b714f4d6d9b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-13T16:52:02.3514682-04:00",
"CreatedByUserID": "722894cd-0e2b-4c87-8bb1-5d16a7c45407",
"Deleted": true
}