POST api/background/job/bill/payment/update

Request Information

URI Parameters

None.

Body Parameters

Collection of BillPaymentEntity
NameDescriptionTypeAdditional information
BillPaymentId

integer

None.

Description

string

None.

AmountPaid

decimal number

None.

PaymentType

string

None.

PaymentDate

date

None.

Active

boolean

None.

CreatedTime

date

None.

UpdatedTime

date

None.

VendorId

integer

None.

LocationId

integer

None.

BillId

integer

None.

MembershipBillId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "BillPaymentId": 1,
    "Description": "sample string 2",
    "AmountPaid": 1.0,
    "PaymentType": "sample string 3",
    "PaymentDate": "2025-12-31T16:39:54.1273262+05:30",
    "Active": true,
    "CreatedTime": "2025-12-31T16:39:54.1273262+05:30",
    "UpdatedTime": "2025-12-31T16:39:54.1273262+05:30",
    "VendorId": 6,
    "LocationId": 7,
    "BillId": 1,
    "MembershipBillId": 1
  },
  {
    "BillPaymentId": 1,
    "Description": "sample string 2",
    "AmountPaid": 1.0,
    "PaymentType": "sample string 3",
    "PaymentDate": "2025-12-31T16:39:54.1273262+05:30",
    "Active": true,
    "CreatedTime": "2025-12-31T16:39:54.1273262+05:30",
    "UpdatedTime": "2025-12-31T16:39:54.1273262+05:30",
    "VendorId": 6,
    "LocationId": 7,
    "BillId": 1,
    "MembershipBillId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfBillPaymentEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pos_crm_api_DAL.Entities">
  <BillPaymentEntity>
    <Active>true</Active>
    <AmountPaid>1</AmountPaid>
    <BillId>1</BillId>
    <BillPaymentId>1</BillPaymentId>
    <CreatedTime>2025-12-31T16:39:54.1273262+05:30</CreatedTime>
    <Description>sample string 2</Description>
    <LocationId>7</LocationId>
    <MembershipBillId>1</MembershipBillId>
    <PaymentDate>2025-12-31T16:39:54.1273262+05:30</PaymentDate>
    <PaymentType>sample string 3</PaymentType>
    <UpdatedTime>2025-12-31T16:39:54.1273262+05:30</UpdatedTime>
    <VendorId>6</VendorId>
  </BillPaymentEntity>
  <BillPaymentEntity>
    <Active>true</Active>
    <AmountPaid>1</AmountPaid>
    <BillId>1</BillId>
    <BillPaymentId>1</BillPaymentId>
    <CreatedTime>2025-12-31T16:39:54.1273262+05:30</CreatedTime>
    <Description>sample string 2</Description>
    <LocationId>7</LocationId>
    <MembershipBillId>1</MembershipBillId>
    <PaymentDate>2025-12-31T16:39:54.1273262+05:30</PaymentDate>
    <PaymentType>sample string 3</PaymentType>
    <UpdatedTime>2025-12-31T16:39:54.1273262+05:30</UpdatedTime>
    <VendorId>6</VendorId>
  </BillPaymentEntity>
</ArrayOfBillPaymentEntity>

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.