cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Bydesign Inventory get through SOAP API.

0 Kudos
221

Hi,

I am trying to get the inventory from SAP ByDesign using SOAP API. But I am unable to find the proper emdpoint where I need to post the body to get the request and I am also unable to find the proper post request body fr that. Please help on this.

Currently I am trying with this endpoint and this type body but it is not working.

URL: https://my342616.sapbydesign.com/sap/bc/srt/scs/sap/MaterialStockInHandByDateQuery?sap-vhost=my34261...

Request Body:

<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global"> <soapenv:Header/> <soapenv:Body> <glob:ProductStockInHandByDateQuery_sync> <SelectionByProductInternalID> <InclusionExclusionCode>I</InclusionExclusionCode> <IntervalBoundaryTypeCode>3</IntervalBoundaryTypeCode> <LowerBoundaryProductInternalID>MAT-01</LowerBoundaryProductInternalID> <UpperBoundaryProductInternalID>MAT-01</UpperBoundaryProductInternalID> </SelectionByProductInternalID> <SelectionByDate> <InclusionExclusionCode>I</InclusionExclusionCode> <IntervalBoundaryTypeCode>2</IntervalBoundaryTypeCode> <LowerBoundaryDateTime>2015-06-01T00:06:00Z</LowerBoundaryDateTime> <UpperBoundaryDateTime>2023-06-01T00:06:00Z</UpperBoundaryDateTime> </SelectionByDate> </glob:ProductStockInHandByDateQuery_sync> </soapenv:Body></soapenv:Envelope>

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

PaulMcnally
Active Participant
0 Kudos
VVancalbergh
Contributor
0 Kudos