POST api/form/aduFormImage?pFormNum={pFormNum}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pFormNum

integer

Required

Body Parameters

Collection of ImageForFormImage
NameDescriptionTypeAdditional information
ImageCode

integer

None.

Image

string

None.

Extension

string

None.

pType

string

None.

description

string

None.

template_id

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ImageCode": 1,
    "Image": "sample string 2",
    "Extension": "sample string 3",
    "pType": "sample string 4",
    "description": "sample string 5",
    "template_id": "sample string 6"
  },
  {
    "ImageCode": 1,
    "Image": "sample string 2",
    "Extension": "sample string 3",
    "pType": "sample string 4",
    "description": "sample string 5",
    "template_id": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBLFormsManagement.ImageForFormImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Forms">
  <BLFormsManagement.ImageForFormImage>
    <Extension>sample string 3</Extension>
    <Image>sample string 2</Image>
    <ImageCode>1</ImageCode>
    <description>sample string 5</description>
    <pType>sample string 4</pType>
    <template_id>sample string 6</template_id>
  </BLFormsManagement.ImageForFormImage>
  <BLFormsManagement.ImageForFormImage>
    <Extension>sample string 3</Extension>
    <Image>sample string 2</Image>
    <ImageCode>1</ImageCode>
    <description>sample string 5</description>
    <pType>sample string 4</pType>
    <template_id>sample string 6</template_id>
  </BLFormsManagement.ImageForFormImage>
</ArrayOfBLFormsManagement.ImageForFormImage>

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 'List`1'.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.