How to get Parent Quote status in the current quote using attribute called "Parent Transaction Id"
Summary: How to get Parent Quote status in the current quote using attribute called "Parent Transaction Id". I have a field on the using called "
Parent Transaction Id[Version Transaction]' having Parent Quote Unique ID.
Content (please ensure you mask any confidential information): My requirement is to throw error message if anyone try to create the Quote shoes parent Quote is expired.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
params = dict("string");
status= dict("string");
put(params, "Accept", "application/json");
put(params, "Content-Type", "application/json");
Tagged:
0