POST api/cusAsnHeader/UpdateReceiveTotal
Request Information
URI Parameters
None.
Body Parameters
EntTgBusinessWriteOff| Name | Description | Type | Additional information |
|---|---|---|---|
| StatementNo | string |
None. |
|
| Total | decimal number |
None. |
|
| InvoiceNo | string |
None. |
|
| ReceiveTotal | decimal number |
None. |
|
| RollTotal | decimal number |
None. |
|
| InvoiceTotal | decimal number |
None. |
|
| EntrustNo | string |
None. |
|
| EntrustName | string |
None. |
|
| Remark | string |
None. |
|
| Flag | string |
None. |
|
| CreateUser | string |
None. |
|
| CreateDate | date |
None. |
|
| Id | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"statementNo": "sample string 1",
"total": 2.0,
"invoiceNo": "sample string 3",
"receiveTotal": 4.0,
"rollTotal": 5.0,
"invoiceTotal": 6.0,
"entrustNo": "sample string 7",
"entrustName": "sample string 8",
"remark": "sample string 9",
"flag": "sample string 10",
"createUser": "sample string 11",
"createDate": "2025-10-27 08:16:23",
"id": 12,
"pageSize": 13,
"pageIndex": 14,
"totalCount": 15
}
application/xml, text/xml
Sample:
<EntTgBusinessWriteOff xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>14</PageIndex> <PageSize>13</PageSize> <TotalCount>15</TotalCount> <CreateDate>2025-10-27T08:16:23.2048846+08:00</CreateDate> <CreateUser>sample string 11</CreateUser> <EntrustName>sample string 8</EntrustName> <EntrustNo>sample string 7</EntrustNo> <Flag>sample string 10</Flag> <Id>12</Id> <InvoiceNo>sample string 3</InvoiceNo> <InvoiceTotal>6</InvoiceTotal> <ReceiveTotal>4</ReceiveTotal> <Remark>sample string 9</Remark> <RollTotal>5</RollTotal> <StatementNo>sample string 1</StatementNo> <Total>2</Total> </EntTgBusinessWriteOff>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfInt32| Name | 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>