POST api/Document/DigitalSignatureGenerateXwsseHeader
Generates a xwsse header to use for digital signature
Request Information
URI Parameters
None.
Body Parameters
Input parameter.
WorkPoint365.WebAPI.Model.Document+DigitalSignatureGenerateXwsseHeaderParameterName | Description | Type | Additional information |
---|---|---|---|
UserName |
User name |
string |
None. |
Password |
Password |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "Password": "sample string 2" }
application/xml, text/xml
Sample:
<Document.DigitalSignatureGenerateXwsseHeaderParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint365.WebAPI.Model"> <Password>sample string 2</Password> <UserName>sample string 1</UserName> </Document.DigitalSignatureGenerateXwsseHeaderParameter>
Response Information
Resource Description
Returns a xwsse header
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>