Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is Object version number and how do I assign values for it in an API?

API assign object values version
0
Posted

What is Object version number and how do I assign values for it in an API?

0

Ø Object Version number is an assigned number to a row in a database table. Ø When a new row inserted its number is set to 1 Ø If any updates performed on the row then the Object version number is incremented. Ø Every API has the p_object_version_number control parameters. Ø For create APIs this parameter is defined as an OUT parameter the API assigns the Object version number to be 1 for row inserts. Ø For update APIs the parameter is defined as IN OUT, for update API the object version number is mandatory.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123