GET api/DiariasComplementares/ValidaTokenOferta/{token}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseBaseOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | FuzzyResponse |
None. |
|
Data | Collection of boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "message": "sample string 1", "status": 0, "data": [ true, true ] }