PUT api/Companies/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| company | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyID": "sample string 1",
"CompanyName": "sample string 2",
"CompanyNameE": "sample string 3",
"Company_SER": 4,
"Companys_DaTim": "2025-12-10T14:49:29.3273463-08:00",
"YearTagId": "sample string 5",
"BasicOrMove": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.