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": "c45836a4-a0fa-4085-b091-99df3d292bef",
"CompanyID": "dc889bfe-95b6-4132-af1c-eaf8a836edcb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-18T15:02:12.6221409-04:00",
"CreatedByUserID": "295947b2-6a32-4713-ab0a-126e21ed0bd0",
"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": "a79b3e62-2ccd-4929-bffe-f0cfd40cf300",
"CompanyID": "b5ed575f-41c6-489e-831f-422dec9c8484",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-18T15:02:12.6221409-04:00",
"CreatedByUserID": "682220ab-bbe4-4a22-aa03-102c6b50f20c",
"Deleted": true
}