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": "92609f66-4f5e-4265-8b07-27161b5ed8e9",
"CompanyID": "87e15f7f-510c-452c-bb2a-5f7d7c75b1e5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-02T06:04:37.835163-04:00",
"CreatedByUserID": "33ae0ace-d0a4-4e46-a3ce-ecb7c54138c1",
"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": "039e4adf-1395-4c65-ace2-96544d0350cd",
"CompanyID": "9e14ec16-cdec-48b3-920a-43c51e969845",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-02T06:04:37.8507864-04:00",
"CreatedByUserID": "83b9f559-95c6-4669-8aa9-4c6ad3ad3a89",
"Deleted": true
}