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:
[ "c52bf95d-ccf7-45f9-a66d-58eee71c484e", "660c2269-f5e6-420c-9774-a6f7ed702844" ]
text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>c52bf95d-ccf7-45f9-a66d-58eee71c484e</guid> <guid>660c2269-f5e6-420c-9774-a6f7ed702844</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>