GET api/ProductAdmin/getCrmCardSettingList?skuid={skuid}
“getCrmCardSettingList”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| skuid | “skuid”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Items": [
{
"Id": 1,
"ProductId": 2,
"CardName": "sample string 3",
"Money": 4.0,
"Quantity": 5,
"EndTime": "2025-12-29T20:04:14.5000737+08:00",
"EndDay": 6,
"CreateTime": "sample string 7",
"ShowEndTime": "sample string 8",
"CardType": 9,
"CardTypeShow": "sample string 10",
"PlatformId": 11,
"Code": "sample string 12",
"Note": "sample string 13"
},
{
"Id": 1,
"ProductId": 2,
"CardName": "sample string 3",
"Money": 4.0,
"Quantity": 5,
"EndTime": "2025-12-29T20:04:14.5000737+08:00",
"EndDay": 6,
"CreateTime": "sample string 7",
"ShowEndTime": "sample string 8",
"CardType": 9,
"CardTypeShow": "sample string 10",
"PlatformId": 11,
"Code": "sample string 12",
"Note": "sample string 13"
},
{
"Id": 1,
"ProductId": 2,
"CardName": "sample string 3",
"Money": 4.0,
"Quantity": 5,
"EndTime": "2025-12-29T20:04:14.5000737+08:00",
"EndDay": 6,
"CreateTime": "sample string 7",
"ShowEndTime": "sample string 8",
"CardType": 9,
"CardTypeShow": "sample string 10",
"PlatformId": 11,
"Code": "sample string 12",
"Note": "sample string 13"
}
]
}
application/xml, text/xml
Sample:
<CardSettingListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TyretoolMail.Models.Admin">
<Items>
<CardSettingModel>
<CardName>sample string 3</CardName>
<CardType>9</CardType>
<CardTypeShow>sample string 10</CardTypeShow>
<Code>sample string 12</Code>
<CreateTime>sample string 7</CreateTime>
<EndDay>6</EndDay>
<EndTime>2025-12-29T20:04:14.5000737+08:00</EndTime>
<Id>1</Id>
<Money>4</Money>
<Note>sample string 13</Note>
<PlatformId>11</PlatformId>
<ProductId>2</ProductId>
<Quantity>5</Quantity>
<ShowEndTime>sample string 8</ShowEndTime>
</CardSettingModel>
<CardSettingModel>
<CardName>sample string 3</CardName>
<CardType>9</CardType>
<CardTypeShow>sample string 10</CardTypeShow>
<Code>sample string 12</Code>
<CreateTime>sample string 7</CreateTime>
<EndDay>6</EndDay>
<EndTime>2025-12-29T20:04:14.5000737+08:00</EndTime>
<Id>1</Id>
<Money>4</Money>
<Note>sample string 13</Note>
<PlatformId>11</PlatformId>
<ProductId>2</ProductId>
<Quantity>5</Quantity>
<ShowEndTime>sample string 8</ShowEndTime>
</CardSettingModel>
<CardSettingModel>
<CardName>sample string 3</CardName>
<CardType>9</CardType>
<CardTypeShow>sample string 10</CardTypeShow>
<Code>sample string 12</Code>
<CreateTime>sample string 7</CreateTime>
<EndDay>6</EndDay>
<EndTime>2025-12-29T20:04:14.5000737+08:00</EndTime>
<Id>1</Id>
<Money>4</Money>
<Note>sample string 13</Note>
<PlatformId>11</PlatformId>
<ProductId>2</ProductId>
<Quantity>5</Quantity>
<ShowEndTime>sample string 8</ShowEndTime>
</CardSettingModel>
</Items>
</CardSettingListModel>