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": "15d722ea-cf7c-42f4-9b66-18f6c62c304f",
"CompanyID": "8c439bec-77c0-40c0-936a-44fcaf94283f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-29T13:37:53.5975456-04:00",
"CreatedByUserID": "9be009ed-fe78-4171-a1a7-216e7d3bf021",
"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": "523d30a7-6e14-4f00-a631-e0f96a77f85e",
"CompanyID": "834f7482-f87d-42f5-af09-bec45525cf14",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-29T13:37:53.5975456-04:00",
"CreatedByUserID": "6ad9fc69-795e-49bd-9ff1-2f39808f6684",
"Deleted": true
}