POST api/v1/POSave

Request Information

URI Parameters

None.

Body Parameters

POSaveInput
NameDescriptionTypeAdditional information
ID

integer

None.

FinyrID

integer

None.

UserID

integer

None.

roff

decimal number

None.

Mode

string

None.

VendorID

integer

None.

DelLocID

integer

None.

OrderLocID

integer

None.

PaymentModeID

integer

None.

PaymentTerms

string

None.

DeliInstruction

string

None.

PONo

string

None.

PODate

date

None.

DispThru

string

None.

TC

string

None.

json

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "FinyrID": 2,
  "UserID": 3,
  "roff": 4.0,
  "Mode": "sample string 5",
  "VendorID": 6,
  "DelLocID": 7,
  "OrderLocID": 8,
  "PaymentModeID": 9,
  "PaymentTerms": "sample string 10",
  "DeliInstruction": "sample string 11",
  "PONo": "sample string 12",
  "PODate": "2025-12-06T09:27:54.5182478+05:30",
  "DispThru": "sample string 13",
  "TC": "sample string 14",
  "json": "sample string 15"
}

application/xml, text/xml

Sample:
<POSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <DelLocID>7</DelLocID>
  <DeliInstruction>sample string 11</DeliInstruction>
  <DispThru>sample string 13</DispThru>
  <FinyrID>2</FinyrID>
  <ID>1</ID>
  <Mode>sample string 5</Mode>
  <OrderLocID>8</OrderLocID>
  <PODate>2025-12-06T09:27:54.5182478+05:30</PODate>
  <PONo>sample string 12</PONo>
  <PaymentModeID>9</PaymentModeID>
  <PaymentTerms>sample string 10</PaymentTerms>
  <TC>sample string 14</TC>
  <UserID>3</UserID>
  <VendorID>6</VendorID>
  <json>sample string 15</json>
  <roff>4</roff>
</POSaveInput>

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

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.