GET api/shop/grades
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfMembershipGradeResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of MembershipGradeResponse |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": null,
"message": "sample string 1"
}
application/octet-stream
Sample:
{"data":null,"message":"sample string 1"}
application/xml, text/xml
Sample:
<ResponseResultOfArrayOfMembershipGradeResponsegxD6vWCm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.Global.Response"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Bond.Mx.Api.MRM.Product.Responses" i:nil="true" /> <Message>sample string 1</Message> </ResponseResultOfArrayOfMembershipGradeResponsegxD6vWCm>