patch https://api.revolv3.com/api/PaymentMethod/
Update a billing address by it PaymentMethodId.
This action currently accepts any number of the following fields: BillingAddressID, BillingFirstName, and BillingLastName.
Only fields present in the request will be updated.
Upon successful update, a status code of 200 (Success) will be returned.
If no existing payment method with the provided PaymentMethodId is found, a status of 404 (Not Found) will be returned.
If an invalid field or value is submitted, a status of 400 (Bad Request) will be returned.