POST api/Account/AddCustomerPayment

Request Information

URI Parameters

None.

Body Parameters

AddCustomerReceivePaymentReq
NameDescriptionTypeAdditional information
BranchCode

string

None.

CustomerName

string

None.

Mobile

string

None.

PaidAmount

decimal number

None.

ExpensesDetail

Collection of AddCutomerPaymentDetail

None.

Description

string

None.

EntryUser

string

None.

EntryDate

date

None.

CId

string

None.

CustomerList

Collection of CustomerDetails

None.

PaymentDate

string

None.

PaymentMode

integer

None.

AccountCashHeadId

integer

None.

AccountChqHeadId

integer

None.

BankId

integer

None.

BranchAddress

string

None.

ChequeNo

string

None.

ChequeDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "BranchCode": "sample string 1",
  "CustomerName": "sample string 2",
  "Mobile": "sample string 3",
  "PaidAmount": 4.0,
  "ExpensesDetail": [
    {
      "ExpAccountId": 1,
      "ExpAmount": 2.0,
      "ExpFile": "sample string 3",
      "ExpBillNo": "sample string 4",
      "CustomerId": "sample string 5"
    },
    {
      "ExpAccountId": 1,
      "ExpAmount": 2.0,
      "ExpFile": "sample string 3",
      "ExpBillNo": "sample string 4",
      "CustomerId": "sample string 5"
    }
  ],
  "Description": "sample string 5",
  "EntryUser": "sample string 6",
  "EntryDate": "2025-10-26T20:49:38.805653+05:30",
  "CId": "sample string 8",
  "CustomerList": [
    {
      "ID": "sample string 1",
      "Name": "sample string 2"
    },
    {
      "ID": "sample string 1",
      "Name": "sample string 2"
    }
  ],
  "PaymentDate": "sample string 9",
  "PaymentMode": 10,
  "AccountCashHeadId": 11,
  "AccountChqHeadId": 12,
  "BankId": 13,
  "BranchAddress": "sample string 14",
  "ChequeNo": "sample string 15",
  "ChequeDate": "2025-10-26T20:49:38.805653+05:30"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AddUpdateDeleteResponse
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": {}
}