PUT api/SDCallMaster/UpdateBreakCode
Request Information
URI Parameters
None.
Body Parameters
UpdateBreakCodeForCall| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| BreakCode1 | string |
None. |
|
| BreakCode2 | string |
None. |
|
| BreakType1 | integer |
None. |
|
| BreakType2 | integer |
None. |
|
| SDCallMasterId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": 1,
"CompanyId": "sample string 2",
"BreakCode1": "sample string 3",
"BreakCode2": "sample string 4",
"BreakType1": 1,
"BreakType2": 1,
"SDCallMasterId": "sample string 5"
}
application/xml, text/xml
Sample:
<UpdateBreakCodeForCall xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD"> <AccountId>1</AccountId> <BreakCode1>sample string 3</BreakCode1> <BreakCode2>sample string 4</BreakCode2> <BreakType1>1</BreakType1> <BreakType2>1</BreakType2> <CompanyId>sample string 2</CompanyId> <SDCallMasterId>sample string 5</SDCallMasterId> </UpdateBreakCodeForCall>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />