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": "8736c7bb-2799-4a0f-a50e-d61400809677",
"CompanyID": "8da6863e-11a5-4e73-b8fb-ae238cc5b592",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-22T21:49:00.3316641-04:00",
"CreatedByUserID": "98d18728-dd12-4002-bcb2-3066eb32be14",
"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": "803a6fa2-ea20-40d7-b424-c8a572ba1f56",
"CompanyID": "b90140fb-3a73-4847-90ee-eb0ae2c02426",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-22T21:49:00.3316641-04:00",
"CreatedByUserID": "d95f6a66-8206-4aae-8be8-b2b5115c5b1e",
"Deleted": true
}