POST api/v1/FGOutletStockReturnSave

Request Information

URI Parameters

None.

Body Parameters

StockReturnListInput
NameDescriptionTypeAdditional information
Mode

string

None.

OutletID

integer

None.

GroupID

integer

None.

UserID

integer

None.

StockDate

date

None.

ClosingStock

decimal number

None.

Wastage

decimal number

None.

json

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "OutletID": 2,
  "GroupID": 3,
  "UserID": 4,
  "StockDate": "2025-12-06T09:26:39.0181539+05:30",
  "ClosingStock": 5.0,
  "Wastage": 6.0,
  "json": "sample string 7"
}

application/xml, text/xml

Sample:
<StockReturnListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <ClosingStock>5</ClosingStock>
  <GroupID>3</GroupID>
  <Mode>sample string 1</Mode>
  <OutletID>2</OutletID>
  <StockDate>2025-12-06T09:26:39.0181539+05:30</StockDate>
  <UserID>4</UserID>
  <Wastage>6</Wastage>
  <json>sample string 7</json>
</StockReturnListInput>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StockReturnListInput'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.