POST
/
deliveryVerificationCode
curl --request POST \
  --url https://api.getjusto.com/api/v1/deliveryVerificationCode \
  --header 'Content-Type: application/json' \
  --data '{
  "orderId": "vsYr9ou4ew3RhA4X3",
  "deliveryVerificationCode": "PERRO"
}'
{
  "status": "ok",
  "data": {
    "message": "Delivery verification code set successfully",
    "orderId": "vsYr9ou4ew3RhA4X3",
    "deliveryVerificationCode": "PERRO"
  }
}

Descripción

Este método permite obtener un código de verificación único, el cual se proporciona al cliente para validar que la entrega se realice a la persona correcta.

Body

application/json

Response

200
application/json

Operacion exitosa

The response is of type object.