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": "603b3649-96a3-4621-9b23-72b08994a9d1",
"CompanyID": "375dc3a9-a416-4400-b22f-270772c0ccd8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-18T11:09:01.9637085-04:00",
"CreatedByUserID": "83a29c4a-2caa-4a05-80bc-ca3a26f06afc",
"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": "ca747472-20f5-417f-9e5f-a6693e84a99f",
"CompanyID": "3f6ae7f3-168b-4825-8e7f-31dac9413aa3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-18T11:09:01.9637085-04:00",
"CreatedByUserID": "d25a0c57-034e-4b2b-80ed-bf6b06c0092b",
"Deleted": true
}