POST api/SettingsAndPolicy/savecustomerpolicyautopackage
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
discObj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "customerId": "sample string 1", "Custname": "sample string 2", "Maxamount": "sample string 3", "Minamount": "sample string 4", "userId": "sample string 5", "lcoId": "sample string 6", "crfno": "sample string 7", "packactive": "sample string 8", "packdeactive": "sample string 9", "param": "sample string 10" }
application/xml, text/xml
Sample:
<save_autopackage_customerpolicy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KcclModel.dto"> <Custname>sample string 2</Custname> <Maxamount>sample string 3</Maxamount> <Minamount>sample string 4</Minamount> <crfno>sample string 7</crfno> <customerId>sample string 1</customerId> <lcoId>sample string 6</lcoId> <packactive>sample string 8</packactive> <packdeactive>sample string 9</packdeactive> <param>sample string 10</param> <userId>sample string 5</userId> </save_autopackage_customerpolicy>
application/x-www-form-urlencoded
Sample: