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": "75862270-8f46-4521-bb87-193ecc977992",
"CompanyID": "ad0e5de1-a2e4-4fdf-b333-b93c58b87e87",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-02T13:09:50.3118613-04:00",
"CreatedByUserID": "b660e22d-30fb-4ba7-8922-6304126c1dad",
"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": "94aba44a-6539-4b2e-b741-e77bbdf32e03",
"CompanyID": "c3cf4fdd-7b85-42a3-9a52-5a4d3c8cb7e3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-02T13:09:50.3274851-04:00",
"CreatedByUserID": "8a9454cf-339c-49e2-81bc-1df2977f4104",
"Deleted": true
}