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:
[
  "978e5f5d-b0ce-4481-a4b8-381830a33a88",
  "6c23d0c0-958b-4b3a-ae2f-e49dfdd2dda5"
]

text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>978e5f5d-b0ce-4481-a4b8-381830a33a88</guid>
  <guid>6c23d0c0-958b-4b3a-ae2f-e49dfdd2dda5</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.