POST api/Dispatch/DriverEditFee

Request Information

URI Parameters

None.

Body Parameters

DriverEditFeeRequest
NameDescriptionTypeAdditional information
ID

string

None.

payModel

OrderPaymentModelModel

None.

objectData

string

None.

paymentAmount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "payModel": {
    "ID": "sample string 1",
    "type": "sample string 2",
    "objectID": "sample string 3",
    "pay1021000": 1.0,
    "pay1021040": 1.0,
    "pay1021020": 1.0,
    "pay1021030": 1.0,
    "pay1021010": 1.0,
    "updateTime": "2025-05-05T19:18:40.9975192+08:00",
    "updateUser": "sample string 4",
    "creator": "sample string 5",
    "createTime": "2025-05-05T19:18:40.9975192+08:00"
  },
  "objectData": "sample string 2",
  "paymentAmount": 1.0
}

application/xml, text/xml

Sample:
<DriverEditFeeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <ID>sample string 1</ID>
  <objectData>sample string 2</objectData>
  <payModel>
    <ID>sample string 1</ID>
    <createTime>2025-05-05T19:18:40.9975192+08:00</createTime>
    <creator>sample string 5</creator>
    <objectID>sample string 3</objectID>
    <pay1021000>1</pay1021000>
    <pay1021010>1</pay1021010>
    <pay1021020>1</pay1021020>
    <pay1021030>1</pay1021030>
    <pay1021040>1</pay1021040>
    <type>sample string 2</type>
    <updateTime>2025-05-05T19:18:40.9975192+08:00</updateTime>
    <updateUser>sample string 4</updateUser>
  </payModel>
  <paymentAmount>1</paymentAmount>
</DriverEditFeeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.