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": "67288891-e7f3-4e0d-a07e-15d924446a3d",
"CompanyID": "30a1319d-a5ab-464f-9150-09cc584b8c9a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-31T23:30:55.6125674-04:00",
"CreatedByUserID": "aca3bc09-2ba6-4415-ad9a-416468c4dd77",
"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": "f79d28da-c2f6-43f5-b91a-d291a190e751",
"CompanyID": "e16ecdba-029c-45b5-8636-48f1c11df1db",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-31T23:30:55.7531826-04:00",
"CreatedByUserID": "d037b71f-96d8-4747-866c-ccc227bdbdb5",
"Deleted": true
}