| API | Path |
|---|---|
| journals | businesscentralPrefix/softera/softeraEInvoice/v2.0/companies({{companyId}})/journals |
Methods
| Method | Return Type | Description |
|---|---|---|
| GET journal | journal | Gets a journal batch object. |
Bound Actions
| Action | Description | Action Call | Response | Response Code |
|---|---|---|---|---|
| Post | Posts the corresponding journal batch | POST journals({id})/Microsoft.NAV.post | No response | 204 |
Fields
| Name | Type | MaxLength | Description |
|---|---|---|---|
| id | Guid | Read-only | |
| code | String | 10 | Read-only |
| displayName | String | 100 | Read-only |
| templateDisplayName | String | 10 | Read-only |
| balancingAccountNumber | String | 20 | Read-only |
| lastModifiedDateTime | DateTimeOffset | Read-only |
Related API's (expand)
| Name | Type | Description |
|---|---|---|
| journalLines | Collection(Microsoft.NAV.journalLines) |