POST api/v1/OpeningBalanceSave

Request Information

URI Parameters

None.

Body Parameters

StockSheetSaveInput
NameDescriptionTypeAdditional information
Mode

string

None.

ID

integer

None.

ItemList

string

None.

UserID

integer

None.

OutletID

integer

None.

StockType

string

None.

StockDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "ID": 2,
  "ItemList": "sample string 3",
  "UserID": 4,
  "OutletID": 5,
  "StockType": "sample string 6",
  "StockDate": "2025-12-06T09:56:07.3933384+05:30"
}

application/xml, text/xml

Sample:
<StockSheetSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <ID>2</ID>
  <ItemList>sample string 3</ItemList>
  <Mode>sample string 1</Mode>
  <OutletID>5</OutletID>
  <StockDate>2025-12-06T09:56:07.3933384+05:30</StockDate>
  <StockType>sample string 6</StockType>
  <UserID>4</UserID>
</StockSheetSaveInput>

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 'StockSheetSaveInput'.

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.