POST api/Standalone/CreateStbhistory
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"userid": "sample string 1",
"boxno": 2,
"Box_no": 3,
"Startdate": "2025-12-06T09:45:56.4507295+05:30",
"Enddate": "2025-12-06T09:45:56.4507295+05:30",
"Crf": "sample string 6",
"from_date": "2025-12-06T09:45:56.4507295+05:30",
"to_date": "2025-12-06T09:45:56.4507295+05:30",
"packagename": "sample string 9",
"packageidd": 10,
"Category": "sample string 11",
"Exceldata": {},
"packageid": 13,
"fromdate": "sample string 14",
"todate": "sample string 15",
"email1": "sample string 16",
"email2": "sample string 17",
"contact1": 18,
"contact2": 19,
"business_name": "sample string 20",
"business_address": "sample string 21",
"usercode": "sample string 22",
"first_name": "sample string 23",
"last_name": "sample string 24",
"DataDt": null,
"result": "sample string 25",
"orgid": "sample string 26",
"cable_lco": "sample string 27",
"Package": "sample string 28",
"Package_id": 29,
"Package_price": 30.1,
"Type": "sample string 31",
"Package_type": "sample string 32",
"Channels": "sample string 33",
"status": "sample string 34",
"stock_id": 35,
"vc_no": "sample string 36",
"Customer_id": 37,
"is_assigned": 38,
"assigned_date": "2025-12-06T09:45:56.4507295+05:30",
"customersla_id": "sample string 40",
"employeeId": "sample string 41"
}
application/xml, text/xml
Sample:
<standaloneParamsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KcclModel.dto"> <Box_no>3</Box_no> <Category>sample string 11</Category> <Channels>sample string 33</Channels> <Crf>sample string 6</Crf> <Customer_id>37</Customer_id> <DataDt i:nil="true" /> <Enddate>2025-12-06T09:45:56.4507295+05:30</Enddate> <Exceldata /> <Package>sample string 28</Package> <Package_id>29</Package_id> <Package_price>30.1</Package_price> <Package_type>sample string 32</Package_type> <Startdate>2025-12-06T09:45:56.4507295+05:30</Startdate> <Type>sample string 31</Type> <assigned_date>2025-12-06T09:45:56.4507295+05:30</assigned_date> <boxno>2</boxno> <business_address>sample string 21</business_address> <business_name>sample string 20</business_name> <cable_lco>sample string 27</cable_lco> <contact1>18</contact1> <contact2>19</contact2> <customersla_id>sample string 40</customersla_id> <email1>sample string 16</email1> <email2>sample string 17</email2> <employeeId>sample string 41</employeeId> <first_name>sample string 23</first_name> <from_date>2025-12-06T09:45:56.4507295+05:30</from_date> <fromdate>sample string 14</fromdate> <is_assigned>38</is_assigned> <last_name>sample string 24</last_name> <orgid>sample string 26</orgid> <packageid>13</packageid> <packageidd>10</packageidd> <packagename>sample string 9</packagename> <result>sample string 25</result> <status>sample string 34</status> <stock_id>35</stock_id> <to_date>2025-12-06T09:45:56.4507295+05:30</to_date> <todate>sample string 15</todate> <usercode>sample string 22</usercode> <userid>sample string 1</userid> <vc_no>sample string 36</vc_no> </standaloneParamsDto>
application/x-www-form-urlencoded
Sample:
Sample not available.