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": "592090ff-3dfb-4862-865c-24e0d1f286e4",
"CompanyID": "ea1df48a-8a8c-4c16-a2a8-0f9263755096",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-07T00:09:27.5032276-04:00",
"CreatedByUserID": "d5c32be9-fec2-453b-8183-535ac8d8470e",
"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": "912b4028-2f1a-4487-ac6f-53d63139c0a2",
"CompanyID": "5f9521d6-fb1f-4b11-b63a-5d5f1eb62138",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-07T00:09:27.5032276-04:00",
"CreatedByUserID": "c11e7921-fb49-4a92-a8ad-366820c45a76",
"Deleted": true
}