PUT api/AccountTypes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Tb_Account_Types
NameDescriptionTypeAdditional information
RecordID

integer

None.

TypeID

integer

None.

Typedescription

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordID": 1,
  "TypeID": 1,
  "Typedescription": "sample string 2"
}

text/html

Sample:
{"RecordID":1,"TypeID":1,"Typedescription":"sample string 2"}

application/xml, text/xml

Sample:
<Tb_Account_Types xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYexpencesAPI.Models">
  <RecordID>1</RecordID>
  <TypeID>1</TypeID>
  <Typedescription>sample string 2</Typedescription>
</Tb_Account_Types>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.