POST api/AMSMaster/SaveDefaultCalling
Request Information
URI Parameters
None.
Body Parameters
Collection of clsSaveDefaultCalling| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountID | integer |
None. |
|
| DefaultCallingCategoryID | integer |
None. |
|
| DefaultCallingRemark | string |
None. |
|
| DebtCallLink | boolean |
None. |
|
| MediaType | string |
None. |
|
| MonthID | integer |
None. |
|
| YearID | integer |
None. |
|
| UserID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| FinancialYearID | integer |
None. |
|
| FinancialYear | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"AccountID": 1,
"DefaultCallingCategoryID": 2,
"DefaultCallingRemark": "sample string 3",
"DebtCallLink": true,
"MediaType": "sample string 5",
"MonthID": 6,
"YearID": 7,
"UserID": 1,
"CompanyID": 1,
"FinancialYearID": 1,
"FinancialYear": "sample string 8"
},
{
"AccountID": 1,
"DefaultCallingCategoryID": 2,
"DefaultCallingRemark": "sample string 3",
"DebtCallLink": true,
"MediaType": "sample string 5",
"MonthID": 6,
"YearID": 7,
"UserID": 1,
"CompanyID": 1,
"FinancialYearID": 1,
"FinancialYear": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfclsSaveDefaultCalling xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
<clsSaveDefaultCalling>
<CompanyID>1</CompanyID>
<FinancialYear>sample string 8</FinancialYear>
<FinancialYearID>1</FinancialYearID>
<UserID>1</UserID>
<AccountID>1</AccountID>
<DebtCallLink>true</DebtCallLink>
<DefaultCallingCategoryID>2</DefaultCallingCategoryID>
<DefaultCallingRemark>sample string 3</DefaultCallingRemark>
<MediaType>sample string 5</MediaType>
<MonthID>6</MonthID>
<YearID>7</YearID>
</clsSaveDefaultCalling>
<clsSaveDefaultCalling>
<CompanyID>1</CompanyID>
<FinancialYear>sample string 8</FinancialYear>
<FinancialYearID>1</FinancialYearID>
<UserID>1</UserID>
<AccountID>1</AccountID>
<DebtCallLink>true</DebtCallLink>
<DefaultCallingCategoryID>2</DefaultCallingCategoryID>
<DefaultCallingRemark>sample string 3</DefaultCallingRemark>
<MediaType>sample string 5</MediaType>
<MonthID>6</MonthID>
<YearID>7</YearID>
</clsSaveDefaultCalling>
</ArrayOfclsSaveDefaultCalling>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |