POST travel/orders/joppd/{date}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
Required |
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "0cfeb7e9-9c5b-4547-b3e1-34ec9884e46f", "b964af0e-2de3-41c4-a341-237c78ca7537" ]
text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>0cfeb7e9-9c5b-4547-b3e1-34ec9884e46f</guid> <guid>b964af0e-2de3-41c4-a341-237c78ca7537</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>