POST api/UpdatePaymentAgent

Request Information

URI Parameters

None.

Body Parameters

Jsonparams
NameDescriptionTypeAdditional information
jsonstring

string

None.

Request Formats

application/json, text/json

Sample:
{
  "jsonstring": "sample string 1"
}

application/xml, text/xml

Sample:
<Jsonparams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Powerwaywebapi.Models">
  <jsonstring>sample string 1</jsonstring>
</Jsonparams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UpdatePaymentAgentOut
NameDescriptionTypeAdditional information
rmt_no

string

None.

status

string

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "rmt_no": "sample string 1",
  "status": "sample string 2",
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<UpdatePaymentAgentOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Powerwaywebapi.Models">
  <message>sample string 3</message>
  <rmt_no>sample string 1</rmt_no>
  <status>sample string 2</status>
</UpdatePaymentAgentOut>