POST api/mobile/v1/getmarinepremium

Request Information

URI Parameters

None.

Body Parameters

Params_Get_CoverRate_By_Cover_ID
NameDescriptionTypeAdditional information
SOURCE_REGIONS_ID

integer

None.

DEST_REGIONS_ID

integer

None.

GOODSTYPE_ID

integer

None.

COVERS_ID

integer

None.

USER_ID

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "SOURCE_REGIONS_ID": 1,
  "DEST_REGIONS_ID": 2,
  "GOODSTYPE_ID": 3,
  "COVERS_ID": 4,
  "USER_ID": 5
}

application/xml, text/xml

Sample:
<SenbokModel.Params_Get_CoverRate_By_Cover_ID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SenbokAPI.Models">
  <COVERS_ID>4</COVERS_ID>
  <DEST_REGIONS_ID>2</DEST_REGIONS_ID>
  <GOODSTYPE_ID>3</GOODSTYPE_ID>
  <SOURCE_REGIONS_ID>1</SOURCE_REGIONS_ID>
  <USER_ID>5</USER_ID>
</SenbokModel.Params_Get_CoverRate_By_Cover_ID>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Params_Get_CoverRate_By_Cover_ID'.

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.