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": "3ed0027d-21ac-4ffc-8ad1-12bc6beef3b2",
"CompanyID": "b5360f22-84c9-4d03-9c14-747ea8b00d4f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T22:01:06.3235938-04:00",
"CreatedByUserID": "9989961b-d5c4-4344-abe8-ba9656a96fad",
"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": "405dc744-2f02-46c6-85fe-7c5a234f0836",
"CompanyID": "f660b655-4efb-4cf1-b6d6-7922319c393a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T22:01:06.3391936-04:00",
"CreatedByUserID": "15a758df-4e67-40b6-ba1a-59f55b365e7c",
"Deleted": true
}