POST TilesQuotation/CreateTilesQuotationWithoutLineSheet

Request Information

URI Parameters

None.

Body Parameters

SaveTilesQuotationWithLinesheetVM
NameDescriptionTypeAdditional information
QuotationID

integer

None.

LeadID

integer

None.

LineSheetID

integer

None.

Products

Collection of QuotationProductModel

None.

FinalDisc

decimal number

None.

ChkGST

boolean

None.

DiscType

string

None.

ChkWOTMRPDisc

boolean

None.

ProductTypeID

integer

None.

CustomerID

integer

None.

UserID

integer

None.

FollowUpType

string

None.

LeadCategoryID

integer

None.

NewFollowupDate

date

None.

Communication

string

None.

Remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "QuotationID": 1,
  "LeadID": 2,
  "LineSheetID": 3,
  "Products": [
    {
      "ItemID": 1,
      "Description": "sample string 1",
      "ApproxArea": "sample string 2",
      "Quantity": 3.1,
      "UnitID": 4,
      "MRP": 5.1,
      "DiscPer": 6.1,
      "Rate": 7.1,
      "Amount": 8.1,
      "PerBoxQty": 9.1
    },
    {
      "ItemID": 1,
      "Description": "sample string 1",
      "ApproxArea": "sample string 2",
      "Quantity": 3.1,
      "UnitID": 4,
      "MRP": 5.1,
      "DiscPer": 6.1,
      "Rate": 7.1,
      "Amount": 8.1,
      "PerBoxQty": 9.1
    }
  ],
  "FinalDisc": 4.1,
  "ChkGST": true,
  "DiscType": "sample string 6",
  "ChkWOTMRPDisc": true,
  "ProductTypeID": 8,
  "CustomerID": 9,
  "UserID": 10,
  "FollowUpType": "sample string 11",
  "LeadCategoryID": 12,
  "NewFollowupDate": "2026-09-06T18:30:41.2164618+05:30",
  "Communication": "sample string 13",
  "Remarks": "sample string 14"
}

application/xml, text/xml

Sample:
<SaveTilesQuotationWithLinesheetVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VarmoraInventory.Models">
  <ChkGST>true</ChkGST>
  <ChkWOTMRPDisc>true</ChkWOTMRPDisc>
  <Communication>sample string 13</Communication>
  <CustomerID>9</CustomerID>
  <DiscType>sample string 6</DiscType>
  <FinalDisc>4.1</FinalDisc>
  <FollowUpType>sample string 11</FollowUpType>
  <LeadCategoryID>12</LeadCategoryID>
  <LeadID>2</LeadID>
  <LineSheetID>3</LineSheetID>
  <NewFollowupDate>2026-09-06T18:30:41.2164618+05:30</NewFollowupDate>
  <ProductTypeID>8</ProductTypeID>
  <Products>
    <QuotationProductModel>
      <Amount>8.1</Amount>
      <ApproxArea>sample string 2</ApproxArea>
      <Description>sample string 1</Description>
      <DiscPer>6.1</DiscPer>
      <ItemID>1</ItemID>
      <MRP>5.1</MRP>
      <PerBoxQty>9.1</PerBoxQty>
      <Quantity>3.1</Quantity>
      <Rate>7.1</Rate>
      <UnitID>4</UnitID>
    </QuotationProductModel>
    <QuotationProductModel>
      <Amount>8.1</Amount>
      <ApproxArea>sample string 2</ApproxArea>
      <Description>sample string 1</Description>
      <DiscPer>6.1</DiscPer>
      <ItemID>1</ItemID>
      <MRP>5.1</MRP>
      <PerBoxQty>9.1</PerBoxQty>
      <Quantity>3.1</Quantity>
      <Rate>7.1</Rate>
      <UnitID>4</UnitID>
    </QuotationProductModel>
  </Products>
  <QuotationID>1</QuotationID>
  <Remarks>sample string 14</Remarks>
  <UserID>10</UserID>
</SaveTilesQuotationWithLinesheetVM>

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

Response Information

Resource Description

ApiResponseOfObject
NameDescriptionTypeAdditional information
StatusCode

integer

None.

Status

boolean

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": 1,
  "Status": true,
  "Message": "sample string 3",
  "Data": {}
}

application/xml, text/xml

Sample:
<ApiResponseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VarmoraInventory.Models">
  <Data />
  <Message>sample string 3</Message>
  <Status>true</Status>
  <StatusCode>1</StatusCode>
</ApiResponseOfanyType>