public-api
Create Benefit Verification Route
post/benefit-verification
Request body
Example request
{
"drugs": [
{
"ndc": "00169-4505-14",
"quantity": 1
}
]
}Response
Successful creation of a benefit verification
{
"drugs": [
{
"ndc": "00169-4505-14",
"quantity": 1
}
]
}Successful creation of a benefit verification