POST api/Payment/UpdateStatusPST
Request Information
URI Parameters
None.
Body Parameters
spListInfoPSTName | Description | Type | Additional information |
---|---|---|---|
status | string |
None. |
|
listInfoPV | Collection of SPInfoPV |
None. |
Request Formats
application/json, text/json
Sample:
{ "status": "sample string 1", "listInfoPV": [ { "WebUrl": "sample string 1", "ItemId": 2, "ListGuid": "sample string 3" }, { "WebUrl": "sample string 1", "ItemId": 2, "ListGuid": "sample string 3" } ] }
application/xml, text/xml
Sample:
<spListInfoPST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appvity.eOffice.Backend.Services.PaymentService"> <listInfoPV> <SPInfoPV> <ItemId>2</ItemId> <ListGuid>sample string 3</ListGuid> <WebUrl>sample string 1</WebUrl> </SPInfoPV> <SPInfoPV> <ItemId>2</ItemId> <ListGuid>sample string 3</ListGuid> <WebUrl>sample string 1</WebUrl> </SPInfoPV> </listInfoPV> <status>sample string 1</status> </spListInfoPST>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.