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": "d92ed10b-0b18-4837-813c-b6e77f657d5d",
"CompanyID": "daa06f16-ee2e-4b21-9d0b-8f64959c263b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T03:25:42.953336-04:00",
"CreatedByUserID": "ef30b3af-c4d6-44da-a867-b76f7d2e2cd7",
"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": "66033acc-3438-40c5-83ab-64f6b499fabc",
"CompanyID": "2cac7522-0601-4bbf-b26c-707e86acc74c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-11T03:25:42.953336-04:00",
"CreatedByUserID": "1501b799-b4f6-41d2-8704-bfc9ecc01ef7",
"Deleted": true
}