GET api/MWM4/GetCustomerCollection?UD1={UD1}&UD2={UD2}&subs={subs}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UD1 | string |
Required |
|
UD2 | string |
Required |
|
subs | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MWM4CustomerCollectionName | Description | Type | Additional information |
---|---|---|---|
CreationDate | date |
None. |
|
Customers | Collection of MWM4CustomerDetail |
None. |
Response Formats
application/json, text/json
Sample:
{ "CreationDate": "2025-01-15T03:04:36.8068302-05:00", "Customers": [ { "CustomerNumber": 1, "BillthroughNumber": 2, "PriceDiscountCode": 3, "CustomerLink": 4, "RepNumber": 5, "VOPID": 6, "CustomerName": "sample string 7", "BillthroughName": "sample string 8", "DefaultWarehouse": "sample string 9", "TermsCode": "sample string 10", "Address1": "sample string 11", "Address2": "sample string 12", "Address3": "sample string 13", "City": "sample string 14", "State": "sample string 15", "Zip": "sample string 16", "ContactName": "sample string 17", "ContactPhone": "sample string 18", "ContractPriceCode": "sample string 19", "FaxNumber": "sample string 20", "Email": "sample string 21", "RepName": "sample string 22", "VopCustomerName": "sample string 23", "County": "sample string 24", "Freight": "sample string 25", "FirstSaleDate": "2025-01-15T03:04:36.8068302-05:00", "LastSaleDate": "2025-01-15T03:04:36.8068302-05:00", "IsSuspended": true, "IsQuoteCustomer": true }, { "CustomerNumber": 1, "BillthroughNumber": 2, "PriceDiscountCode": 3, "CustomerLink": 4, "RepNumber": 5, "VOPID": 6, "CustomerName": "sample string 7", "BillthroughName": "sample string 8", "DefaultWarehouse": "sample string 9", "TermsCode": "sample string 10", "Address1": "sample string 11", "Address2": "sample string 12", "Address3": "sample string 13", "City": "sample string 14", "State": "sample string 15", "Zip": "sample string 16", "ContactName": "sample string 17", "ContactPhone": "sample string 18", "ContractPriceCode": "sample string 19", "FaxNumber": "sample string 20", "Email": "sample string 21", "RepName": "sample string 22", "VopCustomerName": "sample string 23", "County": "sample string 24", "Freight": "sample string 25", "FirstSaleDate": "2025-01-15T03:04:36.8068302-05:00", "LastSaleDate": "2025-01-15T03:04:36.8068302-05:00", "IsSuspended": true, "IsQuoteCustomer": true } ] }
application/xml, text/xml
Sample:
<MWM4CustomerCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Midwest.Controllers"> <CreationDate>2025-01-15T03:04:36.8068302-05:00</CreationDate> <Customers> <MWM4CustomerDetail> <Address1>sample string 11</Address1> <Address2>sample string 12</Address2> <Address3>sample string 13</Address3> <BillthroughName>sample string 8</BillthroughName> <BillthroughNumber>2</BillthroughNumber> <City>sample string 14</City> <ContactName>sample string 17</ContactName> <ContactPhone>sample string 18</ContactPhone> <ContractPriceCode>sample string 19</ContractPriceCode> <County>sample string 24</County> <CustomerLink>4</CustomerLink> <CustomerName>sample string 7</CustomerName> <CustomerNumber>1</CustomerNumber> <DefaultWarehouse>sample string 9</DefaultWarehouse> <Email>sample string 21</Email> <FaxNumber>sample string 20</FaxNumber> <FirstSaleDate>2025-01-15T03:04:36.8068302-05:00</FirstSaleDate> <Freight>sample string 25</Freight> <IsQuoteCustomer>true</IsQuoteCustomer> <IsSuspended>true</IsSuspended> <LastSaleDate>2025-01-15T03:04:36.8068302-05:00</LastSaleDate> <PriceDiscountCode>3</PriceDiscountCode> <RepName>sample string 22</RepName> <RepNumber>5</RepNumber> <State>sample string 15</State> <TermsCode>sample string 10</TermsCode> <VOPID>6</VOPID> <VopCustomerName>sample string 23</VopCustomerName> <Zip>sample string 16</Zip> </MWM4CustomerDetail> <MWM4CustomerDetail> <Address1>sample string 11</Address1> <Address2>sample string 12</Address2> <Address3>sample string 13</Address3> <BillthroughName>sample string 8</BillthroughName> <BillthroughNumber>2</BillthroughNumber> <City>sample string 14</City> <ContactName>sample string 17</ContactName> <ContactPhone>sample string 18</ContactPhone> <ContractPriceCode>sample string 19</ContractPriceCode> <County>sample string 24</County> <CustomerLink>4</CustomerLink> <CustomerName>sample string 7</CustomerName> <CustomerNumber>1</CustomerNumber> <DefaultWarehouse>sample string 9</DefaultWarehouse> <Email>sample string 21</Email> <FaxNumber>sample string 20</FaxNumber> <FirstSaleDate>2025-01-15T03:04:36.8068302-05:00</FirstSaleDate> <Freight>sample string 25</Freight> <IsQuoteCustomer>true</IsQuoteCustomer> <IsSuspended>true</IsSuspended> <LastSaleDate>2025-01-15T03:04:36.8068302-05:00</LastSaleDate> <PriceDiscountCode>3</PriceDiscountCode> <RepName>sample string 22</RepName> <RepNumber>5</RepNumber> <State>sample string 15</State> <TermsCode>sample string 10</TermsCode> <VOPID>6</VOPID> <VopCustomerName>sample string 23</VopCustomerName> <Zip>sample string 16</Zip> </MWM4CustomerDetail> </Customers> </MWM4CustomerCollection>