POST api/Godown/CreateBundle
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
bundlemodels | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Bundle_Id_PK": 1, "Bundle_APP_No": "sample string 2", "Bundle_Reg_No": "sample string 3", "Bundle_Old_App_No": "sample string 4", "Bundle_SerialNo": 5, "Bundle_No": 6 }
application/xml, text/xml
Sample:
<BundleModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <Bundle_APP_No>sample string 2</Bundle_APP_No> <Bundle_Id_PK>1</Bundle_Id_PK> <Bundle_No>6</Bundle_No> <Bundle_Old_App_No>sample string 4</Bundle_Old_App_No> <Bundle_Reg_No>sample string 3</Bundle_Reg_No> <Bundle_SerialNo>5</Bundle_SerialNo> </BundleModels>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.