POST api/material/paymentinfolist

To get Payment List

Request Information

URI Parameters

None.

Body Parameters

mlpaymentlist
NamedescriptionTypeAdditional information
Projectname

string

None.

Vendorname

string

None.

Batchno

string

None.

grn

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Batchno": "sample string 3",
  "Projectname": "sample string 1",
  "Vendorname": "sample string 2",
  "grn": "sample string 4"
}

application/xml, text/xml

Sample:
<mlpaymentlist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Material">
  <Batchno>sample string 3</Batchno>
  <Projectname>sample string 1</Projectname>
  <Vendorname>sample string 2</Vendorname>
  <grn>sample string 4</grn>
</mlpaymentlist>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.