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": "ef86d4b5-c701-427c-a7f1-433b5bf5dd08",
"CompanyID": "55f868f7-c8e7-48ce-b145-14d41bff4e7b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-19T06:45:42.3903442-04:00",
"CreatedByUserID": "6010f59b-7926-42bc-8a29-afc74e1dcb0d",
"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": "00151c59-a704-4591-86a2-925e18a70d87",
"CompanyID": "74c75375-6e1f-4e10-afb6-e694a8656dee",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-19T06:45:42.4059713-04:00",
"CreatedByUserID": "1195ed8d-1588-447a-adf4-6026e6edab29",
"Deleted": true
}