PUT api/TitansRest/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
TitanName | Description | Type | Additional information |
---|---|---|---|
TitanID | string |
None. |
|
PIN | integer |
None. |
|
Amount | integer |
None. |
|
Account | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "TitanID": "sample string 1", "PIN": 2, "Amount": 3, "Account": 4 }
application/xml, text/xml
Sample:
<Titan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InnoBank.Models"> <Account>4</Account> <Amount>3</Amount> <PIN>2</PIN> <TitanID>sample string 1</TitanID> </Titan>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.