POST api/Check/SignatureDelete
Request Information
URI Parameters
None.
Body Parameters
SignatureInfoName | Description | Type | Additional information |
---|---|---|---|
AccountID | integer |
Required |
|
UserID | integer |
Required |
|
UserType | string |
Required |
|
ActionType | string |
None. |
|
PayorHandSign | Collection of byte |
None. |
|
PatyorSignPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountID": 1, "UserID": 2, "UserType": "sample string 3", "ActionType": "sample string 4", "PayorHandSign": "QEA=", "PatyorSignPath": "sample string 5" }
text/html
Sample:
{"AccountID":1,"UserID":2,"UserType":"sample string 3","ActionType":"sample string 4","PayorHandSign":"QEA=","PatyorSignPath":"sample string 5"}
application/xml, text/xml
Sample:
<SignatureInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMailACheck.Web.API.Entities"> <AccountID>1</AccountID> <ActionType>sample string 4</ActionType> <PatyorSignPath>sample string 5</PatyorSignPath> <PayorHandSign>QEA=</PayorHandSign> <UserID>2</UserID> <UserType>sample string 3</UserType> </SignatureInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.