POST api/Walking/PostAddAssets

Request Information

URI Parameters

None.

Body Parameters

DomAssets
NameDescriptionTypeAdditional information
SID

string

None.

PID

string

None.

AID

string

None.

BuyDateTime

string

None.

Money

string

None.

SellDateTime

string

None.

SellMoney

string

None.

Status

string

None.

NextDateTime

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SID": "sample string 1",
  "PID": "sample string 2",
  "AID": "sample string 3",
  "BuyDateTime": "sample string 4",
  "Money": "sample string 5",
  "SellDateTime": "sample string 6",
  "SellMoney": "sample string 7",
  "Status": "sample string 8",
  "NextDateTime": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"