PUT {folder}/TbICard/{token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| folder | string |
None. |
Body Parameters
ParamJoeCardStatusClient| Name | Description | Type | Additional information |
|---|---|---|---|
| idICard | integer |
None. |
|
| flStatus | boolean |
None. |
|
| flFechaPrograma | boolean |
None. |
|
| flDisponibilizaCarga | boolean |
None. |
|
| flPhantom | boolean |
None. |
|
| flExcel | boolean |
None. |
|
| flFirefox | boolean |
None. |
|
| flVerificaStatus | boolean |
None. |
|
| nrIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idICard": 1,
"flStatus": true,
"flFechaPrograma": true,
"flDisponibilizaCarga": true,
"flPhantom": true,
"flExcel": true,
"flFirefox": true,
"flVerificaStatus": true,
"nrIP": "sample string 6"
}
application/xml, text/xml
Sample:
<ParamJoeCardStatusClient xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api_iCard.Models.Object"> <flDisponibilizaCarga>true</flDisponibilizaCarga> <flExcel>true</flExcel> <flFechaPrograma>true</flFechaPrograma> <flFirefox>true</flFirefox> <flPhantom>true</flPhantom> <flStatus>true</flStatus> <flVerificaStatus>true</flVerificaStatus> <idICard>1</idICard> <nrIP>sample string 6</nrIP> </ParamJoeCardStatusClient>
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. |