GET api/OuterGateIdentifyng/GetclientById?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OuterIdentifyngModelOut| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ZoneId | integer |
None. |
|
| ZoneDenomination | string |
None. |
|
| DisplayName | string |
None. |
|
| DisplayAddress | string |
None. |
|
| DisplayOthers | string |
None. |
|
| UploadAttachments | Collection of IdentifyngAttachedModelOut |
None. |
|
| CodeValue | string |
None. |
|
| CompanyName | string |
Required |
|
| string |
Data type: EmailAddress |
||
| Name | string |
None. |
|
| Surname | string |
None. |
|
| Mobile | string |
None. |
|
| MobileReferent | string |
None. |
|
| EmailReferent | string |
None. |
|
| Telephone | string |
None. |
|
| Address | string |
None. |
|
| Cap | string |
None. |
|
| City | string |
Required |
|
| Province | string |
None. |
|
| Country | string |
None. |
|
| FiscalCode | string |
None. |
|
| ISOLanguageName | string |
Max length: 3 |
|
| VatNumber | string |
None. |
|
| Other | string |
None. |
|
| Other1 | string |
None. |
|
| Other2 | string |
None. |
|
| Other3 | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ZoneId": 1,
"ZoneDenomination": "sample string 2",
"DisplayName": "sample string 4 - sample string 7 sample string 6",
"DisplayAddress": "sample string 12 sample string 13 (sample string 14)",
"DisplayOthers": "sample string 20 sample string 21 sample string 22 sample string 23",
"UploadAttachments": [
{
"Id": 1,
"FileName": "sample string 2",
"FileSize": 3,
"InsertionDate": "2026-04-17T15:26:32.6027395+02:00",
"LastModified": "2026-04-17T15:26:32.6027395+02:00",
"FileUrlOriginal": "https://plastapi.tocode.it:443"
},
{
"Id": 1,
"FileName": "sample string 2",
"FileSize": 3,
"InsertionDate": "2026-04-17T15:26:32.6027395+02:00",
"LastModified": "2026-04-17T15:26:32.6027395+02:00",
"FileUrlOriginal": "https://plastapi.tocode.it:443"
}
],
"CodeValue": "sample string 3",
"CompanyName": "sample string 4",
"Email": "sample string 5",
"Name": "sample string 6",
"Surname": "sample string 7",
"Mobile": "sample string 8",
"MobileReferent": "sample string 9",
"EmailReferent": "sample string 10",
"Telephone": "sample string 11",
"Address": "sample string 12",
"Cap": "sample string 13",
"City": "sample string 14",
"Province": "sample string 15",
"Country": "sample string 16",
"FiscalCode": "sample string 17",
"ISOLanguageName": "sample string 18",
"VatNumber": "sample string 19",
"Other": "sample string 20",
"Other1": "sample string 21",
"Other2": "sample string 22",
"Other3": "sample string 23"
}
application/xml, text/xml
Sample:
<OuterIdentifyngModelOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tocode.CodePlast.CommonModels.Models.Identifyng">
<Address>sample string 12</Address>
<Cap>sample string 13</Cap>
<City>sample string 14</City>
<CodeValue>sample string 3</CodeValue>
<CompanyName>sample string 4</CompanyName>
<Country>sample string 16</Country>
<Email>sample string 5</Email>
<EmailReferent>sample string 10</EmailReferent>
<FiscalCode>sample string 17</FiscalCode>
<ISOLanguageName>sample string 18</ISOLanguageName>
<Mobile>sample string 8</Mobile>
<MobileReferent>sample string 9</MobileReferent>
<Name>sample string 6</Name>
<Other>sample string 20</Other>
<Other1>sample string 21</Other1>
<Other2>sample string 22</Other2>
<Other3>sample string 23</Other3>
<Province>sample string 15</Province>
<Surname>sample string 7</Surname>
<Telephone>sample string 11</Telephone>
<VatNumber>sample string 19</VatNumber>
<Id>1</Id>
<UploadAttachments>
<IdentifyngAttachedModelOut>
<FileName>sample string 2</FileName>
<FileSize>3</FileSize>
<Id>1</Id>
<InsertionDate>2026-04-17T15:26:32.6027395+02:00</InsertionDate>
<LastModified>2026-04-17T15:26:32.6027395+02:00</LastModified>
</IdentifyngAttachedModelOut>
<IdentifyngAttachedModelOut>
<FileName>sample string 2</FileName>
<FileSize>3</FileSize>
<Id>1</Id>
<InsertionDate>2026-04-17T15:26:32.6027395+02:00</InsertionDate>
<LastModified>2026-04-17T15:26:32.6027395+02:00</LastModified>
</IdentifyngAttachedModelOut>
</UploadAttachments>
<ZoneDenomination>sample string 2</ZoneDenomination>
<ZoneId>1</ZoneId>
</OuterIdentifyngModelOut>