POST api/v1/ProdTransferSave

Request Information

URI Parameters

None.

Body Parameters

ProdTransferSaveInput
NameDescriptionTypeAdditional information
ID

integer

None.

FinyrID

integer

None.

UserID

integer

None.

Mode

string

None.

FromLocID

integer

None.

ToLocID

integer

None.

TransferNo

string

None.

TransferType

string

None.

TransferDate

date

None.

VehicleNo

string

None.

json

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "FinyrID": 2,
  "UserID": 3,
  "Mode": "sample string 4",
  "FromLocID": 5,
  "ToLocID": 6,
  "TransferNo": "sample string 7",
  "TransferType": "sample string 8",
  "TransferDate": "2025-12-06T09:28:18.1429957+05:30",
  "VehicleNo": "sample string 9",
  "json": "sample string 10"
}

application/xml, text/xml

Sample:
<ProdTransferSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <FinyrID>2</FinyrID>
  <FromLocID>5</FromLocID>
  <ID>1</ID>
  <Mode>sample string 4</Mode>
  <ToLocID>6</ToLocID>
  <TransferDate>2025-12-06T09:28:18.1429957+05:30</TransferDate>
  <TransferNo>sample string 7</TransferNo>
  <TransferType>sample string 8</TransferType>
  <UserID>3</UserID>
  <VehicleNo>sample string 9</VehicleNo>
  <json>sample string 10</json>
</ProdTransferSaveInput>

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

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.