POST api/{version}/General/m2

This is the test method, Used to access from IMS

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

Person
NameDescriptionTypeAdditional information
Name

string

None.

Email

string

None.

Request Formats

application/json, text/json

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

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.