Overview
This web service submits draft and rejected time cards and/or time off time cards within a specified date range for a specified resource (PwsResourceRef)
Request Format
- PwsSubmitTimeCards
- rq: PwsSubmitTimeCardsRq
- RequestId: Int32
- SessionTicket: String
- AdministratorComments: String
- ResourceIdentity: PwsResourceRef
- SendNotificationEmailFlag: Boolean
- SubmitEndDate: DateTime
- SubmitStartDate: DateTime
- rq: PwsSubmitTimeCardsRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No |
| Click here for more information. | 1 |
SessionTicket | String | Yes |
| Click here for more information. | AeR4Dk0NH4DfgEc+0+wdKA== |
AdministratorComments | String | No |
| Comments to be stored in the database regarding the time card update | mid-March Submission |
ResourceIdentity | No |
| The resource associated with the time cards when acting on behalf of another resource. If a resource identity is not specified the time cards of the authenticated user will be submitted. |
| |
SendNotificationEmailFlag | Boolean | No | false | If set to 'true', a notification e-mail will be sent to the resource associated with the time card(s), applicable only when acting on behalf of another user | false |
SubmitEndDate | DateTime | Yes |
| The SubmitEndDate and the SubmitStartDate defines the period in which the time cards should be submitted, leaving either field null will result in all eligible time cards to be submitted | 2018-03-16T00:00:00.000Z |
SubmitStartDate | DateTime | Yes |
| See SubmitEndDate | 2018-03-12T00:00:00.000Z |
Request Usage Example(s)
Response Format
- PwsSubmitTimeCardsResponse
- PwsSubmitTimeCardsResult: PwsSubmitTimeCardsRs
- Messages: PwsMessage
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- PwsSubmitTimeCardsResult: PwsSubmitTimeCardsRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information. |
| |
ResponseId | Int32 | Click here for more information |
|
Status | Click here for more information |
| |
ServerTimestampUtc | DateTime | Click here for more information |
|
Response Usage Example(s)
PwsSubmitTimeCards - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
50223 | NoPermissionToActOnBehalfOfResource | The specified user does not have permission to act on behalf of this resource. |
57545 | ResourceNotFound | The specified resource does not exist. |
64269 | InvalidParametersToSubmitTime | When submitting time, please specify only a date range, only a time card identity or only a time off card identity. |