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": "d09c32fa-53b6-4ac4-9c4d-0dbff33a3606",
"CompanyID": "c423a640-d61b-4550-aea4-1a87cbe4f6e9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T01:46:07.1276952-04:00",
"CreatedByUserID": "d04a2ce5-ffcf-40e7-bedc-0cd1eadb3da2",
"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": "bd998fc3-9b1a-47b3-a748-a88457aa4666",
"CompanyID": "359a125d-a241-4381-a729-c6c62f903e1b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T01:46:07.2839452-04:00",
"CreatedByUserID": "6609702b-24ce-4699-8e4e-d99e103076bb",
"Deleted": true
}