POST api/contact/tentative-purchase

Request Information

URI Parameters

None.

Body Parameters

RequestAccessJson
NameDescriptionTypeAdditional information
postId

integer

None.

userId

integer

None.

comment

string

None.

reference

integer

None.

type

EEMailSource

None.

message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "postId": 1,
  "userId": 1,
  "comment": "sample string 1",
  "reference": 1,
  "type": 0,
  "message": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.