Skip to main content
PATCH
/
prior-authorization
/
{id}
/
ndp-submission
Update Ndp Submission By Id
curl --request PATCH \
  --url https://api.develophealth.ai/prior-authorization/{id}/ndp-submission \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "preferred_pharmacy_ncpdp_id": "<string>"
}'
{
  "status": "success",
  "data": {
    "preferred_pharmacy_ncpdp_id": "1234567"
  }
}

Overview

This endpoint allows you to update the preferred pharmacy for a prior authorization request with a non-dispensing pharmacy submission. The prescription transferred to the NDP will be transferred to the preferred pharmacy once the prior authorization is approved. This endpoint will return an error if called for prior authorization requests that are in a terminal state (e.g. completed, cancelled) or for which the transfer has already been initiated.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Body

application/json
preferred_pharmacy_ncpdp_id
string
required

Response

status
default:success
Available options:
success
error
object
data
object