POST api/ItemBasic3_Offering/AddItemBasic3Offering

Request Information

URI Parameters

None.

Body Parameters

ItemMasterBasic3_OfferingInfo
NameDescriptionTypeAdditional information
ItemOfferingsId

integer

None.

ItemId

integer

None.

ItemVariationId

integer

None.

HSNCode

string

None.

GST_Calculation

string

None.

CurrencyAmount

decimal number

None.

CurrencyRate

decimal number

None.

CurrencyShortName

string

None.

CurrencyFullName

string

None.

Price

decimal number

None.

MaxRetailPrice

decimal number

None.

StrikePrice

decimal number

None.

DealPrice

decimal number

None.

WholeSalePrice

decimal number

None.

SavePriceAmount

decimal number

None.

SavePricePercent

decimal number

None.

SavePriceAmountDeal

decimal number

None.

SavePricePercentDeal

decimal number

None.

CGST_Id

integer

None.

SGST_Id

integer

None.

IGST_Id

integer

None.

NormalDeliveryCharges

decimal number

None.

ExpressDeliveryCharges

decimal number

None.

IsGiftMessaged

string

None.

IsGiftWrap

string

None.

IsOffer

string

None.

OffersOrSalesStartDate

string

None.

OffersOrSalesEndDate

string

None.

OperationType

string

None.

CreatedBy

integer

None.

Notes

string

None.

MachineIP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ItemOfferingsId": 1,
  "ItemId": 2,
  "ItemVariationId": 3,
  "HSNCode": "sample string 4",
  "GST_Calculation": "sample string 5",
  "CurrencyAmount": 6.1,
  "CurrencyRate": 7.1,
  "CurrencyShortName": "sample string 8",
  "CurrencyFullName": "sample string 9",
  "Price": 10.1,
  "MaxRetailPrice": 11.1,
  "StrikePrice": 12.1,
  "DealPrice": 13.1,
  "WholeSalePrice": 14.1,
  "SavePriceAmount": 15.1,
  "SavePricePercent": 16.1,
  "SavePriceAmountDeal": 17.1,
  "SavePricePercentDeal": 18.1,
  "CGST_Id": 19,
  "SGST_Id": 20,
  "IGST_Id": 21,
  "NormalDeliveryCharges": 22.1,
  "ExpressDeliveryCharges": 23.1,
  "IsGiftMessaged": "sample string 24",
  "IsGiftWrap": "sample string 25",
  "IsOffer": "sample string 26",
  "OffersOrSalesStartDate": "sample string 27",
  "OffersOrSalesEndDate": "sample string 28",
  "OperationType": "sample string 29",
  "CreatedBy": 30,
  "Notes": "sample string 31",
  "MachineIP": "sample string 32"
}

application/xml, text/xml

Sample:
<ItemMasterBasic3_OfferingInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models">
  <CGST_Id>19</CGST_Id>
  <CreatedBy>30</CreatedBy>
  <CurrencyAmount>6.1</CurrencyAmount>
  <CurrencyFullName>sample string 9</CurrencyFullName>
  <CurrencyRate>7.1</CurrencyRate>
  <CurrencyShortName>sample string 8</CurrencyShortName>
  <DealPrice>13.1</DealPrice>
  <ExpressDeliveryCharges>23.1</ExpressDeliveryCharges>
  <GST_Calculation>sample string 5</GST_Calculation>
  <HSNCode>sample string 4</HSNCode>
  <IGST_Id>21</IGST_Id>
  <IsGiftMessaged>sample string 24</IsGiftMessaged>
  <IsGiftWrap>sample string 25</IsGiftWrap>
  <IsOffer>sample string 26</IsOffer>
  <ItemId>2</ItemId>
  <ItemOfferingsId>1</ItemOfferingsId>
  <ItemVariationId>3</ItemVariationId>
  <MachineIP>sample string 32</MachineIP>
  <MaxRetailPrice>11.1</MaxRetailPrice>
  <NormalDeliveryCharges>22.1</NormalDeliveryCharges>
  <Notes>sample string 31</Notes>
  <OffersOrSalesEndDate>sample string 28</OffersOrSalesEndDate>
  <OffersOrSalesStartDate>sample string 27</OffersOrSalesStartDate>
  <OperationType>sample string 29</OperationType>
  <Price>10.1</Price>
  <SGST_Id>20</SGST_Id>
  <SavePriceAmount>15.1</SavePriceAmount>
  <SavePriceAmountDeal>17.1</SavePriceAmountDeal>
  <SavePricePercent>16.1</SavePricePercent>
  <SavePricePercentDeal>18.1</SavePricePercentDeal>
  <StrikePrice>12.1</StrikePrice>
  <WholeSalePrice>14.1</WholeSalePrice>
</ItemMasterBasic3_OfferingInfo>

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

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.