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": "46037c8b-9184-4dc2-9265-78bb65ae2f26",
"CompanyID": "e3617ca5-8d07-4af1-807e-573b5dc0b378",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-05T15:42:58.257785-04:00",
"CreatedByUserID": "ffb69b77-855e-4dbe-aa90-74bf3b2e8db9",
"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": "3b2b7f9a-d977-4338-a5d4-682ba6ca8d30",
"CompanyID": "6a2b9d47-c29e-459d-84bf-d230c242b27c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-05T15:42:58.398392-04:00",
"CreatedByUserID": "e72ce58d-df3a-4021-a9e0-6e3b8ab67a82",
"Deleted": true
}