PUT api/ContractTypes/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| contractType | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ContractTypeID": 1,
"ContractTypeName": "sample string 2",
"ContractTypeNameE": "sample string 3",
"ContractTypes_DaTim": "2025-12-10T14:47:21.7651334-08:00",
"YearTagId": "sample string 4",
"BasicOrMove": "sample string 5",
"BacisOrMove": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.