POST api/PBXMLVExciseDutyClassifications/AddExciseDutyClassification
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
objStdEXCISEDutyClassification | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "cccd": "sample string 1", "CCCD": "sample string 2", "NAME": "sample string 3", "RESERVEDNAME": "sample string 4", "DISPLAYNAME": "sample string 5", "MARKFORDELETION": "sample string 6", "METHODOFCALCULATION": "sample string 7", "SrlNo": 8, "BASICTYPEOFDUTY": "sample string 9", "STATUS": "sample string 10" }
text/html
Sample:
{"cccd":"sample string 1","CCCD":"sample string 2","NAME":"sample string 3","RESERVEDNAME":"sample string 4","DISPLAYNAME":"sample string 5","MARKFORDELETION":"sample string 6","METHODOFCALCULATION":"sample string 7","SrlNo":8,"BASICTYPEOFDUTY":"sample string 9","STATUS":"sample string 10"}
application/xml, text/xml
Sample:
<PBXMLVExciseDutyClassifications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <BASICTYPEOFDUTY>sample string 9</BASICTYPEOFDUTY> <CCCD>sample string 2</CCCD> <DISPLAYNAME>sample string 5</DISPLAYNAME> <MARKFORDELETION>sample string 6</MARKFORDELETION> <METHODOFCALCULATION>sample string 7</METHODOFCALCULATION> <NAME>sample string 3</NAME> <RESERVEDNAME>sample string 4</RESERVEDNAME> <STATUS>sample string 10</STATUS> <SrlNo>8</SrlNo> <cccd>sample string 1</cccd> </PBXMLVExciseDutyClassifications>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Status": true, "ErrorMessage": "sample string 2" }
text/html
Sample:
{"Status":true,"ErrorMessage":"sample string 2"}
application/xml, text/xml
Sample:
<StatusResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <ErrorMessage>sample string 2</ErrorMessage> <Status>true</Status> </StatusResponse>