POST api/WorkersFromPhoto
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TupleOfStringAndStringAndSingle| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | string |
None. |
|
| Item2 | string |
None. |
|
| Item3 | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"item1": "sample string 1",
"item2": "sample string 2",
"item3": 3.1
},
{
"item1": "sample string 1",
"item2": "sample string 2",
"item3": 3.1
}
]