Updates the journal service provider.
PUT http:///api/v2/business/{businessId}/accounts/journalservice
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| businessId | string | Required |
The request body takes a complete JournalServiceProviderModel resource, containing the following writable properties:
{
"journalService": "string"
}
| Name | Type | Description |
|---|---|---|
| journalService | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
JournalServiceProviderModel |
Powered by DapperDox