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. |
|
| OutletAddress1 | string |
None. |
|
| OutletAddress2 | string |
None. |
|
| CityPIN | string |
None. |
|
| CreditLimit | decimal number |
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. |
|
| StockUpdated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"ID": 2,
"OutletName": "sample string 3",
"OutletAddress1": "sample string 4",
"OutletAddress2": "sample string 5",
"CityPIN": "sample string 6",
"CreditLimit": 7.0,
"Prefix": "sample string 8",
"GSTIN": "sample string 9",
"StateCode": 10,
"MobileNo": "sample string 11",
"EmailID": "sample string 12",
"BottomLine1": "sample string 13",
"BottomLine2": "sample string 14",
"Franchise": "sample string 15",
"StockUpdated": "2025-12-15T03:28:24.8368907+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 13</BottomLine1> <BottomLine2>sample string 14</BottomLine2> <CityPIN>sample string 6</CityPIN> <CreditLimit>7</CreditLimit> <EmailID>sample string 12</EmailID> <Franchise>sample string 15</Franchise> <GSTIN>sample string 9</GSTIN> <ID>2</ID> <MobileNo>sample string 11</MobileNo> <Mode>sample string 1</Mode> <OutletAddress1>sample string 4</OutletAddress1> <OutletAddress2>sample string 5</OutletAddress2> <OutletName>sample string 3</OutletName> <Prefix>sample string 8</Prefix> <StateCode>10</StateCode> <StockUpdated>2025-12-15T03:28:24.8368907+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. |