POST api/IClassUsers/RefundForDeactivation
Request Information
URI Parameters
None.
Body Parameters
clsDeactivationrefundRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DeactivationCode | string |
None. |
|
| DistributorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeactivationCode": "sample string 1",
"DistributorId": 2
}
application/xml, text/xml
Sample:
<clsDeactivationrefundRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <DeactivationCode>sample string 1</DeactivationCode> <DistributorId>2</DistributorId> </clsDeactivationrefundRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
clsDeactivationrefundResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| responseCode | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"responseCode": 1,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<clsDeactivationrefundResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <Message>sample string 2</Message> <responseCode>1</responseCode> </clsDeactivationrefundResponse>