POST api/pincode/CheckStockistAvailabilityOnly
Request Information
URI Parameters
None.
Body Parameters
StockistNotAvailableLocationModels| Name | Description | Type | Additional information |
|---|---|---|---|
| SNL_Id | integer |
None. |
|
| SNL_CustomerName | string |
Max length: 50 |
|
| SNL_MobileNumber | integer |
Required |
|
| SNL_EmailId | string |
Required Max length: 100 |
|
| SNL_Pincode | integer |
Required |
|
| SNL_Address | string |
Max length: 500 |
|
| SNL_Notify | character |
Required |
Request Formats
application/json, text/json
Sample:
{
"SNL_Id": 1,
"SNL_CustomerName": "sample string 2",
"SNL_MobileNumber": 3,
"SNL_EmailId": "sample string 4",
"SNL_Pincode": 5,
"SNL_Address": "sample string 6",
"SNL_Notify": "A"
}
application/xml, text/xml
Sample:
<StockistNotAvailableLocationModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eDairyWebAPI.Models"> <SNL_Address>sample string 6</SNL_Address> <SNL_CustomerName>sample string 2</SNL_CustomerName> <SNL_EmailId>sample string 4</SNL_EmailId> <SNL_Id>1</SNL_Id> <SNL_MobileNumber>3</SNL_MobileNumber> <SNL_Notify>65</SNL_Notify> <SNL_Pincode>5</SNL_Pincode> </StockistNotAvailableLocationModels>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.