POST api/v1/StockTransferListFromOutletSave

Request Information

URI Parameters

None.

Body Parameters

TranSaveInput
NameDescriptionTypeAdditional information
ID

integer

None.

UserID

integer

None.

Mode

string

None.

TranType

string

None.

DispType

string

None.

TranNo

string

None.

TranDate

date

None.

FromLocID

integer

None.

ToLocID

integer

None.

DespID

string

None.

FromLoc

string

None.

ToLoc

string

None.

RefDate

date

None.

Narration

string

None.

AdminLocID

integer

None.

json

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "UserID": 2,
  "Mode": "sample string 3",
  "TranType": "sample string 4",
  "DispType": "sample string 5",
  "TranNo": "sample string 6",
  "TranDate": "2025-12-09T02:32:57.1281158+05:30",
  "FromLocID": 8,
  "ToLocID": 9,
  "DespID": "sample string 10",
  "FromLoc": "sample string 11",
  "ToLoc": "sample string 12",
  "RefDate": "2025-12-09T02:32:57.1281158+05:30",
  "Narration": "sample string 13",
  "AdminLocID": 14,
  "json": "sample string 15"
}

application/xml, text/xml

Sample:
<TranSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <AdminLocID>14</AdminLocID>
  <DespID>sample string 10</DespID>
  <DispType>sample string 5</DispType>
  <FromLoc>sample string 11</FromLoc>
  <FromLocID>8</FromLocID>
  <ID>1</ID>
  <Mode>sample string 3</Mode>
  <Narration>sample string 13</Narration>
  <RefDate>2025-12-09T02:32:57.1281158+05:30</RefDate>
  <ToLoc>sample string 12</ToLoc>
  <ToLocID>9</ToLocID>
  <TranDate>2025-12-09T02:32:57.1281158+05:30</TranDate>
  <TranNo>sample string 6</TranNo>
  <TranType>sample string 4</TranType>
  <UserID>2</UserID>
  <json>sample string 15</json>
</TranSaveInput>

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

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.