POST api/PickupAndDelivery/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "92eb3639-633a-4d19-8f0c-ae4451cbedf7", "17604dbe-90b4-4792-9754-6ca7b0486ce9" ]
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>92eb3639-633a-4d19-8f0c-ae4451cbedf7</guid> <guid>17604dbe-90b4-4792-9754-6ca7b0486ce9</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["92eb3639-633a-4d19-8f0c-ae4451cbedf7","17604dbe-90b4-4792-9754-6ca7b0486ce9"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.