POST travel/orders/payments/{date}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date

date

Required

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "2ab90907-150c-41c8-91e7-c185eeb4b9e2",
  "1be0386a-1ef4-41a5-a586-f2c10a8d8568"
]

text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>2ab90907-150c-41c8-91e7-c185eeb4b9e2</guid>
  <guid>1be0386a-1ef4-41a5-a586-f2c10a8d8568</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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.