GET api/Minol/Warehouse/{warehouseNo}/Customers?search={search}&deliverySearch={deliverySearch}&maxRows={maxRows}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
warehouseNo

integer

Required

search

string

Required

deliverySearch

string

Required

maxRows

integer

Default value is 200

Body Parameters

None.

Response Information

Resource Description

Collection of MinolCustomer
NameDescriptionTypeAdditional information
actNo

integer

None.

customerName

string

None.

customerAddress1

string

None.

customerAddress2

string

None.

customerAddress3

string

None.

customerPostalNo

string

None.

customerPostalArea

string

None.

customerEmailAddress

string

None.

customerDocumentDeliveryMethod1

integer

None.

deliveryName

string

None.

deliveryActNo

integer

None.

customerNo

integer

None.

deliveryAddress1

string

None.

deliveryAddress2

string

None.

deliveryAddress3

string

None.

deliveryAddress4

string

None.

deliveryPostalNo

string

None.

deliveryPostalArea

string

None.

customerInformation1

string

None.

customerInformation2

string

None.

customerInformation3

string

None.

customerInformation4

string

None.

customerInformation5

string

None.

customerInformation6

string

None.

deliveryInformation1

string

None.

deliveryInformation2

string

None.

deliveryInformation3

string

None.

deliveryInformation4

string

None.

deliveryInformation5

string

None.

deliveryInformation6

string

None.

customerGroup1

integer

None.

customerGroup2

integer

None.

customerGroup3

integer

None.

customerGroup4

integer

None.

