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:
[ "eba540c9-fe7b-43bd-bec3-9ca89a86c8a7", "03a1e08f-5946-4be9-a14f-8d8d7bb72e5d" ]
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>eba540c9-fe7b-43bd-bec3-9ca89a86c8a7</guid> <guid>03a1e08f-5946-4be9-a14f-8d8d7bb72e5d</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.