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": "0d24c1a8-834b-418b-930c-17e8f4497a71",
"CompanyID": "6c965c97-259d-4750-b57a-4b7e8b9073fb",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-16T04:43:12.5438244-04:00",
"CreatedByUserID": "8dbc930a-46a9-4235-adaa-1597d85e019f",
"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": "6f807751-f19e-436f-8412-08f166e8776b",
"CompanyID": "a86e912a-d878-4be5-a9e4-104153d72960",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-16T04:43:12.68444-04:00",
"CreatedByUserID": "72f321ad-2f8e-46ab-9869-e1983841030d",
"Deleted": true
}