POST api/Operations/Close_Challan
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req_Close_Cln | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"method": "sample string 1",
"key": "sample string 2",
"challan_no": "sample string 3",
"closing_date": "sample string 4",
"remark": "sample string 5",
"emplid": "sample string 6"
}
application/xml, text/xml
Sample:
<request_Close_Challan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Request"> <challan_no>sample string 3</challan_no> <closing_date>sample string 4</closing_date> <emplid>sample string 6</emplid> <key>sample string 2</key> <method>sample string 1</method> <remark>sample string 5</remark> </request_Close_Challan>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"method": "sample string 1",
"key": "sample string 2",
"status": "sample string 3",
"massage": "sample string 4"
}
application/xml, text/xml
Sample:
<response_Close_Challan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Models"> <key>sample string 2</key> <massage>sample string 4</massage> <method>sample string 1</method> <status>sample string 3</status> </response_Close_Challan>