POST api/dealer/create
Request Information
URI Parameters
None.
Body Parameters
DealerMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopID | integer |
None. |
|
| ShopName | string |
Required Max length: 200 |
|
| Ownername | string |
Required Max length: 150 |
|
| Contactno | string |
Required Max length: 15 |
|
| COntact2 | string |
Max length: 15 |
|
| Whatsappno | string |
Max length: 15 |
|
| EMailid | string |
Max length: 100 |
|
| Address | string |
Required Max length: 500 |
|
| Landamrk | string |
Max length: 200 |
|
| ZoneID | integer |
None. |
|
| AreaID | integer |
None. |
|
| LAreaID | integer |
None. |
|
| DistrictID | integer |
None. |
|
| StateID | integer |
None. |
|
| BirthDay | string |
Max length: 20 |
|
| Anniversary | string |
Max length: 20 |
|
| ShopUrls | string |
Max length: 300 |
|
| Lattitude | string |
Max length: 50 |
|
| Longitude | string |
Max length: 50 |
|
| GpsLocation | string |
Max length: 100 |
|
| Pincode | string |
Max length: 10 |
|
| SalesMan | string |
Max length: 100 |
|
| CurrStatus | string |
Max length: 50 |
|
| BusinessType | string |
Max length: 100 |
|
| YearsInBusiness | string |
Max length: 20 |
|
| ShopSize | string |
Max length: 50 |
|
| MTurnOver | string |
Max length: 50 |
|
| CategoryDealsIn | string |
Max length: 300 |
|
| NoStaff | string |
Max length: 20 |
|
| GodownYesno | string |
Max length: 10 |
|
| GodownSize | string |
Max length: 50 |
|
| CurrentSellBrand | string |
Max length: 500 |
|
| FastMoveProduct | string |
Max length: 500 |
|
| IntrestedForProd | string |
Max length: 500 |
|
| GSTNO | string |
Max length: 20 |
|
| PANNO | string |
Max length: 15 |
|
| BankName | string |
Max length: 100 |
|
| AccountNo | string |
Max length: 30 |
|
| BranchAddress | string |
Max length: 200 |
|
| IFSCCODE | string |
Max length: 15 |
|
| PaymentCycle | string |
Max length: 50 |
|
| MarketReputation | string |
Max length: 100 |
|
| Rating | string |
Max length: 10 |
|
| Groups | string |
Max length: 100 |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedBy | string |
Max length: 100 |
|
| ModifiedBy | string |
Max length: 100 |
|
| CompID | integer |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
{
"ShopID": 1,
"ShopName": "sample string 2",
"Ownername": "sample string 3",
"Contactno": "sample string 4",
"COntact2": "sample string 5",
"Whatsappno": "sample string 6",
"EMailid": "sample string 7",
"Address": "sample string 8",
"Landamrk": "sample string 9",
"ZoneID": 1,
"AreaID": 1,
"LAreaID": 1,
"DistrictID": 1,
"StateID": 1,
"BirthDay": "sample string 10",
"Anniversary": "sample string 11",
"ShopUrls": "sample string 12",
"Lattitude": "sample string 13",
"Longitude": "sample string 14",
"GpsLocation": "sample string 15",
"Pincode": "sample string 16",
"SalesMan": "sample string 17",
"CurrStatus": "sample string 18",
"BusinessType": "sample string 19",
"YearsInBusiness": "sample string 20",
"ShopSize": "sample string 21",
"MTurnOver": "sample string 22",
"CategoryDealsIn": "sample string 23",
"NoStaff": "sample string 24",
"GodownYesno": "sample string 25",
"GodownSize": "sample string 26",
"CurrentSellBrand": "sample string 27",
"FastMoveProduct": "sample string 28",
"IntrestedForProd": "sample string 29",
"GSTNO": "sample string 30",
"PANNO": "sample string 31",
"BankName": "sample string 32",
"AccountNo": "sample string 33",
"BranchAddress": "sample string 34",
"IFSCCODE": "sample string 35",
"PaymentCycle": "sample string 36",
"MarketReputation": "sample string 37",
"Rating": "sample string 38",
"Groups": "sample string 39",
"CreatedDate": "2026-06-08T20:25:26.8301525+05:30",
"ModifiedDate": "2026-06-08T20:25:26.8301525+05:30",
"CreatedBy": "sample string 40",
"ModifiedBy": "sample string 41",
"CompID": 42,
"IsActive": true
}
text/html
{"ShopID":1,"ShopName":"sample string 2","Ownername":"sample string 3","Contactno":"sample string 4","COntact2":"sample string 5","Whatsappno":"sample string 6","EMailid":"sample string 7","Address":"sample string 8","Landamrk":"sample string 9","ZoneID":1,"AreaID":1,"LAreaID":1,"DistrictID":1,"StateID":1,"BirthDay":"sample string 10","Anniversary":"sample string 11","ShopUrls":"sample string 12","Lattitude":"sample string 13","Longitude":"sample string 14","GpsLocation":"sample string 15","Pincode":"sample string 16","SalesMan":"sample string 17","CurrStatus":"sample string 18","BusinessType":"sample string 19","YearsInBusiness":"sample string 20","ShopSize":"sample string 21","MTurnOver":"sample string 22","CategoryDealsIn":"sample string 23","NoStaff":"sample string 24","GodownYesno":"sample string 25","GodownSize":"sample string 26","CurrentSellBrand":"sample string 27","FastMoveProduct":"sample string 28","IntrestedForProd":"sample string 29","GSTNO":"sample string 30","PANNO":"sample string 31","BankName":"sample string 32","AccountNo":"sample string 33","BranchAddress":"sample string 34","IFSCCODE":"sample string 35","PaymentCycle":"sample string 36","MarketReputation":"sample string 37","Rating":"sample string 38","Groups":"sample string 39","CreatedDate":"2026-06-08T20:25:26.8301525+05:30","ModifiedDate":"2026-06-08T20:25:26.8301525+05:30","CreatedBy":"sample string 40","ModifiedBy":"sample string 41","CompID":42,"IsActive":true}
application/xml, text/xml
<DealerMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KeyCodeWebsApis.Models"> <AccountNo>sample string 33</AccountNo> <Address>sample string 8</Address> <Anniversary>sample string 11</Anniversary> <AreaID>1</AreaID> <BankName>sample string 32</BankName> <BirthDay>sample string 10</BirthDay> <BranchAddress>sample string 34</BranchAddress> <BusinessType>sample string 19</BusinessType> <COntact2>sample string 5</COntact2> <CategoryDealsIn>sample string 23</CategoryDealsIn> <CompID>42</CompID> <Contactno>sample string 4</Contactno> <CreatedBy>sample string 40</CreatedBy> <CreatedDate>2026-06-08T20:25:26.8301525+05:30</CreatedDate> <CurrStatus>sample string 18</CurrStatus> <CurrentSellBrand>sample string 27</CurrentSellBrand> <DistrictID>1</DistrictID> <EMailid>sample string 7</EMailid> <FastMoveProduct>sample string 28</FastMoveProduct> <GSTNO>sample string 30</GSTNO> <GodownSize>sample string 26</GodownSize> <GodownYesno>sample string 25</GodownYesno> <GpsLocation>sample string 15</GpsLocation> <Groups>sample string 39</Groups> <IFSCCODE>sample string 35</IFSCCODE> <IntrestedForProd>sample string 29</IntrestedForProd> <IsActive>true</IsActive> <LAreaID>1</LAreaID> <Landamrk>sample string 9</Landamrk> <Lattitude>sample string 13</Lattitude> <Longitude>sample string 14</Longitude> <MTurnOver>sample string 22</MTurnOver> <MarketReputation>sample string 37</MarketReputation> <ModifiedBy>sample string 41</ModifiedBy> <ModifiedDate>2026-06-08T20:25:26.8301525+05:30</ModifiedDate> <NoStaff>sample string 24</NoStaff> <Ownername>sample string 3</Ownername> <PANNO>sample string 31</PANNO> <PaymentCycle>sample string 36</PaymentCycle> <Pincode>sample string 16</Pincode> <Rating>sample string 38</Rating> <SalesMan>sample string 17</SalesMan> <ShopID>1</ShopID> <ShopName>sample string 2</ShopName> <ShopSize>sample string 21</ShopSize> <ShopUrls>sample string 12</ShopUrls> <StateID>1</StateID> <Whatsappno>sample string 6</Whatsappno> <YearsInBusiness>sample string 20</YearsInBusiness> <ZoneID>1</ZoneID> </DealerMaster>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample not available.