POST Admin/Org/Account

Request Information

URI Parameters

None.

Body Parameters

OrgAccount
NameDescriptionTypeAdditional information
Id

integer

None.

OrgCateId

integer

None.

AccountNo

string

None.

AccountName

string

None.

Amount

decimal number

None.

CreatedDate

date

None.

UpdatedDate

date

None.

CreatedUserId

integer

None.

UpdatedUserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OrgCateId": 2,
  "AccountNo": "sample string 3",
  "AccountName": "sample string 4",
  "Amount": 5.0,
  "CreatedDate": "2025-07-17T19:26:28.4346654+08:00",
  "UpdatedDate": "2025-07-17T19:26:28.4346654+08:00",
  "CreatedUserId": 8,
  "UpdatedUserId": 9
}

application/xml, text/xml

Sample:
<OrgAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core">
  <AccountName>sample string 4</AccountName>
  <AccountNo>sample string 3</AccountNo>
  <Amount>5</Amount>
  <CreatedDate>2025-07-17T19:26:28.4346654+08:00</CreatedDate>
  <CreatedUserId>8</CreatedUserId>
  <Id>1</Id>
  <OrgCateId>2</OrgCateId>
  <UpdatedDate>2025-07-17T19:26:28.4346654+08:00</UpdatedDate>
  <UpdatedUserId>9</UpdatedUserId>
</OrgAccount>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.