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": "71dd25ee-4988-4bf1-ad50-08643d35b63f",
"CompanyID": "2101b58d-af53-40cb-97f2-b12847dd2160",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-16T03:47:14.6770591-04:00",
"CreatedByUserID": "02a70a1c-9ce2-4f4b-8f72-7e9bdbb96119",
"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": "91b4b390-4ac1-4823-8ef5-fab722355deb",
"CompanyID": "4f5af2e8-6482-479f-99c2-446d6025bc48",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-16T03:47:14.6770591-04:00",
"CreatedByUserID": "503f69c8-9825-4854-bae1-0393759bced5",
"Deleted": true
}