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": "fee80821-0d38-4e99-9c9e-8f39aa61e1dc",
"CompanyID": "af8b0f72-7acc-4fe2-8dd8-cad31dfd2a42",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-18T10:12:35.2668321-04:00",
"CreatedByUserID": "ef6d98ea-1ff6-4756-b44e-1c89d813de2c",
"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": "13759a7f-5e2e-4dbc-892d-f3c1607d05b7",
"CompanyID": "eae99daa-ff0f-4c81-8b09-13976ce7f325",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-18T10:12:35.2668321-04:00",
"CreatedByUserID": "d1626617-3544-4e6d-9302-8a2d915f5d16",
"Deleted": true
}