A simple use case here - Create a Contact for a specific Customer in Netsuite
Request payload to OIC is as follows -
So I will need to do a search in Netsuite for the Customer internalId.
Search is available thru the Netsuite adapter -
One can leverage operators in the search query e.g.
Company name = Commiskey Clan
The valid operators are -
Now to a simple example - Create a Contact for a specific Customer -
Here is the mapping for the Search Request - GetCustomerId
The response payload from GetCustomerId is as follows -
Here is my OIC REST request -
I validate in Netsuite -
Request payload to OIC is as follows -
So I will need to do a search in Netsuite for the Customer internalId.
Search is available thru the Netsuite adapter -
One can leverage operators in the search query e.g.
Company name = Commiskey Clan
The valid operators are -
Now to a simple example - Create a Contact for a specific Customer -
Here is the mapping for the Search Request - GetCustomerId
The response payload from GetCustomerId is as follows -
Here is my OIC REST request -
I validate in Netsuite -
No comments:
Post a Comment