POST api/grn/payment/add

Request Information

URI Parameters

None.

Body Parameters

GRNPaymentInfoEntity
NameDescriptionTypeAdditional information
GRNPaymentInfoId

integer

None.

GRNId

integer

None.

AmountPaying

decimal number

None.

PaymentMode

string

None.

CreatedTime

date

None.

UpdatedTime

date

None.

Active

boolean

None.

PaymentDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "GRNPaymentInfoId": 1,
  "GRNId": 2,
  "AmountPaying": 3.0,
  "PaymentMode": "sample string 4",
  "CreatedTime": "2025-12-31T16:37:19.5970893+05:30",
  "UpdatedTime": "2025-12-31T16:37:19.5970893+05:30",
  "Active": true,
  "PaymentDate": "2025-12-31T16:37:19.5970893+05:30"
}

application/xml, text/xml

Sample:
<GRNPaymentInfoEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pos_crm_api_DAL.Entities">
  <Active>true</Active>
  <AmountPaying>3</AmountPaying>
  <CreatedTime>2025-12-31T16:37:19.5970893+05:30</CreatedTime>
  <GRNId>2</GRNId>
  <GRNPaymentInfoId>1</GRNPaymentInfoId>
  <PaymentDate>2025-12-31T16:37:19.5970893+05:30</PaymentDate>
  <PaymentMode>sample string 4</PaymentMode>
  <UpdatedTime>2025-12-31T16:37:19.5970893+05:30</UpdatedTime>
</GRNPaymentInfoEntity>

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.