Search
Product Search from CloudRx System. Mininum 3 letter search
Api will search for the Products begining with the search term provided in the call.
get
Authorizations
Query parameters
searchTermstringOptional
Responses
200
Success
application/json
400
Bad Request
application/json
401
Unauthorized
403
Forbidden
404
Not Found
application/json
500
Server Error
application/json
get
GET /api/v1/Product/search HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"productId": 1,
"name": "text",
"units": "text",
"packSize": 1,
"outOfStock": true,
"price": 1
}
]
Last updated