GET api/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": "0091aabf-a860-4e95-8b43-dc00fb2e52a2", "QuaerterName": "sample string 2" }, { "QuarterId": "0091aabf-a860-4e95-8b43-dc00fb2e52a2", "QuaerterName": "sample string 2" } ], "IsShowMessage": true, "IsShowRateAndReview": true }