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": "b16205a8-4aad-4b70-b1d0-a032bcc7f14c",
"CompanyID": "f3a49189-2647-427d-9fd9-cd18830275e8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-22T14:56:47.5200942-04:00",
"CreatedByUserID": "bf8726b5-d051-4652-be6e-8fb4061a9778",
"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": "d437efab-e12c-4402-ae59-26471b4624ba",
"CompanyID": "0176f3c3-6116-48ae-b1da-5e93ebd02059",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-22T14:56:47.5200942-04:00",
"CreatedByUserID": "057e45d8-bd49-442e-aeba-7e677b86eee5",
"Deleted": true
}