POST api/FundManage/UpdTakeGoodsInfo

Request Information

URI Parameters

None.

Body Parameters

TakeGoodsInfo
NameDescriptionTypeAdditional information
RID

globally unique identifier

None.

CarImg

string

None.

DriverImg

string

None.

Drivername

string

None.

Drivertel

string

None.

user_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RID": "a4021526-785d-4b92-a471-4363cb10b844",
  "CarImg": "sample string 2",
  "DriverImg": "sample string 3",
  "Drivername": "sample string 4",
  "Drivertel": "sample string 5",
  "user_id": 6
}

application/xml, text/xml

Sample:
<TakeGoodsInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Model">
  <CarImg>sample string 2</CarImg>
  <DriverImg>sample string 3</DriverImg>
  <Drivername>sample string 4</Drivername>
  <Drivertel>sample string 5</Drivertel>
  <RID>a4021526-785d-4b92-a471-4363cb10b844</RID>
  <user_id>6</user_id>
</TakeGoodsInfo>

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.