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": "5be12ffe-0235-4813-8d5b-e0742a2ec092",
"CompanyID": "a19436ce-7f39-4b9b-baec-d3877c437d70",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-29T10:37:15.0634495-04:00",
"CreatedByUserID": "765a9bc5-0bde-4909-91ff-1b76250772fa",
"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": "7869ee3b-f2fd-417a-8cd2-f4609d6f2104",
"CompanyID": "2e70caa5-cda8-45ed-8a1d-3195880f5be1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-29T10:37:15.2197044-04:00",
"CreatedByUserID": "00aa1914-63bc-4542-827e-12bb3b962c67",
"Deleted": true
}