#matt_phantom

1 messages · Page 1 of 1 (latest)

tacit glacierBOT
fair sparrow
#

seems like this format is wrong

ivory field
#

Hello

fair sparrow
#

Hello

ivory field
#

Ah sorry on creation it should just be an array

#

But will then be returned as an array of hashes

fair sparrow
#

tax_rates' => [
'display_name' => 'tva',
'inclusive' => false,
'percentage' => 20,
'jurisdiction' => 'FR
]

#

this seems not working

ivory field
#

Then you pass the tax rate ID to the invoice item's tax_rates parameter

fair sparrow
#

hum I see

#

the created tax rates object are saved or not?

#

I mean if a keep the Id does it still be right for a long time?

#

or I need to create one each time I create an invoice item

ivory field
#

Yep it is stored and you can re-use it

fair sparrow
#

ok thank you