POST api/Inoutamount/SaveInoutamount

Request Information

URI Parameters

None.

Body Parameters

InoutamountDataObject
NameDescriptionTypeAdditional information
Id

string

None.

InOutType

string

None.

InOutTypeName

string

None.

TypeId

string

None.

TypeIdName

string

None.

Amount

decimal number

None.

OrderStatus

integer

None.

Remark

string

None.

Time

date

None.

TimeString

string

None.

ConfirmTime

date

None.

ConfirmTimeString

string

None.

Subtotal

decimal number

None.

SubtotalString

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "inOutType": "sample string 2",
  "inOutTypeName": "sample string 3",
  "typeId": "sample string 4",
  "typeIdName": "sample string 5",
  "amount": 6.0,
  "orderStatus": 7,
  "remark": "sample string 8",
  "time": "2026-06-10T07:05:44.2618609+08:00",
  "timeString": "2026-06-10",
  "confirmTime": "2026-06-10T07:05:44.2618609+08:00",
  "confirmTimeString": "2026-06-10",
  "subtotal": 11.0,
  "subtotalString": "sample string 12"
}

application/xml, text/xml

Sample:
<InoutamountDataObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>sample string 1</Id>
  <InOutType>sample string 2</InOutType>
  <InOutTypeName>sample string 3</InOutTypeName>
  <TypeId>sample string 4</TypeId>
  <TypeIdName>sample string 5</TypeIdName>
  <Amount>6</Amount>
  <OrderStatus>7</OrderStatus>
  <Remark>sample string 8</Remark>
  <Time>2026-06-10T07:05:44.2618609+08:00</Time>
  <ConfirmTime>2026-06-10T07:05:44.2618609+08:00</ConfirmTime>
  <Subtotal>11</Subtotal>
  <SubtotalString>sample string 12</SubtotalString>
</InoutamountDataObject>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultObject
NameDescriptionTypeAdditional information
IsSucceed

boolean

None.

Remark

string

None.

OpTime

string

None.

Result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "isSucceed": true,
  "remark": "sample string 2",
  "opTime": "sample string 3",
  "result": {}
}

application/xml, text/xml

Sample:
<JsonResultObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <IsSucceed>true</IsSucceed>
  <Remark>sample string 2</Remark>
  <OpTime>sample string 3</OpTime>
  <Result />
</JsonResultObject>