get http://staging-apigateway.snapdeal.com/seller-api/disputes/issuecategories
This Api gives all Dispute Categories
Response
metadata :
| FieldName | DataType | Description |
|---|---|---|
| requestId | String | Unique ID for the request |
| clientId | String | Partner Id |
| responseTime | Long | Response Time |
| requestedURI | String | Requested URI |
| message | String | Error message |
payload :
| FieldName | DataType | Description |
|---|---|---|
| disputeCategories | Set | Set of dispute categories |
DisputeCategoryDTO :
| FieldName | DataType | Description |
|---|---|---|
| id | Integer | dispute category Id |
| category | String | dispute category |
