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": "d6818384-247b-44f7-8d87-dcf90c038f79",
"CompanyID": "4bc179fe-5a86-4101-a247-6a22bd8952cd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-02-25T05:42:27.8676638-05:00",
"CreatedByUserID": "3e15befd-2d4d-473e-a385-fbeac1a3c3f0",
"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": "43b49fbb-f8b0-4034-8fae-10b5491fee01",
"CompanyID": "fdeeddc7-2796-4079-828d-670cdc2bfd4e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-02-25T05:42:27.8676638-05:00",
"CreatedByUserID": "96c64e8d-8262-4cf0-b1a3-5fc5aa132cfb",
"Deleted": true
}