POST V2/Activity/SaveActivitys

Request Information

URI Parameters

None.

Body Parameters

YearlyActivitys
NameDescriptionTypeAdditional information
Year

integer

None.

ActivityList

Collection of ActivityInfo

None.

Total

decimal number

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Intimex.Common.KeyValue'. Path 'ActivityList[0].Member.ServiceAddressList[0].Addresses[0].List[0].List'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Intimex.Common.KeyValue'. Path 'ActivityList[0].Member.ServiceAddressList[0].Addresses[0].List[0].List'.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'YearlyActivitys'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {},
  "Code": 4
}