Create a JC Batch
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Create a JC Batch
- Updated on 25 Sep 2024
- 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
JcbchDate
null
Job Batch Date
JcbchAutoCreatedFlag
string
JcbchVUuid
JcbchCompCode
string
Job Batch Company Code
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"JcbchAmt": null,
"JcbchAutoCreatedFlag": "Y",
"JcbchCompCode": "001",
"JcbchCostTypeCode": null,
"JcbchDate": "2022-12-20T04: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