PUT api/contractlabortransactiontypes/{transactionTypeId}
Update ContractLaborTransactionTypeModel by primary key
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| transactionTypeId | integer |
Required |
Body Parameters
ContractLaborTransactionTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionTypeId | integer |
Required |
|
| CreatedOnUtc | date |
Required |
|
| Description | string |
String length: inclusive between 0 and 50 |
|
| ContractLaborTransactionLogs | Collection of ContractLaborTransactionLogModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
None.