POST api/basgoods/updasteskuattachment
Request Information
URI Parameters
None.
Body Parameters
EntBasSkuAttachment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| HeadId | integer |
None. |
|
| AttacthmentPath | string |
None. |
|
| CreateUser | string |
None. |
|
| CreateTime | date |
None. |
|
| Description | string |
None. |
|
| CustomeCode | string |
None. |
|
| CopGNo | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"headId": 2,
"attacthmentPath": "sample string 3",
"createUser": "sample string 4",
"createTime": "2025-10-31 00:30:49",
"description": "sample string 5",
"customeCode": "sample string 6",
"copGNo": "sample string 7",
"pageSize": 8,
"pageIndex": 9,
"totalCount": 10
}
application/xml, text/xml
Sample:
<EntBasSkuAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>9</PageIndex> <PageSize>8</PageSize> <TotalCount>10</TotalCount> <AttacthmentPath>sample string 3</AttacthmentPath> <CopGNo>sample string 7</CopGNo> <CreateTime>2025-10-31T00:30:49.9822142+08:00</CreateTime> <CreateUser>sample string 4</CreateUser> <CustomeCode>sample string 6</CustomeCode> <Description>sample string 5</Description> <HeadId>2</HeadId> <Id>1</Id> </EntBasSkuAttachment>
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>