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": "efdfa141-022d-4ea9-8bfe-83670db5babc",
"CompanyID": "cb8e0c94-3967-40eb-8377-e164d3e94651",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-25T22:31:27.7019652-04:00",
"CreatedByUserID": "411837e7-2ec6-4c84-ab29-71e9245d5972",
"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": "c3218a3d-50c2-4052-a441-3dee4f0f0047",
"CompanyID": "41e8b6cb-40c1-4439-9e79-7b37e53110b9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-25T22:31:27.7174642-04:00",
"CreatedByUserID": "20ae231e-d00e-4b57-b60d-f48af1908540",
"Deleted": true
}