GET api/ProductManagement/ProductRead/{KeyValue}
Request Information
URI Parameters
Name | description | Type | Additional information |
---|---|---|---|
KeyValue | integer |
Required |
Body Parameters
None.
response Information
Resource description
mlProductExName | description | Type | Additional information |
---|---|---|---|
AffiliateCompanySysID | integer |
None. |
|
DepartmentSysID | integer |
None. |
|
ProductSysID | integer |
None. |
|
ProductCode | string |
None. |
|
HSNCode | string |
None. |
|
ProductName | string |
None. |
|
ProductType | string |
None. |
|
AffiliateCategorySysID | integer |
None. |
|
SalesType | string |
None. |
|
MiniStock | integer |
None. |
|
DiscountPerc | decimal number |
None. |
|
MRP | decimal number |
None. |
|
ProductCost | decimal number |
None. |
|
IGST | decimal number |
None. |
|
CGST | decimal number |
None. |
|
SGST | decimal number |
None. |
|
SalesCost | decimal number |
None. |
|
PointValue | decimal number |
None. |
|
DiscountAmount | decimal number |
None. |
|
CourierCharge | decimal number |
None. |
|
ReorderLevel | integer |
None. |
|
BranchSysId | integer |
None. |
|
VendorSysID | integer |
None. |
|
Locked | mlLockedDetails |
None. |
|
CreatedBy | string |
None. |
|
CreatedDate | string |
None. |
|
UpdatedBy | string |
None. |
|
UpdatedDate | string |
None. |
|
IsDeleted | boolean |
None. |
response Formats
application/json, text/json
Sample:
{ "CreatedBy": "sample string 24", "CreatedDate": "sample string 25", "IsDeleted": true, "UpdatedBy": "sample string 26", "UpdatedDate": "sample string 27", "AffiliateCategorySysID": 8, "BranchSysId": 22, "CGST": 15, "CourierCharge": 20, "DiscountAmount": 19, "DiscountPerc": 11, "HSNCode": "sample string 5", "IGST": 14, "Locked": { "IsLocked": true, "LockedBy": "sample string 1", "LockedDate": "sample string 2", "LockedReason": "sample string 3" }, "MRP": 12, "MiniStock": 10, "PointValue": 18, "ProductCode": "sample string 4", "ProductCost": 13, "ProductName": "sample string 6", "ProductSysID": 3, "ProductType": "sample string 7", "ReorderLevel": 21, "SGST": 16, "SalesCost": 17, "SalesType": "sample string 9", "VendorSysID": 23, "AffiliateCompanySysID": 1, "DepartmentSysID": 2 }
application/xml, text/xml
Sample:
<mlProductEx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Product"> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 24</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 25</CreatedDate> <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">true</IsDeleted> <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 26</UpdatedBy> <UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 27</UpdatedDate> <AffiliateCategorySysID>8</AffiliateCategorySysID> <BranchSysId>22</BranchSysId> <CGST>15</CGST> <CourierCharge>20</CourierCharge> <DiscountAmount>19</DiscountAmount> <DiscountPerc>11</DiscountPerc> <HSNCode>sample string 5</HSNCode> <IGST>14</IGST> <Locked xmlns:d2p1="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common"> <d2p1:IsLocked>true</d2p1:IsLocked> <d2p1:LockedBy>sample string 1</d2p1:LockedBy> <d2p1:LockedDate>sample string 2</d2p1:LockedDate> <d2p1:LockedReason>sample string 3</d2p1:LockedReason> </Locked> <MRP>12</MRP> <MiniStock>10</MiniStock> <PointValue>18</PointValue> <ProductCode>sample string 4</ProductCode> <ProductCost>13</ProductCost> <ProductName>sample string 6</ProductName> <ProductSysID>3</ProductSysID> <ProductType>sample string 7</ProductType> <ReorderLevel>21</ReorderLevel> <SGST>16</SGST> <SalesCost>17</SalesCost> <SalesType>sample string 9</SalesType> <VendorSysID>23</VendorSysID> <AffiliateCompanySysID>1</AffiliateCompanySysID> <DepartmentSysID>2</DepartmentSysID> </mlProductEx>