creditLimit

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "actNo": 1,
    "customerName": "sample string 2",
    "customerAddress1": "sample string 3",
    "customerAddress2": "sample string 4",
    "customerAddress3": "sample string 5",
    "customerPostalNo": "sample string 6",
    "customerPostalArea": "sample string 7",
    "customerEmailAddress": "sample string 8",
    "customerDocumentDeliveryMethod1": 1,
    "deliveryName": "sample string 9",
    "deliveryActNo": 10,
    "customerNo": 11,
    "deliveryAddress1": "sample string 12",
    "deliveryAddress2": "sample string 13",
    "deliveryAddress3": "sample string 14",
    "deliveryAddress4": "sample string 15",
    "deliveryPostalNo": "sample string 16",
    "deliveryPostalArea": "sample string 17",
    "customerInformation1": "sample string 18",
    "customerInformation2": "sample string 19",
    "customerInformation3": "sample string 20",
    "customerInformation4": "sample string 21",
    "customerInformation5": "sample string 22",
    "customerInformation6": "sample string 23",
    "deliveryInformation1": "sample string 24",
    "deliveryInformation2": "sample string 25",
    "deliveryInformation3": "sample string 26",
    "deliveryInformation4": "sample string 27",
    "deliveryInformation5": "sample string 28",
    "deliveryInformation6": "sample string 29",
    "customerGroup1": 1,
    "customerGroup2": 1,
    "customerGroup3": 1,
    "customerGroup4": 1,
    "creditLimit": 1.0
  },
  {
    "actNo": 1,
    "customerName": "sample string 2",
    "customerAddress1": "sample string 3",
    "customerAddress2": "sample string 4",
    "customerAddress3": "sample string 5",
    "customerPostalNo": "sample string 6",
    "customerPostalArea": "sample string 7",
    "customerEmailAddress": "sample string 8",
    "customerDocumentDeliveryMethod1": 1,
    "deliveryName": "sample string 9",
    "deliveryActNo": 10,
    "customerNo": 11,
    "deliveryAddress1": "sample string 12",
    "deliveryAddress2": "sample string 13",
    "deliveryAddress3": "sample string 14",
    "deliveryAddress4": "sample string 15",
    "deliveryPostalNo": "sample string 16",
    "deliveryPostalArea": "sample string 17",
    "customerInformation1": "sample string 18",
    "customerInformation2": "sample string 19",
    "customerInformation3": "sample string 20",
    "customerInformation4": "sample string 21",
    "customerInformation5": "sample string 22",
    "customerInformation6": "sample string 23",
    "deliveryInformation1": "sample string 24",
    "deliveryInformation2": "sample string 25",
    "deliveryInformation3": "sample string 26",
    "deliveryInformation4": "sample string 27",
    "deliveryInformation5": "sample string 28",
    "deliveryInformation6": "sample string 29",
    "customerGroup1": 1,
    "customerGroup2": 1,
    "customerGroup3": 1,
    "customerGroup4": 1,
    "creditLimit": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfMinolCustomer xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MinolCustomer>
    <actNo>1</actNo>
    <customerName>sample string 2</customerName>
    <customerAddress1>sample string 3</customerAddress1>
    <customerAddress2>sample string 4</customerAddress2>
    <customerAddress3>sample string 5</customerAddress3>
    <customerPostalNo>sample string 6</customerPostalNo>
    <customerPostalArea>sample string 7</customerPostalArea>
    <customerEmailAddress>sample string 8</customerEmailAddress>
    <customerDocumentDeliveryMethod1>1</customerDocumentDeliveryMethod1>
    <deliveryName>sample string 9</deliveryName>
    <deliveryActNo>10</deliveryActNo>
    <customerNo>11</customerNo>
    <deliveryAddress1>sample string 12</deliveryAddress1>
    <deliveryAddress2>sample string 13</deliveryAddress2>
    <deliveryAddress3>sample string 14</deliveryAddress3>
    <deliveryAddress4>sample string 15</deliveryAddress4>
    <deliveryPostalNo>sample string 16</deliveryPostalNo>
    <deliveryPostalArea>sample string 17</deliveryPostalArea>
    <customerInformation1>sample string 18</customerInformation1>
    <customerInformation2>sample string 19</customerInformation2>
    <customerInformation3>sample string 20</customerInformation3>
    <customerInformation4>sample string 21</customerInformation4>
    <customerInformation5>sample string 22</customerInformation5>
    <customerInformation6>sample string 23</customerInformation6>
    <deliveryInformation1>sample string 24</deliveryInformation1>
    <deliveryInformation2>sample string 25</deliveryInformation2>
    <deliveryInformation3>sample string 26</deliveryInformation3>
    <deliveryInformation4>sample string 27</deliveryInformation4>
    <deliveryInformation5>sample string 28</deliveryInformation5>
    <deliveryInformation6>sample string 29</deliveryInformation6>
    <customerGroup1>1</customerGroup1>
    <customerGroup2>1</customerGroup2>
    <customerGroup3>1</customerGroup3>
    <customerGroup4>1</customerGroup4>
    <creditLimit>1</creditLimit>
  </MinolCustomer>
  <MinolCustomer>
    <actNo>1</actNo>
    <customerName>sample string 2</customerName>
    <customerAddress1>sample string 3</customerAddress1>
    <customerAddress2>sample string 4</customerAddress2>
    <customerAddress3>sample string 5</customerAddress3>
    <customerPostalNo>sample string 6</customerPostalNo>
    <customerPostalArea>sample string 7</customerPostalArea>
    <customerEmailAddress>sample string 8</customerEmailAddress>
    <customerDocumentDeliveryMethod1>1</customerDocumentDeliveryMethod1>
    <deliveryName>sample string 9</deliveryName>
    <deliveryActNo>10</deliveryActNo>
    <customerNo>11</customerNo>
    <deliveryAddress1>sample string 12</deliveryAddress1>
    <deliveryAddress2>sample string 13</deliveryAddress2>
    <deliveryAddress3>sample string 14</deliveryAddress3>
    <deliveryAddress4>sample string 15</deliveryAddress4>
    <deliveryPostalNo>sample string 16</deliveryPostalNo>
    <deliveryPostalArea>sample string 17</deliveryPostalArea>
    <customerInformation1>sample string 18</customerInformation1>
    <customerInformation2>sample string 19</customerInformation2>
    <customerInformation3>sample string 20</customerInformation3>
    <customerInformation4>sample string 21</customerInformation4>
    <customerInformation5>sample string 22</customerInformation5>
    <customerInformation6>sample string 23</customerInformation6>
    <deliveryInformation1>sample string 24</deliveryInformation1>
    <deliveryInformation2>sample string 25</deliveryInformation2>
    <deliveryInformation3>sample string 26</deliveryInformation3>
    <deliveryInformation4>sample string 27</deliveryInformation4>
    <deliveryInformation5>sample string 28</deliveryInformation5>
    <deliveryInformation6>sample string 29</deliveryInformation6>
    <customerGroup1>1</customerGroup1>
    <customerGroup2>1</customerGroup2>
    <customerGroup3>1</customerGroup3>
    <customerGroup4>1</customerGroup4>
    <creditLimit>1</creditLimit>
  </MinolCustomer>
</ArrayOfMinolCustomer>