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": "48e699d1-753e-48e9-aa73-479792fa780a",
"CompanyID": "53616a8a-a8c8-42b6-b9be-be4f4bd04ffd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-04T22:35:58.6772498-04:00",
"CreatedByUserID": "de01e879-8cac-40fc-acfc-517b9f5b3859",
"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": "36cfbeb6-dd4c-45fc-8956-17bfc19292c0",
"CompanyID": "512d3ac3-9ad0-4cb9-872d-44bcf3fbe8c0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-04T22:35:58.8334911-04:00",
"CreatedByUserID": "c701c478-9c01-4dcb-bf6b-ed9197ee9e2a",
"Deleted": true
}