POST api/v1/ptotransactions
Create / Update PtoTransaction if PTO. This is an asynchronous service
Request Information
URI Parameters
None.
Body Parameters
PtoTransactionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PtoTransactionsId | integer |
Required |
|
| PtoDate | date |
Required |
|
| FsStaffId | integer |
Required |
|
| Hours | decimal number |
Required |
|
| FsDeptId | integer |
Required |
|
| FsAssignId | globally unique identifier |
None. |
|
| Source | string |
Required String length: inclusive between 0 and 100 |
|
| FsDept | FsDeptModel |
None. |
|
| FsStaff | FsStaffModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseModelOfPtoTransactionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfPtoTransactionModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.