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": "c5e6e412-09a7-4685-a64b-df2bb443ccba",
"CompanyID": "776f0222-2bcc-4466-85bc-9ead1ec23ef2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-29T06:17:21.5835806-04:00",
"CreatedByUserID": "a3a864f1-3844-490b-8510-9a9089eaa032",
"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": "23a84d54-b161-43ec-ad82-b25bcc4d8fde",
"CompanyID": "d82d438f-1543-4bf3-b498-ce1c2a804ab9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-29T06:17:21.5835806-04:00",
"CreatedByUserID": "3e823987-d60e-41cb-affc-c00bf1e4404a",
"Deleted": true
}