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": "83dc225d-d47a-4e72-9934-8fc70c5b32f1",
"CompanyID": "a6c3ed20-38fe-4d6b-8f82-d332af45cd21",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-14T05:24:14.6311106-04:00",
"CreatedByUserID": "e13ed8e6-eb31-4b02-bc9b-c8d876ca1050",
"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": "59fc22dc-403d-44c7-918d-ae9e6e68bdd7",
"CompanyID": "b6e379c8-12c7-4888-9f72-8ff0caecbabe",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-14T05:24:14.8029858-04:00",
"CreatedByUserID": "f91080ed-33e8-49cb-9770-d734c838f1c1",
"Deleted": true
}