Error Creating Vendor - Bad Request(400)

I am getting an error that vendor type is required. I am actually sending this value ( vendor_type : "Organization") and according to the API documentation this actually an optional value(https://api.sky.blackbaud.com/accountspayable/v1/vendors) at https://developer.sky.blackbaud.com/docs/services/57a342f1d7dcde1c28a749fe/operations/CreateVendor

{

"Error":"Failed to save vendor",

"Details":[

"Attribute 'Vendor Type' is required."

],

"ErrorPath":"capvendor.-1/cattribute.-1.attributedescription"

}

Categories