GET api/Authenticate/Dog/{key1}/{key2}
Provides Dog owner authentication via invoice (restricted datacom).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key1 |
invoice value |
string |
Required |
| key2 |
invoice value |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
AuthName| Name | Description | Type | Additional information |
|---|---|---|---|
| NameNo | integer |
None. |
|
| IsTempContact | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"nameNo": 1,
"isTempContact": "sample string 1"
}