POST GetWearerDeliveryNotifications
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"date": "sample string 1",
"token": "sample string 2",
"function": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<GetWearerDeliveryNotificationsRequest> <token>sample string 2</token> <function>AddCleanBag</function> <date>sample string 1</date> </GetWearerDeliveryNotificationsRequest>
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"wearerData": [
{
"companyName": "sample string 1",
"account": 2,
"branch": 3,
"customer": "sample string 4",
"route": 5,
"serviceDays": "sample string 6",
"locker": "sample string 7",
"wearer": "sample string 8",
"firstName": "sample string 9",
"lastName": "sample string 10",
"supergroup": "sample string 11",
"inventory": 12,
"quantity": 13,
"transactionCode": "sample string 14",
"serviceCode": "sample string 15",
"garmentMark": "sample string 16"
},
{
"companyName": "sample string 1",
"account": 2,
"branch": 3,
"customer": "sample string 4",
"route": 5,
"serviceDays": "sample string 6",
"locker": "sample string 7",
"wearer": "sample string 8",
"firstName": "sample string 9",
"lastName": "sample string 10",
"supergroup": "sample string 11",
"inventory": 12,
"quantity": 13,
"transactionCode": "sample string 14",
"serviceCode": "sample string 15",
"garmentMark": "sample string 16"
},
{
"companyName": "sample string 1",
"account": 2,
"branch": 3,
"customer": "sample string 4",
"route": 5,
"serviceDays": "sample string 6",
"locker": "sample string 7",
"wearer": "sample string 8",
"firstName": "sample string 9",
"lastName": "sample string 10",
"supergroup": "sample string 11",
"inventory": 12,
"quantity": 13,
"transactionCode": "sample string 14",
"serviceCode": "sample string 15",
"garmentMark": "sample string 16"
}
],
"valid": true,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<GetWearerDeliveryNotificationsResponse>
<valid>true</valid>
<message>sample string 2</message>
<wearerData>
<DeliveryNotification>
<companyName>sample string 1</companyName>
<account>2</account>
<branch>3</branch>
<customer>sample string 4</customer>
<route>5</route>
<serviceDays>sample string 6</serviceDays>
<locker>sample string 7</locker>
<wearer>sample string 8</wearer>
<firstName>sample string 9</firstName>
<lastName>sample string 10</lastName>
<supergroup>sample string 11</supergroup>
<inventory>12</inventory>
<quantity>13</quantity>
<transactionCode>sample string 14</transactionCode>
<serviceCode>sample string 15</serviceCode>
<garmentMark>sample string 16</garmentMark>
</DeliveryNotification>
<DeliveryNotification>
<companyName>sample string 1</companyName>
<account>2</account>
<branch>3</branch>
<customer>sample string 4</customer>
<route>5</route>
<serviceDays>sample string 6</serviceDays>
<locker>sample string 7</locker>
<wearer>sample string 8</wearer>
<firstName>sample string 9</firstName>
<lastName>sample string 10</lastName>
<supergroup>sample string 11</supergroup>
<inventory>12</inventory>
<quantity>13</quantity>
<transactionCode>sample string 14</transactionCode>
<serviceCode>sample string 15</serviceCode>
<garmentMark>sample string 16</garmentMark>
</DeliveryNotification>
<DeliveryNotification>
<companyName>sample string 1</companyName>
<account>2</account>
<branch>3</branch>
<customer>sample string 4</customer>
<route>5</route>
<serviceDays>sample string 6</serviceDays>
<locker>sample string 7</locker>
<wearer>sample string 8</wearer>
<firstName>sample string 9</firstName>
<lastName>sample string 10</lastName>
<supergroup>sample string 11</supergroup>
<inventory>12</inventory>
<quantity>13</quantity>
<transactionCode>sample string 14</transactionCode>
<serviceCode>sample string 15</serviceCode>
<garmentMark>sample string 16</garmentMark>
</DeliveryNotification>
</wearerData>
</GetWearerDeliveryNotificationsResponse>