POST api/esuite/v1/tylerpayments/SearchForItems
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "SearchCriteria": { "Id": 1, "PaymentType": { "Id": 1, "Name": "sample string 2", "Code": "sample string 3", "ExternalSystemId": 4, "ExternalId": "sample string 5", "ExternalCollectionReference": "sample string 6" }, "ExternalId": "sample string 2", "ExcludeZeroBalanceItemsFromSearch": true, "SearchFields": [ { "Label": "sample string 1", "Code": "sample string 2", "Value": "sample string 3" }, { "Label": "sample string 1", "Code": "sample string 2", "Value": "sample string 3" }, { "Label": "sample string 1", "Code": "sample string 2", "Value": "sample string 3" } ], "Amount": 4.0 }, "AdditionalInfo": { "sample string 1": "sample string 2", "sample string 3": "sample string 4", "sample string 5": "sample string 6" }, "ExternalExecutionContext": { "BatchEffectiveDate": "2025-05-12T04:06:49.4880307-05:00", "BatchProcessingDate": "2025-05-12T04:06:49.4880307-05:00", "BatchGLDate": "2025-05-12T04:06:49.4880307-05:00", "UTCBatchEffectiveDate": "2025-05-12T04:06:49.4880307-05:00", "UTCBatchProcessingDate": "2025-05-12T04:06:49.4880307-05:00", "UTCBatchGLDate": "2025-05-12T04:06:49.4880307-05:00", "UserId": "sample string 1", "CashierId": "sample string 2", "WorkstationId": "sample string 3", "StateCode": "sample string 4", "BatchDepartmentCode": "sample string 5", "BatchDepositReference": "sample string 6" } }
application/xml, text/xml
Sample:
<SearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tyler.Cashiering.Integration.StandardApiModels"> <AdditionalInfo xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 5</d2p1:Key> <d2p1:Value>sample string 6</d2p1:Value> </d2p1:KeyValueOfstringstring> </AdditionalInfo> <ExternalExecutionContext xmlns:d2p1="http://schemas.datacontract.org/2004/07/Tyler.Cashiering.Integration"> <d2p1:BatchDepartmentCode>sample string 5</d2p1:BatchDepartmentCode> <d2p1:BatchDepositReference>sample string 6</d2p1:BatchDepositReference> <d2p1:BatchEffectiveDate>2025-05-12T04:06:49.4880307-05:00</d2p1:BatchEffectiveDate> <d2p1:BatchGLDate>2025-05-12T04:06:49.4880307-05:00</d2p1:BatchGLDate> <d2p1:BatchProcessingDate>2025-05-12T04:06:49.4880307-05:00</d2p1:BatchProcessingDate> <d2p1:CashierId>sample string 2</d2p1:CashierId> <d2p1:StateCode>sample string 4</d2p1:StateCode> <d2p1:UTCBatchEffectiveDate>2025-05-12T04:06:49.4880307-05:00</d2p1:UTCBatchEffectiveDate> <d2p1:UTCBatchGLDate>2025-05-12T04:06:49.4880307-05:00</d2p1:UTCBatchGLDate> <d2p1:UTCBatchProcessingDate>2025-05-12T04:06:49.4880307-05:00</d2p1:UTCBatchProcessingDate> <d2p1:UserId>sample string 1</d2p1:UserId> <d2p1:WorkstationId>sample string 3</d2p1:WorkstationId> </ExternalExecutionContext> <SearchCriteria xmlns:d2p1="http://schemas.datacontract.org/2004/07/Tyler.Cashiering.Integration"> <d2p1:Amount>4</d2p1:Amount> <d2p1:ExcludeZeroBalanceItemsFromSearch>true</d2p1:ExcludeZeroBalanceItemsFromSearch> <d2p1:ExternalId>sample string 2</d2p1:ExternalId> <d2p1:Id>1</d2p1:Id> <d2p1:PaymentType> <d2p1:Code>sample string 3</d2p1:Code> <d2p1:ExternalCollectionReference>sample string 6</d2p1:ExternalCollectionReference> <d2p1:ExternalId>sample string 5</d2p1:ExternalId> <d2p1:ExternalSystemId>4</d2p1:ExternalSystemId> <d2p1:Id>1</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> </d2p1:PaymentType> <d2p1:SearchFields> <d2p1:SearchField> <d2p1:Code>sample string 2</d2p1:Code> <d2p1:Label>sample string 1</d2p1:Label> <d2p1:Value>sample string 3</d2p1:Value> </d2p1:SearchField> <d2p1:SearchField> <d2p1:Code>sample string 2</d2p1:Code> <d2p1:Label>sample string 1</d2p1:Label> <d2p1:Value>sample string 3</d2p1:Value> </d2p1:SearchField> <d2p1:SearchField> <d2p1:Code>sample string 2</d2p1:Code> <d2p1:Label>sample string 1</d2p1:Label> <d2p1:Value>sample string 3</d2p1:Value> </d2p1:SearchField> </d2p1:SearchFields> </SearchCriteria> </SearchRequest>
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.