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": "4d5983dc-78f8-4d76-80c5-dc5f65df3561",
"CompanyID": "09be9701-0a2d-4b71-8302-6982c7b8c618",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-04T05:56:05.0393925-04:00",
"CreatedByUserID": "ef840fd1-53a6-4238-b0ee-ed91e81b8fdb",
"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": "feaf5302-9371-4d54-9fc0-834a038c1209",
"CompanyID": "9ecd32b1-5534-4d47-82bf-304c7c5d55ec",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-04T05:56:05.1800088-04:00",
"CreatedByUserID": "a2c8f41c-6515-4cd5-a8c3-bfb125a41acc",
"Deleted": true
}