Skip to main content
POST
Create StatisticalJournalV2 record

Authorizations

X-API-KEY
string
header
required

Body

application/json
date
string<date> | null
memo
string
default:""
items
PublicStatisticalJournalLineSchemaIn · object[]
attachments
AttachmentSchemaOut · object[]
record_status
enum<string>
default:posted
Available options:
draft,
posted,
archived

Response

OK

number
integer
required
period
string<date>
required
date
string<date>
required
memo
string
required
record_status
enum<string>
required
Available options:
draft,
posted,
archived
total_quantity
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
created_at
string<date-time>
required

Date and time the record was created

updated_at
string<date-time>
required

Date and time the record was last updated

attachments
PublicAttachmentSchemaOut · object[]
items
PublicStatisticalJournalLineSchemaOut · object[]
has_more_lines
boolean
default:false
lines_count
integer
default:0
Last modified on July 24, 2026