GET ConfirmOrderPickup?userName={userName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
Required |
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "e21a0fde-8f04-42b9-9519-f068b6d22822", "b767ab6e-8db5-4d9d-bac4-e8b15e02afb1" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>e21a0fde-8f04-42b9-9519-f068b6d22822</guid> <guid>b767ab6e-8db5-4d9d-bac4-e8b15e02afb1</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.