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": "435db082-9059-49b1-a6aa-d7ec903b65a6",
"CompanyID": "76bfc5ee-8f86-4e2f-82a5-aa3cba4f4b34",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-26T10:41:21.2330602-04:00",
"CreatedByUserID": "9bdc1f65-224e-4f27-a331-4d84a3fb9b96",
"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": "d892bce0-e3f3-4197-bfd9-1395d004ad3e",
"CompanyID": "10b38317-c609-42de-92ef-fec9a010e233",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-26T10:41:21.3736843-04:00",
"CreatedByUserID": "f134a581-5050-4d53-a742-d3636f1ca87a",
"Deleted": true
}