How To Copy API Function - SuiteEngine/APIEngine GitHub Wiki
This Section will describe how to copy an API Function to a new API Function. This is partially useful where API Functions are similar, or follow a certain pattern and you do not want to start from scratch.
First Navigate to the API Function you want to copy, and select Copy API Function from the Action Menu.
On the Copy Function page:
- Select the API Set that you want to copy the function to. You can choose the same API Set as the API Function you are copying, or Copy the Function to a different API Set.
- Enter your desired Code for the new API Function.
- On the Data To Copy fast tab:
- Select whether the General API Function Information should be copied.
- Select whether the API Variables associated with the API Function should be copied.
- Select whether the API Mappings associated with the API Function should be copied.
- Select whether any API Credential Records associated with the API Function should be copied.
- Press Ok to Copy the API Function to the new API Function.
The a new API Function is then created, copied from the source API Function.