Skip to main content
Solved

Unable to retrieve a Inventory Transaction History Record With postman


Hello All,

I am in the process of attempting to pull the contents of Screen IN405000 via a postman request.

We have other successful requests coming through our Web Service Endpoints setup, so i am not immediately concerned about our configuration at this time.

We created a new endpoint, with a base endpoint version of 18.200.001, and created a new route, “InventoryHistory” viewable here in screenshot 1.

We then went to request it in screenshot 2, but we receive nothing in response. 

Any insight into what we have done incorrectly would be very helpful,

Chris


Screenshot 1


Screenshot 2
 

 

Best answer by jinin

Hi @ChrisHaddy ,

We need to use the PUT method for Inquiry screens.

The endpoint entity should create like the below screenshots,

 


 

 

View original
Did this topic help you find an answer to your question?

3 replies

jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • 680 replies
  • Answer
  • December 22, 2022

Hi @ChrisHaddy ,

We need to use the PUT method for Inquiry screens.

The endpoint entity should create like the below screenshots,

 


 

 


jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • 680 replies
  • December 22, 2022

Please find the endpoint sample,

Url - entity/test/20.200.001/InventoryHistory?$expand=Results

Method - PUT

Request

{

    "InventoryID": {

        "value": "AACOMPUT01"

    },

    "Warehouse": {

        "value": "WHOLESALE"

    },

     "StartDate": {

        "value": "12/01/2019"

    }

}


  • Author
  • Freshman I
  • 6 replies
  • December 22, 2022

Hey @jinin 

That did the trick! Thanks for taking the time to address this!

Happy Holidays,

Chris


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings