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": "3e055841-5e00-4aac-b5b9-3818024a535c",
"CompanyID": "49b1d55e-cf80-4967-a9e5-ea7938d15552",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T00:11:45.7889216-04:00",
"CreatedByUserID": "5e20a33b-b19d-47cf-852c-19eecbd3a537",
"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": "7c4f183c-cd19-41b1-8a46-1894b99e851c",
"CompanyID": "966d7126-29b7-40fb-8e96-723ad3a77709",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-17T00:11:45.8045457-04:00",
"CreatedByUserID": "2156a997-d76d-45ac-8fec-83440ab650e6",
"Deleted": true
}