GET api/v1/Quarter/GetQuarterByDistrictId?districtId={districtId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
districtId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfQuarterName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of Quarter |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "QuarterId": "36742881-58e3-4a0c-817a-62eaa531ebed", "QuaerterName": "sample string 2" }, { "QuarterId": "36742881-58e3-4a0c-817a-62eaa531ebed", "QuaerterName": "sample string 2" } ], "IsShowMessage": true, "IsShowRateAndReview": true }