POST api/StandbyAmount/NewAndUpdateStandbyAmount
Request Information
URI Parameters
None.
Body Parameters
StandbyAmountDataObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| InOutType | string |
None. |
|
| InOutTypeText | string |
None. |
|
| InOutTypeName | string |
None. |
|
| OutType | string |
None. |
|
| OutTypeName | string |
None. |
|
| Amount | decimal number |
None. |
|
| InOutTime | date |
None. |
|
| InOutTimeString | string |
None. |
|
| UseDescription | string |
None. |
|
| Remark | string |
None. |
|
| InTotal | decimal number |
None. |
|
| OutTotal | decimal number |
None. |
|
| SurplusAmount | decimal number |
None. |
|
| LastMonthBalance | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"inOutType": "sample string 2",
"inOutTypeText": "sample string 3",
"inOutTypeName": "sample string 4",
"outType": "sample string 5",
"outTypeName": "sample string 6",
"amount": 7.0,
"inOutTime": "2026-06-10T07:13:46.9746885+08:00",
"inOutTimeString": "2026-06-10",
"useDescription": "sample string 9",
"remark": "sample string 10",
"inTotal": 11.0,
"outTotal": 12.0,
"surplusAmount": 13.0,
"lastMonthBalance": 14.0
}
application/xml, text/xml
Sample:
<StandbyAmountDataObject 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> <InOutTypeText>sample string 3</InOutTypeText> <InOutTypeName>sample string 4</InOutTypeName> <OutType>sample string 5</OutType> <OutTypeName>sample string 6</OutTypeName> <Amount>7</Amount> <InOutTime>2026-06-10T07:13:46.9746885+08:00</InOutTime> <UseDescription>sample string 9</UseDescription> <Remark>sample string 10</Remark> <InTotal>11</InTotal> <OutTotal>12</OutTotal> <SurplusAmount>13</SurplusAmount> <LastMonthBalance>14</LastMonthBalance> </StandbyAmountDataObject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultObject| Name | Description | Type | Additional 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>