POST api/Request/Update_Payment_Details

Request Information

URI Parameters

None.

Body Parameters

ClsRequest_Payment
NameDescriptionTypeAdditional information
CustomerID

integer

None.

Service_RequestID

integer

None.

PaymentGatewayTxnId

string

None.

PaymentStatus

string

None.

Amount

decimal number

None.

PaymentMethod

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerID": 1,
  "Service_RequestID": 2,
  "PaymentGatewayTxnId": "sample string 3",
  "PaymentStatus": "sample string 4",
  "Amount": 5.0,
  "PaymentMethod": "sample string 6"
}

application/xml, text/xml

Sample:
<ClsRequest_Payment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apna_Wala_Garage_API.Models">
  <Amount>5</Amount>
  <CustomerID>1</CustomerID>
  <PaymentGatewayTxnId>sample string 3</PaymentGatewayTxnId>
  <PaymentMethod>sample string 6</PaymentMethod>
  <PaymentStatus>sample string 4</PaymentStatus>
  <Service_RequestID>2</Service_RequestID>
</ClsRequest_Payment>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.