GET api/ProductManagement/Read/{KeyValue}

Get Product Details Using a Keyvalue

Request Information

URI Parameters

NamedescriptionTypeAdditional information
KeyValue

Identifier Value

integer

Required

Body Parameters

None.

response Information

Resource description

It Returns UserProfile Model

mlProductEx
NamedescriptionTypeAdditional 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.

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.

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 22",
  "CreatedDate": "sample string 23",
  "IsDeleted": true,
  "UpdatedBy": "sample string 24",
  "UpdatedDate": "sample string 25",
  "AffiliateCategorySysID": 8,
  "BranchSysId": 21,
  "CGST": 14,
  "CourierCharge": 19,
  "DiscountAmount": 18,
  "DiscountPerc": 10,
  "HSNCode": "sample string 5",
  "IGST": 13,
  "Locked": {
    "IsLocked": true,
    "LockedBy": "sample string 1",
    "LockedDate": "sample string 2",
    "LockedReason": "sample string 3"
  },
  "MRP": 11,
  "PointValue": 17,
  "ProductCode": "sample string 4",
  "ProductCost": 12,
  "ProductName": "sample string 6",
  "ProductSysID": 3,
  "ProductType": "sample string 7",
  "ReorderLevel": 20,
  "SGST": 15,
  "SalesCost": 16,
  "SalesType": "sample string 9",
  "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 22</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 23</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 24</UpdatedBy>
  <UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 25</UpdatedDate>
  <AffiliateCategorySysID>8</AffiliateCategorySysID>
  <BranchSysId>21</BranchSysId>
  <CGST>14</CGST>
  <CourierCharge>19</CourierCharge>
  <DiscountAmount>18</DiscountAmount>
  <DiscountPerc>10</DiscountPerc>
  <HSNCode>sample string 5</HSNCode>
  <IGST>13</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>11</MRP>
  <PointValue>17</PointValue>
  <ProductCode>sample string 4</ProductCode>
  <ProductCost>12</ProductCost>
  <ProductName>sample string 6</ProductName>
  <ProductSysID>3</ProductSysID>
  <ProductType>sample string 7</ProductType>
  <ReorderLevel>20</ReorderLevel>
  <SGST>15</SGST>
  <SalesCost>16</SalesCost>
  <SalesType>sample string 9</SalesType>
  <AffiliateCompanySysID>1</AffiliateCompanySysID>
  <DepartmentSysID>2</DepartmentSysID>
</mlProductEx>