You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by Nihar1991 February 1, 2022
Hi Team,
i need to set an rest API which needs authentication. can anyone help me with sample code on how to give authentication of the API in yml file.
i refer the configuration document but did not get any idea on authentication.
Discussed in #506
Originally posted by Nihar1991 February 1, 2022
Hi Team,
i need to set an rest API which needs authentication. can anyone help me with sample code on how to give authentication of the API in yml file.
i refer the configuration document but did not get any idea on authentication.
REST API(POST): https://imservices-qa1-usch01.corporate.ingrammicro.com:9043/ea-api/v1/multiskupriceandstock
Req Body:
{
"servicerequest": {
"priceandstockrequest": {
"showwarehouseavailability": "True",
"extravailabilityflag": "Y",
"item": [
{
"globalskuid": "A300-9702ZT",
"quantity": 0,
"referenceid": "f8e2b66e-2df2-46db-9626-65be4e559ad7"
}
],
"includeallsystems": false,
"enableapigeecache": false
},
"requestpreamble": {
"customernumber": "40-555555",
"isocountrycode": "CA"
}
}
}
Basic Authentication: UserName: APPIMONLINE, Password: APPIMONLINE12345
Thanks
Nihar
The text was updated successfully, but these errors were encountered: