Create a new journal account for the Business.
POST http:///api/v2/business/{businessId}/accounts
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| businessId | string | Required | 
The request body takes a complete JournalAccountModel resource, containing the following writable properties:
{
    "accountCode": "string",
    "accountName": "string",
    "accountType": "string",
    "externalReferenceId": "string",
    "id": "int32"
}| Name | Type | Description | 
|---|---|---|
| accountCode | string | String | 
| accountName | string | String | 
| accountType | string | ExternalAccountType Possible values are: 
 | 
| externalReferenceId | string | String | 
| id | int32 | Int32 | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK | JournalAccountModel | 
Powered by DapperDox