POST api/customDocuments/SendCustomDocument
Request Information
URI Parameters
None.
Body Parameters
SendMessageName | Description | Type | Additional information |
---|---|---|---|
recipientEmail | string |
None. |
|
docCode | integer |
None. |
|
sentType | integer |
None. |
|
employeeSentCode | integer |
None. |
|
message | string |
None. |
|
subject | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "recipientEmail": "sample string 1", "docCode": 2, "sentType": 3, "employeeSentCode": 4, "message": "sample string 5", "subject": "sample string 6" }
application/xml, text/xml
Sample:
<SendMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.CustomDocuments"> <docCode>2</docCode> <employeeSentCode>4</employeeSentCode> <message>sample string 5</message> <recipientEmail>sample string 1</recipientEmail> <sentType>3</sentType> <subject>sample string 6</subject> </SendMessage>
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
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.