POST
/
preapprovals
curl --request POST \
  --url https://commerce.driv.ly/api/preapprovals \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "pre_59dk394fjdl3",
  "consumer": "Consumer ID",
  "creditBand": "crb_39fjkd93nmd0",
  "validUntilTime": "2024-04-12T00:00:00Z"
}'
{
  "data": {
    "id": "pre_59dk394fjdl3",
    "consumer": "Consumer ID",
    "creditBand": "crb_39fjkd93nmd0",
    "validUntilTime": "2024-04-12T00:00:00Z"
  },
  "success": true
}

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Body

application/json

Response

200
application/json

Pre-Approval Created

The response is of type object.