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": "dd9b64a3-41fa-48d9-83eb-6703dfcedbe0",
"CompanyID": "46f2610a-8d3a-449f-a8de-ea3382bc80a1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T17:58:48.3426113-04:00",
"CreatedByUserID": "4a73fe94-a551-4934-9bf6-db5e98ebb302",
"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": "fba0b7be-1571-4e09-85a9-7e90fa45864d",
"CompanyID": "bbc6d276-f0f1-4abd-a549-bcf53ce00470",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-10T17:58:48.3426113-04:00",
"CreatedByUserID": "8a2131da-623b-415d-b3a3-56d277d38a74",
"Deleted": true
}