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": "a61aa5f0-0435-451c-b6e6-dfd25c515454",
"CompanyID": "90f17c48-eb0a-454c-ac64-d5d6c14734bc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-16T17:31:30.0371025-04:00",
"CreatedByUserID": "1f5c4bad-1620-4848-a16a-674a81bdbd27",
"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": "1f9c8b5b-815e-43df-9202-363dc004a14c",
"CompanyID": "96ae4071-6a54-455d-98d1-7a806e9e28e2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-16T17:31:30.0371025-04:00",
"CreatedByUserID": "234ea50c-a853-4b0f-9695-fda946454b69",
"Deleted": true
}