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": "1a26cf48-26ee-4a07-b774-fe4c9c186de6",
"CompanyID": "b59d337b-ae4b-42b1-866e-61768ab435b8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-20T23:56:55.8709459-04:00",
"CreatedByUserID": "e44b8605-769b-4a54-94b6-687fff800605",
"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": "ff45c9c2-e985-41c8-a6f4-916f02fe4f81",
"CompanyID": "23cf8e37-4265-48fc-858a-d7a1b7d948ce",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-20T23:56:55.8709459-04:00",
"CreatedByUserID": "5c9910ed-1f2b-420c-88c7-28da408992cd",
"Deleted": true
}