POST api/AsnAttachment/SaveAppAsnAttachment
Request Information
URI Parameters
None.
Body Parameters
EntAppAsnAttachment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Sku | string |
None. |
|
| SerialNo | string |
None. |
|
| ContractNo | string |
None. |
|
| ClearanceNo | string |
None. |
|
| UserDefine1 | string |
None. |
|
| UserDefine2 | string |
None. |
|
| IEntryId | string |
None. |
|
| IDDate | string |
None. |
|
| CreateTime | date |
None. |
|
| CreateBy | string |
None. |
|
| EditTime | date |
None. |
|
| EditBy | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"sku": "sample string 2",
"serialNo": "sample string 3",
"contractNo": "sample string 4",
"clearanceNo": "sample string 5",
"userDefine1": "sample string 6",
"userDefine2": "sample string 7",
"iEntryId": "sample string 8",
"idDate": "sample string 9",
"createTime": "2025-11-06 22:56:58",
"createBy": "sample string 10",
"editTime": "2025-11-06 22:56:58",
"editBy": "sample string 11",
"pageSize": 12,
"pageIndex": 13,
"totalCount": 14
}
application/xml, text/xml
Sample:
<EntAppAsnAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>13</PageIndex> <PageSize>12</PageSize> <TotalCount>14</TotalCount> <ClearanceNo>sample string 5</ClearanceNo> <ContractNo>sample string 4</ContractNo> <CreateBy>sample string 10</CreateBy> <CreateTime>2025-11-06T22:56:58.1595741+08:00</CreateTime> <EditBy>sample string 11</EditBy> <EditTime>2025-11-06T22:56:58.1595741+08:00</EditTime> <IDDate>sample string 9</IDDate> <IEntryId>sample string 8</IEntryId> <Id>1</Id> <SerialNo>sample string 3</SerialNo> <Sku>sample string 2</Sku> <UserDefine1>sample string 6</UserDefine1> <UserDefine2>sample string 7</UserDefine2> </EntAppAsnAttachment>
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>