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:
[ "68e76e3e-ab0a-4d4a-b903-ef7ed5e81cf1", "b118d585-7b0d-4f99-aabc-451bdbe07e3a" ]
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>68e76e3e-ab0a-4d4a-b903-ef7ed5e81cf1</guid> <guid>b118d585-7b0d-4f99-aabc-451bdbe07e3a</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.