Account Functions/Invoice Functions

Get status

post
/account/{accountRegNo}/action/invoice/outgoing/status/{integrationId}

Invoice related endpoints.\nNB! All Invoice data under the /account endpoints require JSON and only UBL JSON data are supported.

Authorizations
AuthorizationstringRequired
Path parameters
accountRegNostringRequiredDefault: ""
integrationIdstringRequiredDefault: ""
Body
objectOptional
Responses
chevron-right
200Success
application/json
post
/account/{accountRegNo}/action/invoice/outgoing/status/{integrationId}
200Success

Create from Order

post
/account/{accountRegNo}/action/invoice/createandsend/{integrationId}

(Requires “Order to Cash” (O2C) or Order Management addon)\n/account/{accountRegNo}/action/invoice/createandsend/{integrationId}\n\nThis Endpoint will use an Incoming Order and generate an Outgoing Invoice from it.\n\nNB! The Addressing (EndpointID) in the Order will be used as Address for the Outgoing Invoice!\n\nYou need to “update” the Order by using the overwrite flag on it to change the Addressing, if needed!

Authorizations
AuthorizationstringRequired
Path parameters
accountRegNostringRequiredDefault: ""
integrationIdstringRequiredDefault: ""
Body
Responses
chevron-right
200Success
application/json
post
/account/{accountRegNo}/action/invoice/createandsend/{integrationId}
200Success

Last updated

Was this helpful?