Update a specific JC Batch
- 28 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Update a specific JC Batch
- Updated on 28 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Patch
/jc-rest-api/rest/1/jcbatch/F2B2AEA54001206EE05316821FACA393
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "JcbchName": "Test test" }
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"JcbchAmt": null,
"JcbchAutoCreatedFlag": "N",
"JcbchCompCode": "001",
"JcbchCostTypeCode": null,
"JcbchDate": "2022-12-20T16:55:36Z",
"JcbchDsrcCode": null,
"JcbchName": "Test test",
"JcbchNum": 4461334,
"JcbchPostDate": null,
"JcbchTranDate": null,
"JcbchTypeCode": "C",
"JcbchUser": "CMICUSER",
"JcbchIuCreateDate": "2023-01-20T19:03:36Z",
"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