POST api/basgoods/queryskuattachment
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-30 04:56:28",
"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-30T04:56:28.6202001+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
ReturnResultOfPagedResultOfEntBasSkuAttachment| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResultOfEntBasSkuAttachment |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": [
{
"id": 1,
"headId": 2,
"attacthmentPath": "sample string 3",
"createUser": "sample string 4",
"createTime": "2025-10-30 04:56:28",
"description": "sample string 5",
"customeCode": "sample string 6",
"copGNo": "sample string 7",
"pageSize": 8,
"pageIndex": 9,
"totalCount": 10
},
{
"id": 1,
"headId": 2,
"attacthmentPath": "sample string 3",
"createUser": "sample string 4",
"createTime": "2025-10-30 04:56:28",
"description": "sample string 5",
"customeCode": "sample string 6",
"copGNo": "sample string 7",
"pageSize": 8,
"pageIndex": 9,
"totalCount": 10
}
]
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultOfEntBasSkuAttachmentJWrFJ9jlDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">
<d2p1:items>
<EntBasSkuAttachment>
<PageIndex>9</PageIndex>
<PageSize>8</PageSize>
<TotalCount>10</TotalCount>
<AttacthmentPath>sample string 3</AttacthmentPath>
<CopGNo>sample string 7</CopGNo>
<CreateTime>2025-10-30T04:56:28.6202001+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>
<EntBasSkuAttachment>
<PageIndex>9</PageIndex>
<PageSize>8</PageSize>
<TotalCount>10</TotalCount>
<AttacthmentPath>sample string 3</AttacthmentPath>
<CopGNo>sample string 7</CopGNo>
<CreateTime>2025-10-30T04:56:28.6202001+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>
</d2p1:items>
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultOfEntBasSkuAttachmentJWrFJ9jlDN9A7J8d>