Accounting Period POST

URI

https://{DATACENTER}.brightpearlconnect.com/public-api/{ACCOUNT}
/accounting-service/accounting-period/

Refer to our documentation on URI syntax for more information on how to construct URIs.

Description

This message allows you to create a new accounting period.

Detailed field description:

Field Name Field Description
startDate The date the accounting period starts on
endDate The date the accounting period ends on

Example

Create an accounting period starting on 01 January 2014 and ending on 31 December 2014.

Request URI

/accounting-period

Request body

{
	"startDate": "2014-01-01",
	"endDate": "2014-12-31"
}

Response

{
	"response": 12
}