POST api/ImportMasterData/Cane_crushed_data

Request Information

URI Parameters

None.

Body Parameters

cane_crushed
NameDescriptionTypeAdditional information
cane_Crushing_Date

date

None.

Fact_Code

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "cane_Crushing_Date": "2026-05-23T16:06:36.1771283+05:30",
  "Fact_Code": 2
}

application/xml, text/xml

Sample:
<cane_crushed xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models">
  <Fact_Code>2</Fact_Code>
  <cane_Crushing_Date>2026-05-23T16:06:36.1771283+05:30</cane_Crushing_Date>
</cane_crushed>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

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/" />