GET api/AccountManagerClient/AccountManagerDetails?accountID={accountID}&EntityID={EntityID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountID | integer |
Required |
|
| EntityID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountManagerViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Account_Manager | string |
None. |
|
| Account_Manager_Short | string |
None. |
|
| Hide_Full_Name_On_Debtor_Extranet | boolean |
None. |
|
| Phone | string |
None. |
|
| Fax | string |
None. |
|
| string |
None. |
||
| Response | IResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Account_Manager": "sample string 1",
"Account_Manager_Short": "sample string 2",
"Hide_Full_Name_On_Debtor_Extranet": true,
"Phone": "sample string 3",
"Fax": "sample string 4",
"Email": "sample string 5",
"Response": null
}
application/xml, text/xml
Sample:
<AccountManagerViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.Account.AccountManager"> <Response i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels" /> <Account_Manager>sample string 1</Account_Manager> <Account_Manager_Short>sample string 2</Account_Manager_Short> <Email>sample string 5</Email> <Fax>sample string 4</Fax> <Hide_Full_Name_On_Debtor_Extranet>true</Hide_Full_Name_On_Debtor_Extranet> <Phone>sample string 3</Phone> </AccountManagerViewModel>