POST api/Inquiry/SubscribeUs

Request Information

URI Parameters

None.

Body Parameters

SubscribeUsModel
NameDescriptionTypeAdditional information
Email

string

None.

RequestUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "RequestUrl": "sample string 2"
}

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 'SubscribeUsModel'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1