POST api/AccountsParentAccountTypes/SaveParentAccountType

Request Information

URI Parameters

None.

Body Parameters

AccountsParentAccountTypesVM
NameDescriptionTypeAdditional information
ID

integer

None.

CompanyID

integer

None.

CompanyName

string

None.

ParentAccountTypeCode

string

None.

ParentAccountType

string

None.

Des

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CompanyID": 1,
  "CompanyName": "sample string 2",
  "ParentAccountTypeCode": "sample string 3",
  "ParentAccountType": "sample string 4",
  "Des": "sample string 5"
}

application/xml, text/xml

Sample:
<AccountsParentAccountTypesVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_BL.ViewModels">
  <CompanyID>1</CompanyID>
  <CompanyName>sample string 2</CompanyName>
  <Des>sample string 5</Des>
  <ID>1</ID>
  <ParentAccountType>sample string 4</ParentAccountType>
  <ParentAccountTypeCode>sample string 3</ParentAccountTypeCode>
</AccountsParentAccountTypesVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.