Operation Id:
clients/payerAddress/put [Official Documentaction]
Methods
- payers Array<Object>
- clientId String
- payerAddressId String
- payerAddressFirstName String
- payerAddressLastName String
- payerAddressFirm String
- payerAddressNip String
- payerAddressStreet String
- payerAddressZipCode String
- payerAddressCity String
- payerAddressCountryId String
- payerAddressPhone String
Examples
This function updates the Client's Payer Address Zip Code of a specific Client ID and Payer Address ID.
const result = await idosellRequest.putClientsPayerAddress
.clientId("3")
.payerAddressId("1")
.payerAddressZipCode("11-111")
.exec()