Post
/ap-rest-api/rest/1/checkunpostedrfps
Check Unposted Rfps
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.action+json
Body parameters
object
Example{
"name": "checkForUnpostedRfps",
"parameters": [
{
"compCode": "ZZ"
},
{
"venCode": "ABSCONT"
},
{
"contCode": "CCC-6000-2"
}
]
}
compCode
string Required
This is the company code of the voucher to check that there is no unposted RFP for the same contract.
💻 UI Fieldname: vou_comp_code
venCode
string Required
This is the vendor code of the voucher to check that there is no unposted RFP for the same contract.
💻 UI Fieldname: vou_ven_code
contCode
string Required
This is the contract code of the voucher
💻 UI Fieldname: vou_cont_code
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.actionresult+json
"{\n \"result\": \"Y\"\n}"string