Get one Item rest api is not working with multiple query parameters — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Get one Item rest api is not working with multiple query parameters

Hello All,

I am trying test a get one item rest api with multiple query parameters

/fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}

The query parameters is as mentioned below As I need item number only for CIM organization code

/fscmRestApi/resources/11.13.18.05/itemsV2?q=ItemNumber='123'%26OrganizationCode='CIM'

It gives 200 ok but doesn't give the response payload.

{"items": [],"count": 0,"hasMore": false,"limit": 25,"offset": 0,"links": [{"rel": "self","href": "instanceurl/fscmRestApi/resources/11.13.18.05/itemsV2","name": "itemsV2","kind": "collection"},{"rel": "action","href": "instanceurl/fscmRestApi/resources/11.13.18.05/itemsV2/action/addItemsToDeleteGroup","name": "addItemsToDeleteGroup","kind": "other"},{"rel": "action","href": "instanceurl/fscmRestApi/resources/11.13.18.05/itemsV2/action/addSupplierAssociationsToDeleteGroup","name": "addSupplierAssociationsToDeleteGroup","kind": "other"}]}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!