GET api/AGLicStartDateChanges?intLookUpField={intLookUpField}&strLookUpData={strLookUpData}&intCompareOperator={intCompareOperator}&strOrderBy={strOrderBy}&strReturnFields={strReturnFields}
Used to look up Agreement License Period Start Date Changes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
intLookUpField |
A LicStartDateUpdateField Enumeration specifying the Field to query |
integer |
Required |
strLookUpData |
A string representing the data used in the query that will be contained in the intLookUpField |
string |
Required |
intCompareOperator |
(Optional) A DataCompareType Enumeration specifying the query equation to use. If the intLookUpField is not the 'Query' Enumeration this is required. |
integer |
Default value is 0 |
strOrderBy |
(Optional) A LicStartDateUpdateField Enumeration specifying the Field to Sort the results by |
string |
Default value is |
strReturnFields | string |
Default value is All |
Additional Details
This Method is used to query the Navision_LicStartDate_Updates table in EasyTrack and returns all matching records as JSON data. The exact Fields returned in the JSON Schema are decided by the EasyTrack Client and is only editable from the EasyTrack Application. If an Error Occurs the Error ID and Description will be returned.