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": "cbc8af24-685f-46a4-a5dc-c5ef83410f78",
"CompanyID": "99730bcf-4393-46da-abac-7c8f3acdfd02",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-03T18:56:32.8709769-04:00",
"CreatedByUserID": "2980c66d-0a8b-43db-8bc3-9e693a913b9b",
"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": "5f72b8fe-dbf9-416b-a45b-b8646c7f0da7",
"CompanyID": "f4233d0e-7d6e-41ba-88a8-f39b7a5a1533",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-03T18:56:32.8709769-04:00",
"CreatedByUserID": "77f572e8-a417-457b-836a-ace701d52534",
"Deleted": true
}