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": "db6e906f-51ae-4901-b10d-095a74845b99",
"CompanyID": "91cb32a6-ed8e-4600-9e2d-7a731c57cc08",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-02T15:15:30.2418298-04:00",
"CreatedByUserID": "337ca83d-342c-4176-9f91-168a7f0e8a69",
"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": "d6c85d65-2002-4726-847a-a446f03809ad",
"CompanyID": "a7a5d24f-be2f-4de2-83b9-a3bf61d20840",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-02T15:15:30.257445-04:00",
"CreatedByUserID": "100ceb99-280c-42a9-838c-8567d72af07e",
"Deleted": true
}