Skip to main content
POST
Create Reporting Period Configuration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
monthlyReportingPeriods
Monthly Reporting Period · object[]
required
Minimum array length: 1
weeklyReportingPeriods
Weekly Reporting Period · object[]
required
Minimum array length: 1

Response

201 - application/json

Created

id
string
version
integer<int64>
creationDate
string<date-time>
lastModifiedDate
string<date-time>
createdUserInfo
User Info · object
read-only
lastModifiedUserInfo
User Info · object
read-only
monthlyReportingPeriods
Monthly Reporting Period · object[]

List of monthly reporting periods.

weeklyReportingPeriods
Weekly Reporting Period · object[]

List of weekly reporting periods.

status
enum<string>
Available options:
UPLOADED,
VALIDATING,
FAILED,
COMPLETED