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": "9f0dcbe3-8f96-4387-831a-c4ecea24660e",
"CompanyID": "e0cb2b16-e4d7-4eae-8ff2-1e90642691fb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-24T19:46:15.1053714-04:00",
"CreatedByUserID": "d1017f1e-1efb-4450-b33d-6ad25a90ca19",
"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": "56b9303c-a5db-40a6-969a-9ef036387d65",
"CompanyID": "27d8c18c-014c-491f-b152-02ac18dc5189",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-24T19:46:15.1209907-04:00",
"CreatedByUserID": "cdf47a39-c278-4a70-ac40-fa93193091da",
"Deleted": true
}