POST api/Challan/SaveBroker
Request Information
URI Parameters
None.
Body Parameters
Broker| Name | Description | Type | Additional information |
|---|---|---|---|
| BrokerID | integer |
None. |
|
| BrokerName | string |
None. |
|
| ContactNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"brokerID": 1,
"brokerName": "sample string 2",
"contactNo": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"