POST api/Challan/SaveChallan

Request Information

URI Parameters

None.

Body Parameters

Challan
NameDescriptionTypeAdditional information
ChallanID

integer

None.

ChallanDt

string

None.

BrokerID

integer

None.

Remark

string

None.

PaidBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "challanID": 1,
  "challanDt": "sample string 2",
  "brokerID": 3,
  "remark": "sample string 4",
  "paidBy": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"