TAG LINE
SMALL TITLE
id | "id": 11 Type: Number This is the unique numeric identifier for the GeneralLedger |
name | "name": "Hello World" Type: String |
glDebit | "glDebit": "Hello World" Type: String |
glCredit | "glCredit": "Hello World" Type: String |
ownerId | "ownerId": 22 Type: Number Unique identifier for the associated Owner object. |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
DELETE | api/v2/GeneralLedger/{id:int} |
Delete an instance of the GeneralLedger object. |
GET | api/v2/GeneralLedger |
Retrieve all of the GeneralLedger objects. |
GET | api/v2/GeneralLedger/Paged |
Retreive all of the GeneralLedger objects in a paged fashion. |
GET | api/v2/GeneralLedger/{id:int} |
Retrieve an instance of the GeneralLedger object by it's ID. | |
{id:int} | Unique identifier for the GeneralLedger object. |
POST | api/v2/GeneralLedger |
Create a new instance of the GeneralLedger object. |
PUT | api/v2/GeneralLedger/{id:int} |
Update an existing instance of the GeneralLedger object. |