POST UMS/CreateManualPunchApplicationAsync
Request Information
URI Parameters
None.
Body Parameters
ManualPunchApplicationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PunchDate | string |
None. |
|
| PunchTime | string |
None. |
|
| ManualPunchReasonMstId | string |
None. |
|
| EmployeeCode | string |
None. |
|
| CheckInCheckOut | string |
None. |
|
| ManualApplicationFrom | string |
None. |
|
| Remarks | string |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PunchDate": "sample string 1",
"PunchTime": "sample string 2",
"ManualPunchReasonMstId": "sample string 3",
"EmployeeCode": "sample string 4",
"CheckInCheckOut": "sample string 5",
"ManualApplicationFrom": "sample string 6",
"Remarks": "sample string 7",
"CreatedBy": "sample string 8"
}
application/xml, text/xml
Sample:
<ManualPunchApplicationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroWebUMS.ReportsModel.EntityModels.HumanResource"> <CheckInCheckOut>sample string 5</CheckInCheckOut> <CreatedBy>sample string 8</CreatedBy> <EmployeeCode>sample string 4</EmployeeCode> <ManualApplicationFrom>sample string 6</ManualApplicationFrom> <ManualPunchReasonMstId>sample string 3</ManualPunchReasonMstId> <PunchDate>sample string 1</PunchDate> <PunchTime>sample string 2</PunchTime> <Remarks>sample string 7</Remarks> </ManualPunchApplicationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DbResult| Name | Description | Type | Additional information |
|---|---|---|---|
| DbResultId | DbResultType |
None. |
|
| Message | string |
None. |
|
| TableId | integer |
None. |
|
| CustomReturn | string |
None. |
|
| ErrorCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DbResultId": 1,
"Message": "sample string 1",
"TableId": 2,
"CustomReturn": "sample string 3",
"ErrorCode": "sample string 4"
}
application/xml, text/xml
Sample:
<DbResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroWebUMS.ReportsCommon"> <CustomReturn>sample string 3</CustomReturn> <DbResultId>Inserted</DbResultId> <ErrorCode>sample string 4</ErrorCode> <Message>sample string 1</Message> <TableId>2</TableId> </DbResult>