# Save Invoice Payment Address Save Invoice Payment Address Endpoint: POST /rest/2.0/INVOICE_PAYMENT_ADDRESS Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.InvoiceTemplateId` (integer) InvoiceTemplateId - `brmObjects.Id` (string, required) Id: InvoicePaymentAddressID - `brmObjects.Zip` (string) Zip - `brmObjects.Attn` (string) Attn - `brmObjects.Addr1` (string) Addr1 - `brmObjects.City` (string) City - `brmObjects.Country` (string) Country - `brmObjects.State` (string) State - `brmObjects.Addr2` (string) Addr2 ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.InvoiceTemplateId` (integer) InvoiceTemplateId - `retrieveResponse.Id` (string) Id: InvoicePaymentAddressID - `retrieveResponse.Zip` (string) Zip - `retrieveResponse.Attn` (string) Attn - `retrieveResponse.Addr1` (string) Addr1 - `retrieveResponse.City` (string) City - `retrieveResponse.Country` (string) Country - `retrieveResponse.State` (string) State - `retrieveResponse.Addr2` (string) Addr2 ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error