POST api/FundManage/InfoUpload
Request Information
URI Parameters
None.
Body Parameters
提货参数信息| Name | Description | Type | Additional information |
|---|---|---|---|
| RID | globally unique identifier |
None. |
|
| Info | string |
None. |
|
| State | integer |
None. |
|
| ID | integer |
None. |
|
| 司机姓名 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RID": "95d93b47-609d-4d2d-b372-69df233ef202",
"Info": "sample string 2",
"State": 3,
"ID": 4,
"司机姓名": "sample string 5"
}
application/xml, text/xml
Sample:
<提货参数信息 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Model"> <ID>4</ID> <Info>sample string 2</Info> <RID>95d93b47-609d-4d2d-b372-69df233ef202</RID> <State>3</State> <司机姓名>sample string 5</司机姓名> </提货参数信息>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |