POST api/basgoods/dowloadpic
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-12-07 14:17:50",
"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-12-07T14:17:50.1731503+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
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |