POST api/ItemMasterBasic5_OfferingWholeSaleInfo/AddItemMasterBasic5_OfferingWholeSale

Request Information

URI Parameters

None.

Body Parameters

ItemMasterBasic5_OfferingWholeSaleInfo
NameDescriptionTypeAdditional information
ItemOfferingsWSId

integer

None.

ItemId

integer

None.

ItemVariationId

integer

None.

FromQty

decimal number

None.

ToQty

decimal number

None.

Price

decimal number

None.

OperationType

string

None.

CreatedBy

integer

None.

Notes

string

None.

MachineIP

string

None.

PriceRange1

decimal number

None.

PriceRange2

decimal number

None.

PriceRange3

decimal number

None.

PriceRange4

decimal number

None.

PriceRange5

decimal number

None.

PriceRange6

decimal number

None.

PriceRange7

decimal number

None.

PriceRange8

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "ItemOfferingsWSId": 1,
  "ItemId": 2,
  "ItemVariationId": 3,
  "FromQty": 4.1,
  "ToQty": 5.1,
  "Price": 6.1,
  "OperationType": "sample string 7",
  "CreatedBy": 8,
  "Notes": "sample string 9",
  "MachineIP": "sample string 10",
  "PriceRange1": 11.1,
  "PriceRange2": 12.1,
  "PriceRange3": 13.1,
  "PriceRange4": 14.1,
  "PriceRange5": 15.1,
  "PriceRange6": 16.1,
  "PriceRange7": 17.1,
  "PriceRange8": 18.1
}

application/xml, text/xml

Sample:
<ItemMasterBasic5_OfferingWholeSaleInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models">
  <CreatedBy>8</CreatedBy>
  <FromQty>4.1</FromQty>
  <ItemId>2</ItemId>
  <ItemOfferingsWSId>1</ItemOfferingsWSId>
  <ItemVariationId>3</ItemVariationId>
  <MachineIP>sample string 10</MachineIP>
  <Notes>sample string 9</Notes>
  <OperationType>sample string 7</OperationType>
  <Price>6.1</Price>
  <PriceRange1>11.1</PriceRange1>
  <PriceRange2>12.1</PriceRange2>
  <PriceRange3>13.1</PriceRange3>
  <PriceRange4>14.1</PriceRange4>
  <PriceRange5>15.1</PriceRange5>
  <PriceRange6>16.1</PriceRange6>
  <PriceRange7>17.1</PriceRange7>
  <PriceRange8>18.1</PriceRange8>
  <ToQty>5.1</ToQty>
</ItemMasterBasic5_OfferingWholeSaleInfo>

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

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.