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": "ffc32b5d-23e1-4b04-8d0d-214132853a1b",
"CompanyID": "644ff879-771e-449a-9681-d4fef77d5d43",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-26T18:43:25.7237336-04:00",
"CreatedByUserID": "6332da90-bbf0-4a83-aee2-e119eaefa48b",
"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": "21a000f7-a3a3-46f7-9b17-1b7eff320738",
"CompanyID": "1666313c-bcaa-45af-bfad-3f58fbbc8f9c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-26T18:43:25.7237336-04:00",
"CreatedByUserID": "25b1a7ad-e116-4d03-8143-ee04818e5532",
"Deleted": true
}