Skip to Main Content

API, CLI, SDK & Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unifier API - BP CREATE Method

User_K21NWAug 25 2023

I am trying to call the CREATE BP method against the API (version 21) wiht PostMan. To date I have the Login, Company GET, User GET, USER CREATE, Get BP List, and BP GET working just fine. The BP CREATE however is not seeming to function properly. I have tried everything in the documentation to no avail. I have also had another developer look over my attempts and we both cannot get this working. Support has not been much assistance as well. The issue boils down the this:

The documentation states.

"If "record_no" is not provided then auto-generated record_no will be assigned to record, If unique "record_no" is provided then record will be created be given record_no.

Despite this, when I omit the record_no, I am given this response:

{
"data": [],
"message": [
"record_no not present in request input"
],
"status": 3004
}

If I include the record no, the POST just behaves like a GET. Any ideas are appreciated.

Comments

Processing

Post Details

Added on Aug 25 2023
1 comment
555 views