PUT api/DriverUploads/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
DriverUploadName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Type | DriverUploadType |
None. |
|
Customer | integer |
None. |
|
Date | date |
None. |
|
VRM | string |
None. |
|
Charge | integer |
None. |
|
Amount | decimal number |
None. |
|
Bank | integer |
None. |
|
Description | string |
None. |
|
DriverRemark | string |
None. |
|
Remark | string |
None. |
|
Rejected | date |
None. |
|
RejectReason | string |
None. |
|
Completed | date |
None. |
|
BankInId | integer |
None. |
|
LS_RecordId | integer |
None. |
|
BlobName | string |
None. |
|
Tag | string |
None. |
|
JsonDetails | string |
None. |
|
Created | date |
None. |
|
CreatedUser | integer |
None. |
|
Modified | date |
None. |
|
ModifiedUser | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Type": 0, "Customer": 2, "Date": "2025-04-28T18:45:27.1932555+00:00", "VRM": "sample string 3", "Charge": 4, "Amount": 5.0, "Bank": 6, "Description": "sample string 7", "DriverRemark": "sample string 8", "Remark": "sample string 9", "Rejected": "2025-04-28T18:45:27.1932555+00:00", "RejectReason": "sample string 10", "Completed": "2025-04-28T18:45:27.1932555+00:00", "BankInId": 1, "LS_RecordId": 1, "BlobName": "sample string 11", "Tag": "sample string 12", "JsonDetails": "sample string 13", "Created": "2025-04-28T18:45:27.1932555+00:00", "CreatedUser": 14, "Modified": "2025-04-28T18:45:27.1932555+00:00", "ModifiedUser": 15 }
application/xml, text/xml
Sample:
<DriverUpload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISWEB.Data"> <Amount>5</Amount> <Bank>6</Bank> <BankInId>1</BankInId> <BlobName>sample string 11</BlobName> <Charge>4</Charge> <Completed>2025-04-28T18:45:27.1932555+00:00</Completed> <Created>2025-04-28T18:45:27.1932555+00:00</Created> <CreatedUser>14</CreatedUser> <Customer>2</Customer> <Date>2025-04-28T18:45:27.1932555+00:00</Date> <Description>sample string 7</Description> <DriverRemark>sample string 8</DriverRemark> <Id>1</Id> <JsonDetails>sample string 13</JsonDetails> <LS_RecordId>1</LS_RecordId> <Modified>2025-04-28T18:45:27.1932555+00:00</Modified> <ModifiedUser>15</ModifiedUser> <RejectReason>sample string 10</RejectReason> <Rejected>2025-04-28T18:45:27.1932555+00:00</Rejected> <Remark>sample string 9</Remark> <Tag>sample string 12</Tag> <Type>NotSet</Type> <VRM>sample string 3</VRM> </DriverUpload>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.