POST api/insertDealerTransaction

Request Information

URI Parameters

None.

Body Parameters

DealerTransactionRequest
NameDescriptionTypeAdditional information
VDate

date

None.

DealerID

integer

None.

DeliverTo

integer

None.

VType

string

None.

ProductID

integer

None.

Qty

decimal number

None.

VehicalNo

string

None.

DriverName

string

None.

DriverContactNo

decimal number

None.

Crossing

string

None.

CrossingQty

string

None.

InvoiceNo

string

None.

DepotCode

integer

None.

Narration

string

None.

FyID

integer

None.

DeliverToAddress

integer

None.

DeliverToContactPerson

string

None.

DeliverToContactNo

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "VDate": "2025-12-31T21:54:50.5793593-06:00",
  "DealerID": 2,
  "DeliverTo": 3,
  "VType": "sample string 4",
  "ProductID": 5,
  "Qty": 6.0,
  "VehicalNo": "sample string 7",
  "DriverName": "sample string 8",
  "DriverContactNo": 9.0,
  "Crossing": "sample string 10",
  "CrossingQty": "sample string 11",
  "InvoiceNo": "sample string 12",
  "DepotCode": 13,
  "Narration": "sample string 14",
  "FyID": 15,
  "DeliverToAddress": 16,
  "DeliverToContactPerson": "sample string 17",
  "DeliverToContactNo": 18.0
}

application/xml, text/xml

Sample:
<DepotManagementController.DealerTransactionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DepotManagement.Controllers">
  <Crossing>sample string 10</Crossing>
  <CrossingQty>sample string 11</CrossingQty>
  <DealerID>2</DealerID>
  <DeliverTo>3</DeliverTo>
  <DeliverToAddress>16</DeliverToAddress>
  <DeliverToContactNo>18</DeliverToContactNo>
  <DeliverToContactPerson>sample string 17</DeliverToContactPerson>
  <DepotCode>13</DepotCode>
  <DriverContactNo>9</DriverContactNo>
  <DriverName>sample string 8</DriverName>
  <FyID>15</FyID>
  <InvoiceNo>sample string 12</InvoiceNo>
  <Narration>sample string 14</Narration>
  <ProductID>5</ProductID>
  <Qty>6</Qty>
  <VDate>2025-12-31T21:54:50.5793593-06:00</VDate>
  <VType>sample string 4</VType>
  <VehicalNo>sample string 7</VehicalNo>
</DepotManagementController.DealerTransactionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.