PaymentTypeManager


Click here for a complete list of operations.

UpdatePaymentType

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/UpdatePaymentType"

<?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>
    <UpdatePaymentType xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
      <UpdatePaymentTypeRequest xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">
        <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>
          <PaymentTypeReturnDetails>
            <OrganizationUnitId>short</OrganizationUnitId>
            <PaymentTypeCode>string</PaymentTypeCode>
            <ReturnPaymentTypeCode>string</ReturnPaymentTypeCode>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
          </PaymentTypeReturnDetails>
          <PaymentTypeReturnDetails>
            <OrganizationUnitId>short</OrganizationUnitId>
            <PaymentTypeCode>string</PaymentTypeCode>
            <ReturnPaymentTypeCode>string</ReturnPaymentTypeCode>
            <UpdateId>string</UpdateId>
            <UpdateDate>dateTime</UpdateDate>
            <ExpiryDate>dateTime</ExpiryDate>
          </PaymentTypeReturnDetails>
        </PaymentTypeReturnDetails>
        <RefMandatory>string</RefMandatory>
        <IsAccountBasedOnLocation>string</IsAccountBasedOnLocation>
        <CustomField2>string</CustomField2>
        <CustomField3>string</CustomField3>
        <CustomField4>string</CustomField4>
        <CustomField5>string</CustomField5>
        <CustomField6>string</CustomField6>
        <PaymentTypeAccountGroup>
          <PaymentTypeAccountGroup>
            <ItemNumber>string</ItemNumber>
            <AccountGroupCode>string</AccountGroupCode>
            <EventTypeCode>string</EventTypeCode>
            <ModuleCode>string</ModuleCode>
            <CustomField1>string</CustomField1>
            <CustomField2>string</CustomField2>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ExpiryDate>dateTime</ExpiryDate>
            <UpdateDate>dateTime</UpdateDate>
            <UpdateId>string</UpdateId>
            <AccountGroupDescription>string</AccountGroupDescription>
            <EventTypeDescription>string</EventTypeDescription>
            <CustomField3>string</CustomField3>
            <CustomField4>string</CustomField4>
            <CustomField5>string</CustomField5>
            <StartDate>dateTime</StartDate>
            <EndDate>dateTime</EndDate>
          </PaymentTypeAccountGroup>
          <PaymentTypeAccountGroup>
            <ItemNumber>string</ItemNumber>
            <AccountGroupCode>string</AccountGroupCode>
            <EventTypeCode>string</EventTypeCode>
            <ModuleCode>string</ModuleCode>
            <CustomField1>string</CustomField1>
            <CustomField2>string</CustomField2>
            <OrganizationUnitId>short</OrganizationUnitId>
            <ExpiryDate>dateTime</ExpiryDate>
            <UpdateDate>dateTime</UpdateDate>
            <UpdateId>string</UpdateId>
            <AccountGroupDescription>string</AccountGroupDescription>
            <EventTypeDescription>string</EventTypeDescription>
            <CustomField3>string</CustomField3>
            <CustomField4>string</CustomField4>
            <CustomField5>string</CustomField5>
            <StartDate>dateTime</StartDate>
            <EndDate>dateTime</EndDate>
          </PaymentTypeAccountGroup>
        </PaymentTypeAccountGroup>
        <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>
      </UpdatePaymentTypeRequest>
    </UpdatePaymentType>
  </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>
    <UpdatePaymentTypeResponse xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
      <UpdatePaymentTypeResult>string</UpdatePaymentTypeResult>
    </UpdatePaymentTypeResponse>
  </soap:Body>
</soap:Envelope>