POST api/ImportMasterData/Get_Cane_Payment_Detail
Request Information
URI Parameters
None.
Body Parameters
PayDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| Year | integer |
None. |
|
| Month | integer |
None. |
|
| PayableAmount | decimal number |
None. |
|
| PaidAmount | decimal number |
None. |
|
| TotalPurchaseGrower | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"Year": 2,
"Month": 3,
"PayableAmount": 4.1,
"PaidAmount": 5.1,
"TotalPurchaseGrower": 6.1
}
application/xml, text/xml
Sample:
<PayDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <Fact_Code>1</Fact_Code> <Month>3</Month> <PaidAmount>5.1</PaidAmount> <PayableAmount>4.1</PayableAmount> <TotalPurchaseGrower>6.1</TotalPurchaseGrower> <Year>2</Year> </PayDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />