GET api/OuterGateClientOrder/GetclientOrderById?orderId={orderId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderId

integer

Required

Body Parameters

None.

Response Information

Resource Description

OuterOrderClientModelOut
NameDescriptionTypeAdditional information
Films

Collection of OuterFilmModelOut

None.

Id

integer

None.

ClientId

integer

None.

OrderNumber

string

None.

CompanyName

string

None.

DeliveryDateStr

string

None.

CreatedOnDate

date

None.

CreatedOnDateStr

string

None.

StateValue

string

None.

StateStr

string

None.

Address

string

None.

City

string

None.

Reference

string

None.

Other

string

None.

Other1

string

None.

Other2

string

None.

Other3

string

None.

HaveFilms

boolean

None.

AlertMessage

string

None.

DeliveryDate

date

Required

Note

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ClientId": 2,
  "OrderNumber": "sample string 3",
  "CompanyName": "sample string 4",
  "DeliveryDateStr": "17/04/2026",
  "CreatedOnDate": "2026-04-17T15:29:18.9648307+02:00",
  "CreatedOnDateStr": "17/04/2026",
  "StateValue": "sample string 6",
  "StateStr": "Bozza",
  "Address": "sample string 7",
  "City": "sample string 8",
  "Reference": "sample string 9",
  "Other": "sample string 10",
  "Other1": "sample string 11",
  "Other2": "sample string 12",
  "Other3": "sample string 13",
  "HaveFilms": true,
  "AlertMessage": "sample string 15",
  "DeliveryDate": "2026-04-17T15:29:18.9648307+02:00",
  "Note": "sample string 17",
  "Films": [
    {
      "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"
    },
    {
      "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:
<OuterOrderClientModelOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.CodePlast.CommonModels.Models.ClientOrder">
  <DeliveryDate>2026-04-17T15:29:18.9648307+02:00</DeliveryDate>
  <Note>sample string 17</Note>
  <Address>sample string 7</Address>
  <AlertMessage>sample string 15</AlertMessage>
  <City>sample string 8</City>
  <ClientId>2</ClientId>
  <CompanyName>sample string 4</CompanyName>
  <CreatedOnDate>2026-04-17T15:29:18.9648307+02:00</CreatedOnDate>
  <HaveFilms>true</HaveFilms>
  <Id>1</Id>
  <OrderNumber>sample string 3</OrderNumber>
  <Other>sample string 10</Other>
  <Other1>sample string 11</Other1>
  <Other2>sample string 12</Other2>
  <Other3>sample string 13</Other3>
  <Reference>sample string 9</Reference>
  <StateValue>sample string 6</StateValue>
  <Films xmlns:d2p1="http://schemas.datacontract.org/2004/07/tocode.CodePlast.CommonModels.Models.Film">
    <d2p1:OuterFilmModelOut>
      <d2p1:Decentration>1.1</d2p1:Decentration>
      <d2p1:DeliveryDate>2026-04-17T15:29:18.9648307+02:00</d2p1:DeliveryDate>
      <d2p1:FilmLength>7.1</d2p1:FilmLength>
      <d2p1:FilmWidth>6.1</d2p1:FilmWidth>
      <d2p1:FilmWidthId>1</d2p1:FilmWidthId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Note>sample string 13</d2p1:Note>
      <d2p1:NumberFilms>8</d2p1:NumberFilms>
      <d2p1:Parcel>sample string 9</d2p1:Parcel>
      <d2p1:ParcelNote>sample string 10</d2p1:ParcelNote>
      <d2p1:StateChangedOnDate>2026-04-17T15:29:18.9648307+02:00</d2p1:StateChangedOnDate>
      <d2p1:StateValue>sample string 11</d2p1:StateValue>
      <d2p1:TypeOfEyeletsId>1</d2p1:TypeOfEyeletsId>
      <d2p1:TypeOfEyeletsName>sample string 4</d2p1:TypeOfEyeletsName>
      <d2p1:TypeOfHolesId>1</d2p1:TypeOfHolesId>
      <d2p1:TypeOfHolesName>sample string 5</d2p1:TypeOfHolesName>
      <d2p1:TypeOfMaterialId>1</d2p1:TypeOfMaterialId>
      <d2p1:TypeOfMaterialName>sample string 2</d2p1:TypeOfMaterialName>
      <d2p1:TypeOfMaterialSpecificWeight>1.1</d2p1:TypeOfMaterialSpecificWeight>
      <d2p1:TypeOfProcessingId>1</d2p1:TypeOfProcessingId>
      <d2p1:TypeOfProcessingName>sample string 3</d2p1:TypeOfProcessingName>
    </d2p1:OuterFilmModelOut>
    <d2p1:OuterFilmModelOut>
      <d2p1:Decentration>1.1</d2p1:Decentration>
      <d2p1:DeliveryDate>2026-04-17T15:29:18.9648307+02:00</d2p1:DeliveryDate>
      <d2p1:FilmLength>7.1</d2p1:FilmLength>
      <d2p1:FilmWidth>6.1</d2p1:FilmWidth>
      <d2p1:FilmWidthId>1</d2p1:FilmWidthId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Note>sample string 13</d2p1:Note>
      <d2p1:NumberFilms>8</d2p1:NumberFilms>
      <d2p1:Parcel>sample string 9</d2p1:Parcel>
      <d2p1:ParcelNote>sample string 10</d2p1:ParcelNote>
      <d2p1:StateChangedOnDate>2026-04-17T15:29:18.9648307+02:00</d2p1:StateChangedOnDate>
      <d2p1:StateValue>sample string 11</d2p1:StateValue>
      <d2p1:TypeOfEyeletsId>1</d2p1:TypeOfEyeletsId>
      <d2p1:TypeOfEyeletsName>sample string 4</d2p1:TypeOfEyeletsName>
      <d2p1:TypeOfHolesId>1</d2p1:TypeOfHolesId>
      <d2p1:TypeOfHolesName>sample string 5</d2p1:TypeOfHolesName>
      <d2p1:TypeOfMaterialId>1</d2p1:TypeOfMaterialId>
      <d2p1:TypeOfMaterialName>sample string 2</d2p1:TypeOfMaterialName>
      <d2p1:TypeOfMaterialSpecificWeight>1.1</d2p1:TypeOfMaterialSpecificWeight>
      <d2p1:TypeOfProcessingId>1</d2p1:TypeOfProcessingId>
      <d2p1:TypeOfProcessingName>sample string 3</d2p1:TypeOfProcessingName>
    </d2p1:OuterFilmModelOut>
  </Films>
</OuterOrderClientModelOut>