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": "569bff2a-34b0-4a34-b6e2-8c4df33c715a",
"CompanyID": "716ded40-4c1e-4b1b-a267-5a7985be13ba",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-15T19:09:03.1927331-04:00",
"CreatedByUserID": "60940022-f0b1-40cc-b6c4-71ebe2ddb55a",
"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": "fb4cd351-8458-459d-8df4-02640a83530d",
"CompanyID": "c88c1cff-ffc0-4960-9eea-a42b2665af7e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-15T19:09:03.1927331-04:00",
"CreatedByUserID": "a4f2eeb1-96b5-434c-a7df-92038e5249de",
"Deleted": true
}