POST api/BillPaymentPosting

Request Information

URI Parameters

None.

Body Parameters

tbl_BillPayment
NameDescriptionTypeAdditional information
PropertyDetail_Id

integer

None.

FinancialYear_Id

integer

None.

Person_Id

integer

None.

Check_DD_Number

string

None.

Payment_Date

string

None.

Payment_Amount

decimal number

None.

obj_Device_Response

string

None.

Latitude

string

None.

Longitude

string

None.

Payer_Name

string

None.

Payer_MobileNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PropertyDetail_Id": 1,
  "FinancialYear_Id": 2,
  "Person_Id": 3,
  "Check_DD_Number": "sample string 4",
  "Payment_Date": "sample string 5",
  "Payment_Amount": 6.0,
  "obj_Device_Response": "sample string 7",
  "Latitude": "sample string 8",
  "Longitude": "sample string 9",
  "Payer_Name": "sample string 10",
  "Payer_MobileNo": "sample string 11"
}

application/xml, text/xml

Sample:
<tbl_BillPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POS_Mathura_API.Models">
  <Check_DD_Number>sample string 4</Check_DD_Number>
  <FinancialYear_Id>2</FinancialYear_Id>
  <Latitude>sample string 8</Latitude>
  <Longitude>sample string 9</Longitude>
  <Payer_MobileNo>sample string 11</Payer_MobileNo>
  <Payer_Name>sample string 10</Payer_Name>
  <Payment_Amount>6</Payment_Amount>
  <Payment_Date>sample string 5</Payment_Date>
  <Person_Id>3</Person_Id>
  <PropertyDetail_Id>1</PropertyDetail_Id>
  <obj_Device_Response>sample string 7</obj_Device_Response>
</tbl_BillPayment>

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.