GET api/CustomersTariffs

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ReturningParameters
NameDescriptionTypeAdditional information
ErrorCode

integer

None.

ErrorMessage

string

None.

ErrorType

string

None.

ObjectList

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorCode": 1,
  "ErrorMessage": "sample string 2",
  "ErrorType": "sample string 3",
  "ObjectList": {}
}

application/xml, text/xml

Sample:
<ReturningParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RentACarService.Models">
  <ErrorCode>1</ErrorCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <ErrorType>sample string 3</ErrorType>
  <ObjectList />
</ReturningParameters>