POST api/LoadReceipt/GetTNPincode
Request Information
URI Parameters
None.
Body Parameters
GetTNPin| Name | Description | Type | Additional information |
|---|---|---|---|
| TPM_ID | integer |
None. |
|
| TPM_PIN_CODE | string |
None. |
|
| TPM_CP_ID | integer |
None. |
|
| TPM_CT_ID | integer |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TPM_ID": 1,
"TPM_PIN_CODE": "sample string 1",
"TPM_CP_ID": 1,
"TPM_CT_ID": 1,
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<GetTNPin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LENGTH>1</LENGTH> <START>1</START> <TPM_CP_ID>1</TPM_CP_ID> <TPM_CT_ID>1</TPM_CT_ID> <TPM_ID>1</TPM_ID> <TPM_PIN_CODE>sample string 1</TPM_PIN_CODE> </GetTNPin>
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. |