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": "a6f2e81c-087a-44d7-8d28-608e0ad4afa0",
"CompanyID": "1080d0b3-736b-4303-ad20-40638e60e47c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-17T22:22:15.9744669-04:00",
"CreatedByUserID": "39bb8b1c-5b88-4d02-a201-34541d4b50ef",
"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": "f8b040c0-5e9d-4183-ab1a-5b25d18145f1",
"CompanyID": "bbafcbe1-52cc-4cb8-8fbe-675562f7f467",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-17T22:22:15.9744669-04:00",
"CreatedByUserID": "853cd352-ccd2-43b4-ab6c-c7b8427aea2b",
"Deleted": true
}