POST api/CreatePayment

Request Information

URI Parameters

None.

Body Parameters

CreatePaymentVm
NameDescriptionTypeAdditional information
Date

string

None.

ChequeNumber

string

None.

ChequeDate

string

None.

InFavourOf

string

None.

BankName

string

None.

NetAmount

decimal number

None.

TotalAmount

decimal number

None.

Cgst

decimal number

None.

CgstInPercentage

decimal number

None.

Sgst

decimal number

None.

SgstInPercentage

decimal number

None.

Igst

decimal number

None.

IgstInPercentage

decimal number

None.

Tds

decimal number

None.

TdsInPercentage

decimal number

None.

TaxAmount

decimal number

None.

ServiceTax

decimal number

None.

ServiceTaxInPercentage

decimal number

None.

PaymentType

string

None.

TaxType

string

None.

LedgerToId

integer

None.

InvoiceId

integer

None.

ReservationId

integer

None.

OwnerSubscriptionId

integer

None.

FlatOwnerId

integer

None.

ReservationQueryId

integer

None.

AssetMaintenanceId

integer

None.

BookingId

integer

None.

Narration

string

None.

PaymentForId

integer

None.

PaymentSchedules

Collection of CreatePaymentScheduleVm

None.

Images

Collection of Image

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Stream was too long.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Stream was too long.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'BrokerDal.Models.Campaigns.CampaignChannel' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'BrokerDal.Models.Campaigns.CampaignChannel' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CreatePaymentVm'.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Description

string

None.

Data

Object

None.

Count

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Description": "sample string 3",
  "Data": {},
  "Count": 5
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models">
  <Count>5</Count>
  <Data />
  <Description>sample string 3</Description>
  <Message>sample string 2</Message>
  <Success>true</Success>
</Response>