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": "236cae01-ed03-424f-8466-ef06d65d3223",
"CompanyID": "a5b4d995-ad37-4cc9-86e1-02be1480ab44",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-17T21:21:23.9804379-04:00",
"CreatedByUserID": "d4a4555d-959f-4a56-9a59-8f4df572f41e",
"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": "6c90db0c-ae09-42eb-8030-fcc67614d12a",
"CompanyID": "26c9f259-0ac1-4597-b008-5be3e2be9df5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-17T21:21:23.9960705-04:00",
"CreatedByUserID": "78142192-c7ef-4b05-a880-f02a5c6a7cb2",
"Deleted": true
}