POST api/Pin/addmultiplekit

Request Information

URI Parameters

None.

Body Parameters

mlAddKit
NamedescriptionTypeAdditional information
MlmProductSysId

integer

None.

ProductName

string

None.

ProductCost

decimal number

None.

NoOfPins

integer

None.

TotalAmount

decimal number

None.

ProductCount

integer

None.

Mobile

string

None.

DispatchAddress

string

None.

BranchSysId

integer

None.

MarketerID

string

None.

BatchNo

integer

None.

DispatchMode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BatchNo": 11,
  "BranchSysId": 9,
  "DispatchAddress": "sample string 8",
  "DispatchMode": 12,
  "MarketerID": "sample string 10",
  "MlmProductSysId": 1,
  "Mobile": "sample string 7",
  "NoOfPins": 4,
  "ProductCost": 3,
  "ProductCount": 6,
  "ProductName": "sample string 2",
  "TotalAmount": 5
}

application/xml, text/xml

Sample:
<mlPin.mlAddKit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Pin">
  <BatchNo>11</BatchNo>
  <BranchSysId>9</BranchSysId>
  <DispatchAddress>sample string 8</DispatchAddress>
  <DispatchMode>12</DispatchMode>
  <MarketerID>sample string 10</MarketerID>
  <MlmProductSysId>1</MlmProductSysId>
  <Mobile>sample string 7</Mobile>
  <NoOfPins>4</NoOfPins>
  <ProductCost>3</ProductCost>
  <ProductCount>6</ProductCount>
  <ProductName>sample string 2</ProductName>
  <TotalAmount>5</TotalAmount>
</mlPin.mlAddKit>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.