POST api/Values/SendreplyEmail
Request Information
URI Parameters
None.
Body Parameters
CustomerCode| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1"
}
application/xml, text/xml
Sample:
<CustomerCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json"> <Code>sample string 1</Code> </CustomerCode>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Output| Name | Description | Type | Additional information |
|---|---|---|---|
| result | string |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": "sample string 1",
"msg": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json"> <data /> <msg>sample string 2</msg> <result>sample string 1</result> </Output>