Create a Check
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Create a Check
- Updated on 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/hcm-rest-api/rest/1/pychecks
Create PayChecks
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "PycCompCode": "001", "PycEmpNo": "3001", "PycPrnCode": "WK", "PycYear": "2022", "PycPprPeriod": "2", "PycCheckSeqNo": "6773", "PycRefSeqNo": "6773", "PycLastUpdDate": "2022-10-20", "PycUser": "UIG", "PycVUuid": "" }
PycEmpNo
string Required
Employee Number
π» UI Fieldname: PycEmpNo
Max length16
PycPprPeriod
number Required
Payroll Period
π» UI Fieldname: PycPprPeriod
Max length222
PycVUuid
string
Unique Identifier
π» UI Fieldname: PycVUuid
Max length64
PycCompCode
string Required
Company Code
π» UI Fieldname: PycCompCode
Max length8
PycCheckSeqNo
number Required
Check Sequence Number. A unique negative sequence number assigned to each record.
π» UI Fieldname: PycCheckSeqNo
Max length2238
PycPrnCode
string Required
Pay Run Code
π» UI Fieldname: PycPrnCode
Max length4
PycLastUpdDate
string Required
Date when the record was last updated
π» UI Fieldname: PycLastUpdDate
PycRefSeqNo
number Required
Set to PYC_CHECK_SEQ_NO, if there isnβt a separate Check Reference Number.
π» UI Fieldname: PycRefSeqNo
Max length2238
PycUser
string Required
User who last updated this record
π» UI Fieldname: PycUser
Max length30
PycYear
number Required
Payroll Year
π» UI Fieldname: PycYear
Max length224
Responses
201
Successful response