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": "3d4c4146-8f47-4e26-b505-a274c99fd19f",
"CompanyID": "da647b37-b718-4008-ada5-8078edb8dc98",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-16T16:33:11.3456689-04:00",
"CreatedByUserID": "8158c0ae-abd2-4bf0-b9fa-96adfb8e6467",
"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": "f38e6b3d-a591-4ec3-af66-64e70b2439f4",
"CompanyID": "921d4c17-e2e4-452b-9ce5-104fcab1abfa",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-16T16:33:11.3612793-04:00",
"CreatedByUserID": "fdcb701d-ed01-455b-a0a4-f369949b70b3",
"Deleted": true
}