POST api/v1/cuhk/consumpmaterial

Contrast dictionary 同步照影剂

Request Information

URI Parameters

None.

Body Parameters

MessageResultOfExamContrastDict
NameDescriptionTypeAdditional information
Status

integer

None.

Error

string

None.

Message

string

None.

object

MessageResultListOfExamContrastDict

None.

Request Formats

application/json, text/json

Sample:
{
  "status": 1,
  "error": "sample string 2",
  "message": "sample string 3",
  "object": {
    "$id": "2",
    "list": [
      {
        "$id": "3",
        "contrastCode": "sample string 1",
        "contrastName": "sample string 2",
        "batchNo": "sample string 3",
        "price": "sample string 4",
        "qty": "sample string 5",
        "volume": "sample string 6",
        "upperPrice": "sample string 7",
        "lowerPrice": "sample string 8"
      },
      {
        "$ref": "3"
      }
    ]
  }
}

text/html

Sample:
{"$id":"1","status":1,"error":"sample string 2","message":"sample string 3","object":{"$id":"2","list":[{"$id":"3","contrastCode":"sample string 1","contrastName":"sample string 2","batchNo":"sample string 3","price":"sample string 4","qty":"sample string 5","volume":"sample string 6","upperPrice":"sample string 7","lowerPrice":"sample string 8"},{"$ref":"3"}]}}

application/xml, text/xml

Sample:
<MessageResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Status>1</Status>
  <Error>sample string 2</Error>
  <Message>sample string 3</Message>
  <object>
    <list>
      <ExamContrastDict>
        <ContrastCode>sample string 1</ContrastCode>
        <ContrastName>sample string 2</ContrastName>
        <BatchNo>sample string 3</BatchNo>
        <Price>sample string 4</Price>
        <Qty>sample string 5</Qty>
        <Volume>sample string 6</Volume>
        <UpperPrice>sample string 7</UpperPrice>
        <LowerPrice>sample string 8</LowerPrice>
      </ExamContrastDict>
      <ExamContrastDict>
        <ContrastCode>sample string 1</ContrastCode>
        <ContrastName>sample string 2</ContrastName>
        <BatchNo>sample string 3</BatchNo>
        <Price>sample string 4</Price>
        <Qty>sample string 5</Qty>
        <Volume>sample string 6</Volume>
        <UpperPrice>sample string 7</UpperPrice>
        <LowerPrice>sample string 8</LowerPrice>
      </ExamContrastDict>
    </list>
  </object>
</MessageResult>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.