POST api/v1/FactoryInvoiceDiscSave

Request Information

URI Parameters

None.

Body Parameters

FactoryInvoiceDiscSaveInput
NameDescriptionTypeAdditional information
UserStdOrderID

integer

None.

InvoiceID

integer

None.

OutletID

integer

None.

CompID

integer

None.

ItemID

integer

None.

DiscPer

decimal number

None.

Remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserStdOrderID": 1,
  "InvoiceID": 2,
  "OutletID": 3,
  "CompID": 4,
  "ItemID": 5,
  "DiscPer": 6.0,
  "Remarks": "sample string 7"
}

application/xml, text/xml

Sample:
<FactoryInvoiceDiscSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <CompID>4</CompID>
  <DiscPer>6</DiscPer>
  <InvoiceID>2</InvoiceID>
  <ItemID>5</ItemID>
  <OutletID>3</OutletID>
  <Remarks>sample string 7</Remarks>
  <UserStdOrderID>1</UserStdOrderID>
</FactoryInvoiceDiscSaveInput>

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

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.