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": "0c03d232-c54e-4d87-b7a1-07a481d87e83",
"CompanyID": "63bf9c46-8761-4238-b59d-3c7fbaae1b53",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T03:38:18.2154089-04:00",
"CreatedByUserID": "ef35a747-6df1-4f82-b5f9-4660743d66bc",
"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": "8b8b5ce2-723c-4f9a-b55f-0e3bbaff8bc6",
"CompanyID": "19cefc79-39ae-4ff7-9433-bd6f9c2a8116",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T03:38:18.2154089-04:00",
"CreatedByUserID": "dcf546e8-0fcd-43d4-9708-debfe40716d9",
"Deleted": true
}