POST api/TablesManagement/getFormImageTemplates

Request Information

URI Parameters

None.

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>

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

Collection of FormImageTemplateObject
NameDescriptionTypeAdditional information
Template

FormImageTemplate

None.

Image

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Template": {
      "template_code": 1,
      "extension": "sample string 2",
      "description": "sample string 3",
      "file_date": "2024-04-19T12:21:55.9581729+03:00",
      "template_type": "sample string 5"
    },
    "Image": "QEA="
  },
  {
    "Template": {
      "template_code": 1,
      "extension": "sample string 2",
      "description": "sample string 3",
      "file_date": "2024-04-19T12:21:55.9581729+03:00",
      "template_type": "sample string 5"
    },
    "Image": "QEA="
  }
]

application/xml, text/xml

Sample:
<ArrayOfFormImageTemplateObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.TablesManagement">
  <FormImageTemplateObject>
    <Image>QEA=</Image>
    <Template xmlns:d3p1="http://schemas.datacontract.org/2004/07/CustDemog">
      <d3p1:description>sample string 3</d3p1:description>
      <d3p1:extension>sample string 2</d3p1:extension>
      <d3p1:file_date>2024-04-19T12:21:55.9581729+03:00</d3p1:file_date>
      <d3p1:template_code>1</d3p1:template_code>
      <d3p1:template_type>sample string 5</d3p1:template_type>
    </Template>
  </FormImageTemplateObject>
  <FormImageTemplateObject>
    <Image>QEA=</Image>
    <Template xmlns:d3p1="http://schemas.datacontract.org/2004/07/CustDemog">
      <d3p1:description>sample string 3</d3p1:description>
      <d3p1:extension>sample string 2</d3p1:extension>
      <d3p1:file_date>2024-04-19T12:21:55.9581729+03:00</d3p1:file_date>
      <d3p1:template_code>1</d3p1:template_code>
      <d3p1:template_type>sample string 5</d3p1:template_type>
    </Template>
  </FormImageTemplateObject>
</ArrayOfFormImageTemplateObject>

application/bson

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