POST api/activity/ActivityByFullDtl?actId={actId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
actId

string

Required

Body Parameters

None.

Response Information

Resource Description

shopResponeOfListOfObject
NameDescriptionTypeAdditional information
Message

string

None.

Success

boolean

None.

total

integer

None.

data

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Success": true,
  "total": 3,
  "data": [
    {},
    {}
  ]
}

application/xml, text/xml

Sample:
<shopResponeOfArrayOfanyTypeuHEDJ7Dj 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.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </data>
  <total>3</total>
</shopResponeOfArrayOfanyTypeuHEDJ7Dj>