POST api/Renter?apiKey={apiKey}&renterID={renterID}&remark={remark}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiKey

string

Required

renterID

globally unique identifier

Required

remark

string

Required

Body Parameters

None.

Response Information

Resource Description

ApiResult
NameDescriptionTypeAdditional information
Status

ErrorCode

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 1"
}

application/xml, text/xml

Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetlet.Service.Models">
  <Message>sample string 1</Message>
  <Status>Success</Status>
</ApiResult>