POST api/tyler/tylercashiering/standardapi/v2/ProvideSearchGroups
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:
{ "ExternalId": "sample string 1", "AdditionalInfo": { "sample string 1": "sample string 2", "sample string 3": "sample string 4", "sample string 5": "sample string 6" }, "ExternalExecutionContext": { "BatchDepartmentCode": "sample string 1", "BatchDepositReference": "sample string 2", "BatchEffectiveDate": "2025-05-11T01:22:04.0478119-05:00", "BatchProcessingDate": "2025-05-11T01:22:04.0478119-05:00", "BatchGLDate": "2025-05-11T01:22:04.0478119-05:00", "UTCBatchEffectiveDate": "2025-05-11T01:22:04.0478119-05:00", "UTCBatchProcessingDate": "2025-05-11T01:22:04.0478119-05:00", "UTCBatchGLDate": "2025-05-11T01:22:04.0478119-05:00", "UserId": "sample string 3", "UserEmail": "sample string 4", "CashierId": "sample string 5", "WorkstationId": "sample string 6", "StateCode": "sample string 7" } }
application/xml, text/xml
Sample:
<ExternalPaymentTypeRequest 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 1</d2p1:BatchDepartmentCode> <d2p1:BatchDepositReference>sample string 2</d2p1:BatchDepositReference> <d2p1:BatchEffectiveDate>2025-05-11T01:22:04.0478119-05:00</d2p1:BatchEffectiveDate> <d2p1:BatchGLDate>2025-05-11T01:22:04.0478119-05:00</d2p1:BatchGLDate> <d2p1:BatchProcessingDate>2025-05-11T01:22:04.0478119-05:00</d2p1:BatchProcessingDate> <d2p1:CashierId>sample string 5</d2p1:CashierId> <d2p1:StateCode>sample string 7</d2p1:StateCode> <d2p1:UTCBatchEffectiveDate>2025-05-11T01:22:04.0478119-05:00</d2p1:UTCBatchEffectiveDate> <d2p1:UTCBatchGLDate>2025-05-11T01:22:04.0478119-05:00</d2p1:UTCBatchGLDate> <d2p1:UTCBatchProcessingDate>2025-05-11T01:22:04.0478119-05:00</d2p1:UTCBatchProcessingDate> <d2p1:UserEmail>sample string 4</d2p1:UserEmail> <d2p1:UserId>sample string 3</d2p1:UserId> <d2p1:WorkstationId>sample string 6</d2p1:WorkstationId> </ExternalExecutionContext> <ExternalId>sample string 1</ExternalId> </ExternalPaymentTypeRequest>
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.