PUT api/DeleteAccount/Close?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
DeleteAccountModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
TSFILE_NUMBER | integer |
None. |
|
CONFIRM_RETURN_REASON | string |
None. |
|
AGCY_HISTORY_TEXT | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "TSFILE_NUMBER": 2, "CONFIRM_RETURN_REASON": "sample string 3", "AGCY_HISTORY_TEXT": "sample string 4" }
application/xml, text/xml
Sample:
<DeleteAccountModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CreditorNetWebAPI.Models"> <AGCY_HISTORY_TEXT>sample string 4</AGCY_HISTORY_TEXT> <CONFIRM_RETURN_REASON>sample string 3</CONFIRM_RETURN_REASON> <Id>1</Id> <TSFILE_NUMBER>2</TSFILE_NUMBER> </DeleteAccountModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.