POST api/Client/GetClientCertificate
Request Information
URI Parameters
None.
Body Parameters
RequestGetClientCertificateName | Description | Type | Additional information |
---|---|---|---|
DocumentTypeId | integer |
Required Range: inclusive between 0 and 99 |
|
DocumentId | string |
Required String length: inclusive between 0 and 10 |
Request Formats
application/json, text/json
Sample:
{ "DocumentTypeId": 1, "DocumentId": "sample string 2" }
application/xml, text/xml
Sample:
<RequestGetClientCertificate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECD.WebAPIECD.Models.AppMovil"> <DocumentId>sample string 2</DocumentId> <DocumentTypeId>1</DocumentTypeId> </RequestGetClientCertificate>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.