POST api/ncicode/getmultiplecodes

Request Information

URI Parameters

None.

Body Parameters

Dictionary of integer [key] and Pair of integer [key] and string [value] [value]

Request Formats

application/json, text/json

Sample:
{
  "1": {
    "Key": 1,
    "Value": "sample string 2"
  },
  "2": {
    "Key": 1,
    "Value": "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 'Dictionary`2'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.