POST Api/CustomerImage/Del

Request Information

URI Parameters

None.

Body Parameters

CustomerImageDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CustomerId

globally unique identifier

None.

ImageName

string

None.

ImageUrl

string

None.

ImageType

integer

None.

UploadTime

date

None.

ImageSort

integer

None.

IsDeleted

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "cca97f39-2bf8-4e65-9394-90f252837eda",
  "CustomerId": "1757e5d2-cc82-46da-9777-a7a6d4c4439b",
  "ImageName": "sample string 2",
  "ImageUrl": "sample string 3",
  "ImageType": 1,
  "UploadTime": "2026-03-02T19:53:22.4403951+08:00",
  "ImageSort": 1,
  "IsDeleted": true,
  "PageIndex": 4,
  "PageSize": 5,
  "Total": 6
}

application/xml, text/xml

Sample:
<CustomerImageDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model">
  <_x003C_PageIndex_x003E_k__BackingField>4</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>5</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_Total_x003E_k__BackingField>6</_x003C_Total_x003E_k__BackingField>
  <CustomerId>1757e5d2-cc82-46da-9777-a7a6d4c4439b</CustomerId>
  <Id>cca97f39-2bf8-4e65-9394-90f252837eda</Id>
  <ImageName>sample string 2</ImageName>
  <ImageSort>1</ImageSort>
  <ImageType>1</ImageType>
  <ImageUrl>sample string 3</ImageUrl>
  <IsDeleted>true</IsDeleted>
  <UploadTime>2026-03-02T19:53:22.4403951+08:00</UploadTime>
</CustomerImageDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.