POST api/Payment/UpdateStatusPV

Request Information

URI Parameters

None.

Body Parameters

spListInfoPV
NameDescriptionTypeAdditional information
status

string

None.

listInfoPV

SPInfoPV

None.

Request Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "listInfoPV": {
    "WebUrl": "sample string 1",
    "ItemId": 2,
    "ListGuid": "sample string 3"
  }
}

application/xml, text/xml

Sample:
<spListInfoPV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appvity.eOffice.Backend.Services.PaymentService">
  <listInfoPV>
    <ItemId>2</ItemId>
    <ListGuid>sample string 3</ListGuid>
    <WebUrl>sample string 1</WebUrl>
  </listInfoPV>
  <status>sample string 1</status>
</spListInfoPV>

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 'spListInfoPV'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.