Create a JC Batch
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Create a JC Batch
- 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
/jc-rest-api/rest/1/jcbatch
Create JC Batches
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "JcbchCompCode": "001", "JcbchAutoCreatedFlag": "Y", "JcbchDate": "2022-12-20T12:55:36-04:00", "JcbchTypeCode": "C", "JcbchVUuid": "" }
JcbchTypeCode
string
Job Batch Type Code
Max length1
JcbchDate
string
Job Batch Date
JcbchAutoCreatedFlag
string
Max length1
JcbchVUuid
string
JcbchCompCode
string
Job Batch Company Code
Max length8
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"JcbchAmt": null,
"JcbchAutoCreatedFlag": "Y",
"JcbchCompCode": "001",
"JcbchCostTypeCode": null,
"JcbchDate": "2022-12-20T16:55:36Z",
"JcbchDsrcCode": null,
"JcbchName": null,
"JcbchNum": null,
"JcbchPostDate": null,
"JcbchTranDate": null,
"JcbchTypeCode": "C",
"JcbchUser": null,
"JcbchIuCreateDate": null,
"JcbchIuUpdateDate": null,
"JcbchVUuid": "F2B2AEA54001206EE05316821FACA393",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcbatch/F2B2AEA54001206EE05316821FACA393",
"name": "jcbatch",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jc-rest-api/rest/1/jcbatch/F2B2AEA54001206EE05316821FACA393",
"name": "jcbatch",
"kind": "item"
}
]
}
object