v3 bills changes
In v3, there are a range of improvements and new features with bill operations.
v2 | v3 |
---|---|
Create a bill with For international vendors, retrieve the BILL exchange rate with When you create a bill for an international vendor, you must set the exchange rate in your request. | Create a bill with The request and response field names have changed. Relevant fields are grouped under the When you create a bill for an international vendor, the local currency amount and exchange rate are calculated automatically based on the USD funding amount. See Bills for more information. |
Read a bill with | Get bill details with See Get bill details in the API reference for more information. |
List bills with | Get list of bills with Filtering and sorting values are now query parameters. For filtering, use the For sorting, use the The response includes See Search operations with lists for more information. |
Update a bill with | Replace a bill with The request and response field names have changed. Use the v3 PUT operation to add, remove, or replace the number of line items in a bill. You can also update other bill details. The PUT operation replaces existing information with the updates in your request. Update a bill with The request and response field names have changed. Use the v3 PATCH operation to modify existing line item details, such as See Replace a bill and Update a bill in the API reference for more information. |
Delete a bill with | Archive a bill with In the response, See Archive a bill in the API reference for more information. |
Undelete a bill with | Restore a bill with In the response, See Restore an archived bill in the API reference for more information. |
Updated 16 days ago