PaymentTypeManager
Click here for a complete list of operations.
FindPaymentType
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /KMWare.ZMA.POS.SalesMgmt.Host/PaymentTypeManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts/FindPaymentType"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<FindPaymentType xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
<FindPaymentTypeRequest xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">
<ISOLangId>string</ISOLangId>
<OrderByField>string</OrderByField>
<OrderType>string</OrderType>
<PageNo>int</PageNo>
<PageSize>int</PageSize>
<FieldCriteria>
<OrganizationUnitId>short</OrganizationUnitId>
<PaymentTypeCode>string</PaymentTypeCode>
<Description>string</Description>
<DisplayName>string</DisplayName>
<ExpiryDate>dateTime</ExpiryDate>
</FieldCriteria>
</FindPaymentTypeRequest>
</FindPaymentType>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<FindPaymentTypeResponse xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
<FindPaymentTypeResult xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">
<SearchList>
<PaymentType>
<OrganizationUnitId>short</OrganizationUnitId>
<PaymentTypeCode>string</PaymentTypeCode>
<AccountCode>string</AccountCode>
<Description>string</Description>
<DisplayName>string</DisplayName>
<CashDrawerOpen>string</CashDrawerOpen>
<IsCreditCardGateway>string</IsCreditCardGateway>
<CustomField1>string</CustomField1>
<ExpiryDate>dateTime</ExpiryDate>
<UpdateDate>dateTime</UpdateDate>
<UpdateId>string</UpdateId>
<MinimumLimitForReceipt>decimal</MinimumLimitForReceipt>
<PaymentTypeReturnDetails xsi:nil="true" />
<RefMandatory>string</RefMandatory>
<IsAccountBasedOnLocation>string</IsAccountBasedOnLocation>
<CustomField2>string</CustomField2>
<CustomField3>string</CustomField3>
<CustomField4>string</CustomField4>
<CustomField5>string</CustomField5>
<CustomField6>string</CustomField6>
<PaymentTypeAccountGroup xsi:nil="true" />
<IsInvoice>string</IsInvoice>
<IsInternalGiftCard>string</IsInternalGiftCard>
<IsCash>string</IsCash>
<SequenceNumber>int</SequenceNumber>
<CustomField7>string</CustomField7>
<CustomField8>string</CustomField8>
<CustomField9>string</CustomField9>
<CustomField10>string</CustomField10>
<IsLoyaltyPaymentType>string</IsLoyaltyPaymentType>
<AmountPerPoint>decimal</AmountPerPoint>
<IsFeeAssociated>string</IsFeeAssociated>
<FeeCode>string</FeeCode>
<FeeRateType>string</FeeRateType>
<FeeRateValue>decimal</FeeRateValue>
<MinimumFeeThreshold>decimal</MinimumFeeThreshold>
<LoyaltyPoints>decimal</LoyaltyPoints>
</PaymentType>
<PaymentType>
<OrganizationUnitId>short</OrganizationUnitId>
<PaymentTypeCode>string</PaymentTypeCode>
<AccountCode>string</AccountCode>
<Description>string</Description>
<DisplayName>string</DisplayName>
<CashDrawerOpen>string</CashDrawerOpen>
<IsCreditCardGateway>string</IsCreditCardGateway>
<CustomField1>string</CustomField1>
<ExpiryDate>dateTime</ExpiryDate>
<UpdateDate>dateTime</UpdateDate>
<UpdateId>string</UpdateId>
<MinimumLimitForReceipt>decimal</MinimumLimitForReceipt>
<PaymentTypeReturnDetails xsi:nil="true" />
<RefMandatory>string</RefMandatory>
<IsAccountBasedOnLocation>string</IsAccountBasedOnLocation>
<CustomField2>string</CustomField2>
<CustomField3>string</CustomField3>
<CustomField4>string</CustomField4>
<CustomField5>string</CustomField5>
<CustomField6>string</CustomField6>
<PaymentTypeAccountGroup xsi:nil="true" />
<IsInvoice>string</IsInvoice>
<IsInternalGiftCard>string</IsInternalGiftCard>
<IsCash>string</IsCash>
<SequenceNumber>int</SequenceNumber>
<CustomField7>string</CustomField7>
<CustomField8>string</CustomField8>
<CustomField9>string</CustomField9>
<CustomField10>string</CustomField10>
<IsLoyaltyPaymentType>string</IsLoyaltyPaymentType>
<AmountPerPoint>decimal</AmountPerPoint>
<IsFeeAssociated>string</IsFeeAssociated>
<FeeCode>string</FeeCode>
<FeeRateType>string</FeeRateType>
<FeeRateValue>decimal</FeeRateValue>
<MinimumFeeThreshold>decimal</MinimumFeeThreshold>
<LoyaltyPoints>decimal</LoyaltyPoints>
</PaymentType>
</SearchList>
<SearchCount>int</SearchCount>
<PageCount>int</PageCount>
</FindPaymentTypeResult>
</FindPaymentTypeResponse>
</soap:Body>
</soap:Envelope>