POST api/ERP/DriverMasterimageDelete
Request Information
URI Parameters
None.
Body Parameters
DeleteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DriverID | integer |
None. |
|
| LicImage | string |
None. |
|
| TransPortCode | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DriverID": 1,
"LicImage": "sample string 2",
"TransPortCode": "sample string 3",
"Type": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true