POST api/Inquiry/RequestCall

Request Information

URI Parameters

None.

Body Parameters

RequestCall
NameDescriptionTypeAdditional information
PhoneNumber

string

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PhoneNumber": "sample string 1",
  "Name": "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 'RequestCall'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1