POST api/v1/transactions/paymentcustomer

Request Information

URI Parameters

None.

Body Parameters

PaymentCustomerCardResquest
NameDescriptionTypeAdditional information
CustomerPaymentId

integer

None.

BranchId

integer

None.

Amount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerPaymentId": 1,
  "BranchId": 2,
  "Amount": 3.0
}

application/xml, text/xml

Sample:
<PaymentCustomerCardResquest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Branches.Transactions">
  <Amount>3</Amount>
  <BranchId>2</BranchId>
  <CustomerPaymentId>1</CustomerPaymentId>
</PaymentCustomerCardResquest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseModelOfBoolean
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

boolean

None.

Pagination

Pagination

None.

Response Formats

application/json, text/json

Sample:

Sample not available.