POST travel/orders/joppd/{date}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date

date

Required

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "77e2bf7c-5849-41b1-bb60-f9cb6f69ee18",
  "cf8eea5f-3157-45b1-afb7-2e16f36d3930"
]

text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>77e2bf7c-5849-41b1-bb60-f9cb6f69ee18</guid>
  <guid>cf8eea5f-3157-45b1-afb7-2e16f36d3930</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IEnumerable`1'.

Response Information

Resource Description

string

Response 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>