CustomerManager
Click here for a complete list of operations.
GetCustomerList
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.CustomerMgmt.Host/CustomerManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWare.ZMA.POS.CustomerMgmt.ServiceContracts/GetCustomerList"
<?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>
<GetCustomerList xmlns="http://KMWare.ZMA.POS.CustomerMgmt.ServiceContracts">
<FindCustomerRequest xmlns="http://KMWare.ZMA.POS.CustomerMgmt.DataTypes/2007/06">
<ISOLangId>string</ISOLangId>
<OrderByField>string</OrderByField>
<OrderType>string</OrderType>
<PageNo>int</PageNo>
<PageSize>int</PageSize>
<FieldCriteria>
<OrganizationUnitId>short</OrganizationUnitId>
<CustomerCode>string</CustomerCode>
<CustomerTypeCode>string</CustomerTypeCode>
<Name>string</Name>
<ExpiryDate>dateTime</ExpiryDate>
<PostalZipCode>string</PostalZipCode>
<ContactNumber>string</ContactNumber>
<CustomField1>string</CustomField1>
<Tag>string</Tag>
<IsQBIntegrated>string</IsQBIntegrated>
<PaymentTerm>int</PaymentTerm>
<CustomerGroupType>string</CustomerGroupType>
<AlternateId>string</AlternateId>
</FieldCriteria>
</FindCustomerRequest>
</GetCustomerList>
</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>
<GetCustomerListResponse xmlns="http://KMWare.ZMA.POS.CustomerMgmt.ServiceContracts">
<GetCustomerListResult xmlns="http://KMWare.ZMA.POS.CustomerMgmt.DataTypes/2007/06">
<SearchList>
<Customer>
<CustomerCode>string</CustomerCode>
<CustomerTypeCode>string</CustomerTypeCode>
<CustomField1>string</CustomField1>
<ExpiryDate>dateTime</ExpiryDate>
<Name>string</Name>
<Note>string</Note>
<OrganizationUnitId>short</OrganizationUnitId>
<UpdateDate>dateTime</UpdateDate>
<UpdateId>string</UpdateId>
<TaxExcemptedCode>string</TaxExcemptedCode>
<Status>string</Status>
<MembershipRenewalExpiryDate>dateTime</MembershipRenewalExpiryDate>
<CustomerAddress xsi:nil="true" />
<CustomerCreditCardDetail xsi:nil="true" />
<CustomerDiscount xsi:nil="true" />
<Tag>string</Tag>
<GroupsalesStatus>string</GroupsalesStatus>
<GroupingType>string</GroupingType>
<IsQBIntegrated>string</IsQBIntegrated>
<Gender>string</Gender>
<DOB>dateTime</DOB>
<Title>string</Title>
<MiddleName>string</MiddleName>
<LastName>string</LastName>
<FirstName>string</FirstName>
<PaymentTerm>int</PaymentTerm>
<MemberPopupMessage>string</MemberPopupMessage>
<CustomerOrganizationId>string</CustomerOrganizationId>
<EMailOpt>string</EMailOpt>
<PrintMailOpt>string</PrintMailOpt>
<CustomerGroupType>string</CustomerGroupType>
<AccountCode>string</AccountCode>
<TitleSuffix>string</TitleSuffix>
<Address1>string</Address1>
<IsGiftAidFormAttached>string</IsGiftAidFormAttached>
<GiftAidReferenceNo>string</GiftAidReferenceNo>
<CustomerDonationHistory xsi:nil="true" />
<CustomerSalesHistory xsi:nil="true" />
<CustomField2>string</CustomField2>
<CustomField3>string</CustomField3>
<CustomField4>string</CustomField4>
<CustomField5>string</CustomField5>
<IsEnrolementCustomer>string</IsEnrolementCustomer>
</Customer>
<Customer>
<CustomerCode>string</CustomerCode>
<CustomerTypeCode>string</CustomerTypeCode>
<CustomField1>string</CustomField1>
<ExpiryDate>dateTime</ExpiryDate>
<Name>string</Name>
<Note>string</Note>
<OrganizationUnitId>short</OrganizationUnitId>
<UpdateDate>dateTime</UpdateDate>
<UpdateId>string</UpdateId>
<TaxExcemptedCode>string</TaxExcemptedCode>
<Status>string</Status>
<MembershipRenewalExpiryDate>dateTime</MembershipRenewalExpiryDate>
<CustomerAddress xsi:nil="true" />
<CustomerCreditCardDetail xsi:nil="true" />
<CustomerDiscount xsi:nil="true" />
<Tag>string</Tag>
<GroupsalesStatus>string</GroupsalesStatus>
<GroupingType>string</GroupingType>
<IsQBIntegrated>string</IsQBIntegrated>
<Gender>string</Gender>
<DOB>dateTime</DOB>
<Title>string</Title>
<MiddleName>string</MiddleName>
<LastName>string</LastName>
<FirstName>string</FirstName>
<PaymentTerm>int</PaymentTerm>
<MemberPopupMessage>string</MemberPopupMessage>
<CustomerOrganizationId>string</CustomerOrganizationId>
<EMailOpt>string</EMailOpt>
<PrintMailOpt>string</PrintMailOpt>
<CustomerGroupType>string</CustomerGroupType>
<AccountCode>string</AccountCode>
<TitleSuffix>string</TitleSuffix>
<Address1>string</Address1>
<IsGiftAidFormAttached>string</IsGiftAidFormAttached>
<GiftAidReferenceNo>string</GiftAidReferenceNo>
<CustomerDonationHistory xsi:nil="true" />
<CustomerSalesHistory xsi:nil="true" />
<CustomField2>string</CustomField2>
<CustomField3>string</CustomField3>
<CustomField4>string</CustomField4>
<CustomField5>string</CustomField5>
<IsEnrolementCustomer>string</IsEnrolementCustomer>
</Customer>
</SearchList>
<SearchCount>int</SearchCount>
<PageCount>int</PageCount>
</GetCustomerListResult>
</GetCustomerListResponse>
</soap:Body>
</soap:Envelope>