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": "cc9c10e9-1c13-4364-b580-8879949c60dd",
"CompanyID": "1b80b36d-13ba-47b3-b829-6e5fb50a0e48",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-29T04:12:58.3224966-04:00",
"CreatedByUserID": "4aea136d-8af4-421e-9edc-fbe4e4a3fc7e",
"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": "daeedcd8-13e3-4aba-b61c-a9379ce50ad3",
"CompanyID": "92e3f612-c279-44d2-8ca6-266888e5829b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-29T04:12:58.3381291-04:00",
"CreatedByUserID": "5e7d58aa-aebc-4fe5-ab92-9ac592fbb678",
"Deleted": true
}