Xena
A walk-through of the most common actions in Xena, done via our API.
How the create a partner
GET https://my.xena.biz/Api/Fiscal/{fiscalId}/Partner/{partnerId}
{
...
"SupplierId": {Supplier context id},
"CustomerId": {customer context id},
"ResourceId": {resource context id},
...
}Create a partner without any context
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Create a partner context
Request Body
Name
Type
Description
Create a partner as a customer and/or supplier
Request Body
Name
Type
Description
How to create an order and add articles
Create an order
Request Body
Name
Type
Description
Get order tasks
Path Parameters
Name
Type
Description
Find an order task
Path Parameters
Name
Type
Description
Create an order task line
Request Body
Name
Type
Description
Update an order task line
Path Parameters
Name
Type
Description
How to create an invoice
Last updated