PUT
/
Vendor
/
{idVendor}
curl --request PUT \
  --url https://api-sandbox.payabli.com/api/Vendor/{idVendor} \
  --header 'Content-Type: application/json' \
  --header 'requestToken: <api-key>' \
  --data '{
  "name1": "Theodore'\''s Janitorial"
}'
{
  "isSuccess": true,
  "responseText": "Success",
  "responseCode": 1,
  "responseData": 3890,
  "pageIdentifier": null
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

idVendor
integer
required

Vendor ID.

Body

VendorData object to modify.

The body is of type object.

Response

200 - application/json

Success

The response is of type object.