GET api/{apiVersion}/Customer/GetKpsQuarter?countyId={countyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countyId

globally unique identifier

Required

apiVersion

string

None.

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfKpsQuarterResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

KpsQuarterResponse

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "KpsQuarterId": "dc51d83c-e7e4-4344-b4c1-ccaf3cd4ac1e",
    "QuarterName": "sample string 2",
    "QuarterCode": "sample string 3"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}