POST api/v1/OutletSave
Request Information
URI Parameters
None.
Body Parameters
OutletSaveInbput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| ID | integer |
None. |
|
| OutletName | string |
None. |
|
| OutletAddress | string |
None. |
|
| Prefix | string |
None. |
|
| GSTIN | string |
None. |
|
| StateCode | integer |
None. |
|
| MobileNo | string |
None. |
|
| EmailID | string |
None. |
|
| BottomLine1 | string |
None. |
|
| BottomLine2 | string |
None. |
|
| Franchise | string |
None. |
|
| FSSAINo | string |
None. |
|
| RPDeviceID | string |
None. |
|
| StockUpdated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"ID": 2,
"OutletName": "sample string 3",
"OutletAddress": "sample string 4",
"Prefix": "sample string 5",
"GSTIN": "sample string 6",
"StateCode": 7,
"MobileNo": "sample string 8",
"EmailID": "sample string 9",
"BottomLine1": "sample string 10",
"BottomLine2": "sample string 11",
"Franchise": "sample string 12",
"FSSAINo": "sample string 13",
"RPDeviceID": "sample string 14",
"StockUpdated": "2025-12-06T09:56:07.2527818+05:30"
}
application/xml, text/xml
Sample:
<OutletSaveInbput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <BottomLine1>sample string 10</BottomLine1> <BottomLine2>sample string 11</BottomLine2> <EmailID>sample string 9</EmailID> <FSSAINo>sample string 13</FSSAINo> <Franchise>sample string 12</Franchise> <GSTIN>sample string 6</GSTIN> <ID>2</ID> <MobileNo>sample string 8</MobileNo> <Mode>sample string 1</Mode> <OutletAddress>sample string 4</OutletAddress> <OutletName>sample string 3</OutletName> <Prefix>sample string 5</Prefix> <RPDeviceID>sample string 14</RPDeviceID> <StateCode>7</StateCode> <StockUpdated>2025-12-06T09:56:07.2527818+05:30</StockUpdated> </OutletSaveInbput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |