Updates the journal service provider.

Request

PUT https://api.nzpayroll.co.nz/api/v2/business/{businessId}/accounts/journalservice

Path parameters

Parameter name Value Description Additional
businessId string Required

Request body

The request body takes a complete JournalServiceProviderModel resource, containing the following writable properties:

{
    "journalService": "string"
}

Properties

Name Type Description
journalService string String

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK

JournalServiceProviderModel