ExternalPostingStatus¶
Example Json Object
1{
2 "documentNumber": "string",
3 "objType": "string",
4 "objKey": "string",
5 "objSys": "string",
6 "username": "string",
7 "status": "NA",
8 "postingMessage": "string",
9 "taskId": 0
10}
📄 Description: Data structure representing the status of external postings within the General Ledger, encompassing ledger entries, transactions, accounts, and financial records to ensure accurate tracking and reporting of financial activities.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
documentNumber |
string |
false |
none |
Unique identifier for the financial document associated with a ledger entry, facilitating accurate tracking of transactions and account records. |
objType |
string |
false |
none |
Type of the obj |
objKey |
string |
false |
none |
Unique identifier for the external posting status associated with ledger entries and financial records within the General Ledger. |
objSys |
string |
false |
none |
Represents the system-generated status of an external posting related to ledger entries, transactions, accounts, and financial records. |
username |
string |
false |
none |
Human-readable name of the ledger entry |
status |
string |
false |
none |
Status of the resource |
postingMessage |
string |
false |
none |
Textual representation of the posting message associated with a ledger entry, providing context for the transaction within financial records. |
taskId |
integer(int64) |
false |
none |
Unique identifier for the task |
Enumerated Values
Attribute |
Value |
|---|---|
status |
, ARCHIVED, DONE, FAILED, OPEN, PROCESSING, SCHEDULED |