POST api/efiscal/register/importQRCode
Request Information
URI Parameters
None.
Body Parameters
QRCodeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
|
| Key | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Url": "sample string 1",
"Key": "sample string 2"
}
application/xml, text/xml
Sample:
<QRCodeModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Url>sample string 1</Url> <Key>sample string 2</Key> </QRCodeModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |