Update a Specific Term
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Update a Specific Term
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Patch
/sys-rest-api/rest/1/term/F38FF8B11D286C84E05316821FAC63BD
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "TermName": "Test Entry" }
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"TermCompCode": "001",
"TermCode": "TEST",
"TermName": "Test Entry",
"TermCtrlCode": null,
"TermDueModay": null,
"TermDueDay": 30,
"TermDiscMonthDay": null,
"TermDiscDay": 10,
"TermPc": 0,
"TermHldbkPc": null,
"TermSubmitDays": null,
"TermPayNoticeDays": null,
"TermFinalPayDays": null,
"TermPaylessNoticeDays": null,
"TermVUuid": "F38FF8B11D286C84E05316821FAC63BD",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/term/F38FF8B11D286C84E05316821FAC63BD",
"name": "term",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/term/F38FF8B11D286C84E05316821FAC63BD",
"name": "term",
"kind": "item"
}
]
}
object