GET api/OuterGateClientOrder/GetFimById?filmId={filmId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filmId

integer

Required

Body Parameters

None.

Response Information

Resource Description

OuterFilmModelOut
NameDescriptionTypeAdditional information
Id

integer

None.

TypeOfMaterialId

integer

None.

TypeOfMaterialName

string

None.

TypeOfMaterialSpecificWeight

decimal number

None.

TypeOfProcessingId

integer

None.

TypeOfProcessingName

string

None.

TypeOfEyeletsId

integer

None.

TypeOfEyeletsName

string

None.

TypeOfHolesId

integer

None.

TypeOfHolesName

string

None.

FilmWidthId

integer

None.

FilmWidth

decimal number

None.

FilmLength

decimal number

None.

NumberFilms

integer

None.

Parcel

string

None.

ParcelNote

string

None.

Decentration

decimal number

None.

StateValue

string

None.

State

FilmStateProcessing

None.

StateStr

string

None.

StateChangedOnDate

date

None.

SizeStr

string

None.

WorkDescription

string

None.

DeliveryDate

date

None.

Note

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TypeOfMaterialId": 1,
  "TypeOfMaterialName": "sample string 2",
  "TypeOfMaterialSpecificWeight": 1.1,
  "TypeOfProcessingId": 1,
  "TypeOfProcessingName": "sample string 3",
  "TypeOfEyeletsId": 1,
  "TypeOfEyeletsName": "sample string 4",
  "TypeOfHolesId": 1,
  "TypeOfHolesName": "sample string 5",
  "FilmWidthId": 1,
  "FilmWidth": 6.1,
  "FilmLength": 7.1,
  "NumberFilms": 8,
  "Parcel": "sample string 9",
  "ParcelNote": "sample string 10",
  "Decentration": 1.1,
  "StateValue": "sample string 11",
  "State": 0,
  "StateStr": "Inserito",
  "StateChangedOnDate": "2026-04-17T15:29:18.9648307+02:00",
  "SizeStr": "7,10 x 6,10",
  "WorkDescription": "Fori: sample string 5, Occhielli: sample string 4, Lavorazione: sample string 3, Decentrato: : 1.1, ",
  "DeliveryDate": "2026-04-17T15:29:18.9648307+02:00",
  "Note": "sample string 13"
}

application/xml, text/xml

Sample:
<OuterFilmModelOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.CodePlast.CommonModels.Models.Film">
  <Decentration>1.1</Decentration>
  <DeliveryDate>2026-04-17T15:29:18.9648307+02:00</DeliveryDate>
  <FilmLength>7.1</FilmLength>
  <FilmWidth>6.1</FilmWidth>
  <FilmWidthId>1</FilmWidthId>
  <Id>1</Id>
  <Note>sample string 13</Note>
  <NumberFilms>8</NumberFilms>
  <Parcel>sample string 9</Parcel>
  <ParcelNote>sample string 10</ParcelNote>
  <StateChangedOnDate>2026-04-17T15:29:18.9648307+02:00</StateChangedOnDate>
  <StateValue>sample string 11</StateValue>
  <TypeOfEyeletsId>1</TypeOfEyeletsId>
  <TypeOfEyeletsName>sample string 4</TypeOfEyeletsName>
  <TypeOfHolesId>1</TypeOfHolesId>
  <TypeOfHolesName>sample string 5</TypeOfHolesName>
  <TypeOfMaterialId>1</TypeOfMaterialId>
  <TypeOfMaterialName>sample string 2</TypeOfMaterialName>
  <TypeOfMaterialSpecificWeight>1.1</TypeOfMaterialSpecificWeight>
  <TypeOfProcessingId>1</TypeOfProcessingId>
  <TypeOfProcessingName>sample string 3</TypeOfProcessingName>
</OuterFilmModelOut>