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": "23d38bb1-9bea-4dad-9e40-7df7a0e92d80",
"CompanyID": "fe7c1fdb-c389-44e2-801e-f8ae4aa67e54",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-26T01:46:05.4210639-04:00",
"CreatedByUserID": "133ffb97-7d30-45fa-acd8-036f76c9bb18",
"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": "8ed311b9-ea62-4724-b59f-428db949f2d1",
"CompanyID": "d0435dfd-bf11-48c8-82b8-d8111c0192e1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-26T01:46:05.5616864-04:00",
"CreatedByUserID": "f03e26c8-ae39-48aa-915b-96a332e0e1fb",
"Deleted": true
}