POST api/Payment/GetSingleData_Payment

Request Information

URI Parameters

None.

Body Parameters

Payment
NameDescriptionTypeAdditional information
PaymentID

integer

None.

PartyID

integer

None.

PartyName

string

None.

ReamaningAmt

string

None.

Amt

string

None.

Paymenttype

string

None.

ByPayment

string

None.

PaymentDtTm

string

None.

Due

string

None.

FromDtTm

string

None.

ToDtTm

string

None.

PurchaseOrderID

string

None.

CreditDebit

string

None.

GetPaymentType

string

None.

file

Collection of HttpPostedFile

None.

Uploadfile

Dictionary of string [key] and HttpPostedFile [value]

None.

CreatedByUser

integer

None.

Data

string

None.

ModifiedByUser

integer

None.

DeleteByUser

integer

None.

IsActive

string

None.

Description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentID": 1,
  "PartyID": 2,
  "PartyName": "sample string 3",
  "ReamaningAmt": "sample string 4",
  "Amt": "sample string 5",
  "Paymenttype": "sample string 6",
  "ByPayment": "sample string 7",
  "PaymentDtTm": "sample string 8",
  "Due": "sample string 9",
  "FromDtTm": "sample string 10",
  "ToDtTm": "sample string 11",
  "PurchaseOrderID": "sample string 12",
  "CreditDebit": "sample string 13",
  "GetPaymentType": "sample string 14",
  "file": null,
  "Uploadfile": {
    "sample string 1": null,
    "sample string 2": null
  },
  "CreatedByUser": 15,
  "Data": "sample string 16",
  "ModifiedByUser": 17,
  "DeleteByUser": 18,
  "IsActive": "sample string 19",
  "Description": "sample string 20"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

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.