POST api/bmarginMoney/update
Request Information
URI Parameters
None.
Body Parameters
EntTgMarginMoneyName | Description | Type | Additional information |
---|---|---|---|
ConsentTypeCn | string |
None. |
|
CurrCn | string |
None. |
|
PlaceofDeliveryCn | string |
None. |
|
StatusCn | string |
None. |
|
effectDateBegin | date |
None. |
|
effectDateEnd | date |
None. |
|
effectDateBeginBeign | date |
None. |
|
effectDateBeginEnd | date |
None. |
|
Id | integer |
None. |
|
marginMoneyNo | string |
None. |
|
Amount | decimal number |
None. |
|
effectDate | date |
None. |
|
customerCode | string |
None. |
|
createUser | string |
None. |
|
createDate | date |
None. |
|
updateUser | string |
None. |
|
updateDate | date |
None. |
|
PlaceofDelivery | string |
None. |
|
ApplyDate | date |
None. |
|
effectDateStart | date |
None. |
|
ConsentType | integer |
None. |
|
Curr | string |
None. |
|
Status | integer |
None. |
|
ConsentTimes | integer |
None. |
|
Remark | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "consentTypeCn": "sample string 1", "currCn": "sample string 2", "placeofDeliveryCn": "sample string 3", "statusCn": "", "effectDateBegin": "2024-11-21 16:45:16", "effectDateEnd": "2024-11-21 16:45:16", "effectDateBeginBeign": "2024-11-21 16:45:16", "effectDateBeginEnd": "2024-11-21 16:45:16", "id": 4, "marginMoneyNo": "sample string 5", "amount": 6.0, "effectDate": "2024-11-21 16:45:16", "customerCode": "sample string 7", "createUser": "sample string 8", "createDate": "2024-11-21 16:45:16", "updateUser": "sample string 9", "updateDate": "2024-11-21 16:45:16", "placeofDelivery": "sample string 10", "applyDate": "2024-11-21 16:45:16", "effectDateStart": "2024-11-21 16:45:16", "consentType": 11, "curr": "sample string 12", "status": 13, "consentTimes": 14, "remark": "sample string 15", "pageSize": 16, "pageIndex": 17, "totalCount": 18 }
application/xml, text/xml
Sample:
<EntTgMarginMoney xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>17</PageIndex> <PageSize>16</PageSize> <TotalCount>18</TotalCount> <Amount>6</Amount> <ApplyDate>2024-11-21T16:45:16.6752258+08:00</ApplyDate> <ConsentTimes>14</ConsentTimes> <ConsentType>11</ConsentType> <ConsentTypeCn>sample string 1</ConsentTypeCn> <Curr>sample string 12</Curr> <CurrCn>sample string 2</CurrCn> <Id>4</Id> <PlaceofDelivery>sample string 10</PlaceofDelivery> <PlaceofDeliveryCn>sample string 3</PlaceofDeliveryCn> <Remark>sample string 15</Remark> <Status>13</Status> <createDate>2024-11-21T16:45:16.6752258+08:00</createDate> <createUser>sample string 8</createUser> <customerCode>sample string 7</customerCode> <effectDate>2024-11-21T16:45:16.6752258+08:00</effectDate> <effectDateBegin>2024-11-21T16:45:16.6752258+08:00</effectDateBegin> <effectDateBeginBeign>2024-11-21T16:45:16.6752258+08:00</effectDateBeginBeign> <effectDateBeginEnd>2024-11-21T16:45:16.6752258+08:00</effectDateBeginEnd> <effectDateEnd>2024-11-21T16:45:16.6752258+08:00</effectDateEnd> <effectDateStart>2024-11-21T16:45:16.6752258+08:00</effectDateStart> <marginMoneyNo>sample string 5</marginMoneyNo> <updateDate>2024-11-21T16:45:16.6752258+08:00</updateDate> <updateUser>sample string 9</updateUser> </EntTgMarginMoney>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfInt32Name | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": 3, "message": "sample string 4" }
application/xml, text/xml
Sample:
<ReturnResultOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfint>