POST api/activity/ActivityByPresentDtl?presentno={presentno}&salercode={salercode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| presentno | string |
Required |
|
| salercode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
shopResponeOfListOfPlatActivityPresentDtlModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Success | boolean |
None. |
|
| total | integer |
None. |
|
| data | Collection of PlatActivityPresentDtlModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Success": true,
"total": 3,
"data": [
{
"gdscode": "sample string 1",
"gdsname": "sample string 2",
"presentguige": "sample string 3",
"gdsguige": "sample string 4",
"presentgds": "sample string 5",
"presentgdsname": "sample string 6",
"unit": "sample string 7",
"stdamount": 8.0,
"presentamount": 9.0
},
{
"gdscode": "sample string 1",
"gdsname": "sample string 2",
"presentguige": "sample string 3",
"gdsguige": "sample string 4",
"presentgds": "sample string 5",
"presentgdsname": "sample string 6",
"unit": "sample string 7",
"stdamount": 8.0,
"presentamount": 9.0
}
]
}
application/xml, text/xml
Sample:
<shopResponeOfArrayOfPlatActivityPresentDtlModelA4J41c3H xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YFA8Shop.Api.Models">
<Message>sample string 1</Message>
<Success>true</Success>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YFA8Shop.Entitys.Activity">
<d2p1:PlatActivityPresentDtlModel>
<d2p1:gdscode>sample string 1</d2p1:gdscode>
<d2p1:gdsguige>sample string 4</d2p1:gdsguige>
<d2p1:gdsname>sample string 2</d2p1:gdsname>
<d2p1:presentamount>9</d2p1:presentamount>
<d2p1:presentgds>sample string 5</d2p1:presentgds>
<d2p1:presentgdsname>sample string 6</d2p1:presentgdsname>
<d2p1:presentguige>sample string 3</d2p1:presentguige>
<d2p1:stdamount>8</d2p1:stdamount>
<d2p1:unit>sample string 7</d2p1:unit>
</d2p1:PlatActivityPresentDtlModel>
<d2p1:PlatActivityPresentDtlModel>
<d2p1:gdscode>sample string 1</d2p1:gdscode>
<d2p1:gdsguige>sample string 4</d2p1:gdsguige>
<d2p1:gdsname>sample string 2</d2p1:gdsname>
<d2p1:presentamount>9</d2p1:presentamount>
<d2p1:presentgds>sample string 5</d2p1:presentgds>
<d2p1:presentgdsname>sample string 6</d2p1:presentgdsname>
<d2p1:presentguige>sample string 3</d2p1:presentguige>
<d2p1:stdamount>8</d2p1:stdamount>
<d2p1:unit>sample string 7</d2p1:unit>
</d2p1:PlatActivityPresentDtlModel>
</data>
<total>3</total>
</shopResponeOfArrayOfPlatActivityPresentDtlModelA4J41c3H>