GET api/{apiVersion}/ServicePoint/GetServicePointParameter?countryId={countryId}&corporationId={corporationId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countryId

globally unique identifier

Required

corporationId

globally unique identifier

Required

apiVersion

string

None.

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfServicePointParameter
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

ServicePointParameter

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "CountryCode": "sample string 1",
    "CorporationCode": "sample string 2"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}