POST api/Auth/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
rqst_authName | Description | Type | Additional information |
---|---|---|---|
api_key | string |
Max length: 255 |
|
api_pass | string |
Max length: 50 |
Request Formats
application/json, text/json
Sample:
{ "api_key": "sample string 1", "api_pass": "sample string 2" }
application/xml, text/xml
Sample:
<rqst_auth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ruvick_3rd_Party.Models.request"> <api_key>sample string 1</api_key> <api_pass>sample string 2</api_pass> </rqst_auth>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |