For the complete documentation index, see llms.txt. This page is also available as Markdown.

Journal

The Journal object is linked to an authorization and is created by vendors from the raw data available from their services.

This object contains the following attributes:

Field
Type
Description

id

string, core

(Read-only) A unique identifier for the journal. No nesting exists for this identifier.

name

string, core

The name of the journal.

externalId

string

(Optional) The external identifier or reference number. This is an optional value to assist vendors in matching the journal with external ERP systems.

notes

string

(Optional) Journal notes added by the vendor when creating the journal.

status

enum

(Read-only) The status of the journal. Allowed values are:

  • Draft

  • Deleted

  • Validating

  • Validated

  • Error

  • Ready

  • Review

  • Enquiring

  • Generating

  • Generated

  • Accepted

  • Completed

vendor

object

(Read-only) Represents the vendor account object completed during the creation of a journal.

Example:

product

object

Represents the product object.

Example:

authorization

object

Represents the authorization object.

Example:

dueDate

dateTime, core

The due date of a journal. Allowed values are generated according to authorization.

currency

string

The currency of the journal.

assignee

object

(Optional) Represents the user object.

Example:

audit

object

(Read-only) Represents the audit object. Allowed values are created or updated.

price

object

(Read-only) The priceSummary including the aggregated price values for all journal charges. Not all fields are visible to all actors.

Example:

upload

object

(Read-only) The journalUploadSummary, including the total charges and counts of split, ready, and error charges. Only visible to SoftwareOne Operations and Vendor accounts.

Example:

processing

object

(Read-only) The processingSummary including the total charges and counts of ready, error, split, cancelled, and completed charges. Only visible to SoftwareOne Operations.

Example:

error

object

(Read-only) (Optional) Represents the billingEntityError object containing error details associated with the journal entry, if any.

Single Currency Price Summary object

This object contains the following attributes:

Field
Type
Description

totalPP

decimal

(Read-only) A sum of all purchase price values of all charges in the billing object. Only visible to SoftwareOne Operations and Vendor accounts.

markup

decimal

(Read-only)The average markup value among all charges in the billing object. Only visible to SoftwareOne Operations.

margin

decimal

(Read-only) The average margin value among all charges in the billing object. Only visible to SoftwareOne Operations.

totalBSP

decimal

(Read-only) A sum of all the selling price values of all charges in the billing object. Only visible to SoftwareOne Operations and Vendor accounts.

Multi Currency Price Summary object

Field
Type
Description

currency

object

(Read-only) Purchase and sale currency with conversion rate.

Example:

markup

decimal

(Read-only) Average markup value among all charges in the billing object. Only visible to SoftwareOne Operations.

margin

decimal

(Read-only) Average margin value among all charges in the billing object. Only visible to SoftwareOne Operations.

totalPP

decimal

(Read-only) Sum of all purchase price values of all charges in the billing object. Only visible to SoftwareOne Operations and Vendor accounts.

totalBSP

decimal

(Read-only) Sum of all BSP values of all charges in the billing object. Only visible to SoftwareOne Operations and Client accounts.

totalSP

decimal

(Read-only) Sum of all sell price values of all charges in the billing object. Only visible to SoftwareOne Operations and Client accounts

Price Currency object

Field
Type
Description

purchase

sting

A reference to the purchase currency.

sale

sting

A reference to the sale currency.

rate

decimal

(Read-only) A conversion rate between purchase and sale currency.

Journal Upload Summary object

This object contains the following attributes:

Field
Type
Description

total

integer

(Read-only) Number of charges in the billing object.

split

integer

(Read-only) Number of split charges.

ready

integer

(Read-only) Number of ready charges.

error

integer

(Read-only) Number of error charges.

Processing Summary object

This object contains the following attributes:

Field
Type
Description

total

integer

(Read-only) The total number of charges within the billing object.

ready

integer

(Read-only) The total number of ready charges.

error

integer

(Read-only) The total number of error charges.

split

integer

(Read-only) The total number of split charges.

cancelled

integer

(Read-only) The total number of cancelled charges.

completed

integer

(Read-only) The total number of completed charges.

Example

Last updated

Was this helpful?