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": "b18f0757-a501-4aa1-9b59-2b5cfbbdec6c",
"CompanyID": "843def42-d316-4d9b-87d7-4355925d28f1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-29T11:21:53.9165854-04:00",
"CreatedByUserID": "60db98eb-63ba-4d3f-9039-9121f981b7bd",
"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": "583d1f06-940b-4237-aa2a-9363be4ecf0b",
"CompanyID": "b79faa78-f96b-4098-94e1-1b03b5ae170d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-29T11:21:53.9165854-04:00",
"CreatedByUserID": "7ac4396a-ad2e-4ff3-99c5-4d59b05fdd9b",
"Deleted": true
}