POST api/v1/contractlabortransactionlogs
Create a new ContractLaborTransactionLogMode
Request Information
URI Parameters
None.
Body Parameters
ContractLaborTransactionLogModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractLaborTransactionLogId | globally unique identifier |
Required |
|
| CreatedOnUtc | date |
Required |
|
| TransactionTypeId | integer |
Required |
|
| Details | string |
Required String length: inclusive between 0 and 255 |
|
| FsUserId | integer |
Required |
|
| FsDeptId | integer |
Required |
|
| ContractLaborShifts | Collection of ContractLaborShiftModel |
None. |
|
| ContractLaborTransactionType | ContractLaborTransactionTypeModel |
None. |
|
| FsUser | FsUserModel |
None. |
|
| FsDept | FsDeptModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
ContractLaborTransactionLogModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ContractLaborTransactionLogId | globally unique identifier |
Required |
|
| CreatedOnUtc | date |
Required |
|
| TransactionTypeId | integer |
Required |
|
| Details | string |
Required String length: inclusive between 0 and 255 |
|
| FsUserId | integer |
Required |
|
| FsDeptId | integer |
Required |
|
| ContractLaborShifts | Collection of ContractLaborShiftModel |
None. |
|
| ContractLaborTransactionType | ContractLaborTransactionTypeModel |
None. |
|
| FsUser | FsUserModel |
None. |
|
| FsDept | FsDeptModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.