POST accounttypes/Update
Request Information
URI Parameters
None.
Body Parameters
AccountTypeEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountTypeID | integer |
None. |
|
| DOAccountType | integer |
None. |
|
| AccountType | string |
None. |
|
| Active | integer |
None. |
|
| TenantID | integer |
None. |
|
| TenantName | string |
None. |
|
| Include | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountTypeID": 1,
"DOAccountType": 1,
"AccountType": "sample string 2",
"Active": 3,
"TenantID": 4,
"TenantName": "sample string 5",
"Include": true
}
text/html
Sample:
{"AccountTypeID":1,"DOAccountType":1,"AccountType":"sample string 2","Active":3,"TenantID":4,"TenantName":"sample string 5","Include":true}
application/xml, text/xml
Sample:
<AccountTypeEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.AccountTypes"> <AccountType>sample string 2</AccountType> <AccountTypeID>1</AccountTypeID> <Active>3</Active> <DOAccountType>1</DOAccountType> <Include>true</Include> <TenantID>4</TenantID> <TenantName>sample string 5</TenantName> </AccountTypeEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.