POST api/UserList/CheckIfBarcodeAlreadyExists/{idCenter}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCenter | integer |
Required |
Body Parameters
SharedPrimitiveUserListValue| Name | Description | Type | Additional information |
|---|---|---|---|
| CodeParent | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Text1 | string |
None. |
|
| Text2 | string |
None. |
|
| Text3 | string |
None. |
|
| Numeric1 | decimal number |
None. |
|
| Numeric2 | decimal number |
None. |
|
| Numeric3 | decimal number |
None. |
|
| Integer1 | integer |
None. |
|
| Integer2 | integer |
None. |
|
| Integer3 | integer |
None. |
|
| Bit1 | boolean |
None. |
|
| Bit2 | boolean |
None. |
|
| Bit3 | boolean |
None. |
|
| Date1 | date |
None. |
|
| Date2 | date |
None. |
|
| Date3 | date |
None. |
|
| Enabled | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| Created | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| Updated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CodeParent": "sample string 1",
"Id": "a0640f03-23d5-4872-aa9f-f4293fcde56b",
"Code": "sample string 3",
"Text1": "sample string 4",
"Text2": "sample string 5",
"Text3": "sample string 6",
"Numeric1": 1.1,
"Numeric2": 1.1,
"Numeric3": 1.1,
"Integer1": 1,
"Integer2": 1,
"Integer3": 1,
"Bit1": true,
"Bit2": true,
"Bit3": true,
"Date1": "2020-12-30T15:03:00.433221+00:00",
"Date2": "2020-12-30T15:03:00.433221+00:00",
"Date3": "2020-12-30T15:03:00.433221+00:00",
"Enabled": true,
"CreatedBy": 8,
"Created": "2020-12-30T15:03:00.433221+00:00",
"UpdatedBy": 10,
"Updated": "2020-12-30T15:03:00.433221+00:00"
}
application/xml, text/xml
Sample:
<SharedPrimitiveUserListValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TDox.Enums.CommonTypes"> <Bit1>true</Bit1> <Bit2>true</Bit2> <Bit3>true</Bit3> <Code>sample string 3</Code> <CodeParent>sample string 1</CodeParent> <Created>2020-12-30T15:03:00.433221+00:00</Created> <CreatedBy>8</CreatedBy> <Date1>2020-12-30T15:03:00.433221+00:00</Date1> <Date2>2020-12-30T15:03:00.433221+00:00</Date2> <Date3>2020-12-30T15:03:00.433221+00:00</Date3> <Enabled>true</Enabled> <Id>a0640f03-23d5-4872-aa9f-f4293fcde56b</Id> <Integer1>1</Integer1> <Integer2>1</Integer2> <Integer3>1</Integer3> <Numeric1>1.1</Numeric1> <Numeric2>1.1</Numeric2> <Numeric3>1.1</Numeric3> <Text1>sample string 4</Text1> <Text2>sample string 5</Text2> <Text3>sample string 6</Text3> <Updated>2020-12-30T15:03:00.433221+00:00</Updated> <UpdatedBy>10</UpdatedBy> </SharedPrimitiveUserListValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>