- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 09:53 PM
Hello everyone,
Using the REST API Explorer, I'm sending a payload to the following endpoint:
This is resulting in creation of a customer order (sn_ind_tmt_orm_order) successfully. However, I'm unable to determine how or where the "Fulfillment Type" value is being set from. It's always being set to "Deliver" whereas I need it to be "Qualify"
Any suggestions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 10:00 PM
Hi @Nisar2 ,
Hope you are doing well.
I guess it's scripted rest API, could you please check in the scripted rest API code.
Before that please check if the field has default value in dictionary.
Regards,
Harshal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 10:00 PM
Hi @Nisar2 ,
Hope you are doing well.
I guess it's scripted rest API, could you please check in the scripted rest API code.
Before that please check if the field has default value in dictionary.
Regards,
Harshal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 10:16 PM
It's an OOB API, also known as TMF622. So there won't be a scripted rest api.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 10:47 PM
Yes, it has a default value. But what I'm not sure about is how to set a new value when sending the request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 01:56 AM
You're right. I looked at the Scripted Rest API script and it was being set via code.