GET api/SDSalesCallMaster/GetSalesCallNote/{accountId}/{companyId}/{smSalesCallmasterID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
|
| companyId | string |
Required |
|
| smSalesCallmasterID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SMSalesCallNote| Name | Description | Type | Additional information |
|---|---|---|---|
| CallNote | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CallNote": "sample string 1"
}
application/xml, text/xml
Sample:
<SMSalesCallNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SalesMkt"> <CallNote>sample string 1</CallNote> </SMSalesCallNote>