POST api/v1/SubDearlerSaleSave

Request Information

URI Parameters

None.

Body Parameters

SubDlrSaleSaveInput
NameDescriptionTypeAdditional information
Mode

string

None.

SubDlrSaleID

integer

None.

SubDlrSaleItemID

integer

None.

CompID

integer

None.

LocID

integer

None.

LocName

string

None.

SubDealerID

integer

None.

InvoiceNo

string

None.

InvoiceDate

date

None.

SaleType

string

None.

ChallanDate

date

None.

ChallanNo

string

None.

OrderNo

string

None.

OrderDate

date

None.

DeliveryAddress

string

None.

jsonItem

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "SubDlrSaleID": 2,
  "SubDlrSaleItemID": 3,
  "CompID": 4,
  "LocID": 5,
  "LocName": "sample string 6",
  "SubDealerID": 7,
  "InvoiceNo": "sample string 8",
  "InvoiceDate": "2025-12-15T02:55:03.2047782+05:30",
  "SaleType": "sample string 10",
  "ChallanDate": "2025-12-15T02:55:03.2047782+05:30",
  "ChallanNo": "sample string 12",
  "OrderNo": "sample string 13",
  "OrderDate": "2025-12-15T02:55:03.2053442+05:30",
  "DeliveryAddress": "sample string 15",
  "jsonItem": "sample string 16"
}

application/xml, text/xml

Sample:
<SubDlrSaleSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <ChallanDate>2025-12-15T02:55:03.2047782+05:30</ChallanDate>
  <ChallanNo>sample string 12</ChallanNo>
  <CompID>4</CompID>
  <DeliveryAddress>sample string 15</DeliveryAddress>
  <InvoiceDate>2025-12-15T02:55:03.2047782+05:30</InvoiceDate>
  <InvoiceNo>sample string 8</InvoiceNo>
  <LocID>5</LocID>
  <LocName>sample string 6</LocName>
  <Mode>sample string 1</Mode>
  <OrderDate>2025-12-15T02:55:03.2053442+05:30</OrderDate>
  <OrderNo>sample string 13</OrderNo>
  <SaleType>sample string 10</SaleType>
  <SubDealerID>7</SubDealerID>
  <SubDlrSaleID>2</SubDlrSaleID>
  <SubDlrSaleItemID>3</SubDlrSaleItemID>
  <jsonItem>sample string 16</jsonItem>
</SubDlrSaleSaveInput>

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

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.