POST api/Pin/addmultiplekit
Request Information
URI Parameters
None.
Body Parameters
mlAddKit| Name | description | Type | Additional 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. |
|
| DispatchName | string |
None. |
|
| InvoiceName | string |
None. |
|
| InvoiceMobile | string |
None. |
|
| InvoiceAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BatchNo": 11,
"BranchSysId": 9,
"DispatchAddress": "sample string 8",
"DispatchMode": 12,
"DispatchName": "sample string 13",
"InvoiceAddress": "sample string 16",
"InvoiceMobile": "sample string 15",
"InvoiceName": "sample string 14",
"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> <DispatchName>sample string 13</DispatchName> <InvoiceAddress>sample string 16</InvoiceAddress> <InvoiceMobile>sample string 15</InvoiceMobile> <InvoiceName>sample string 14</InvoiceName> <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| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |