POST api/OperaAccount
Request Information
URI Parameters
None.
Body Parameters
OperaAccountListDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| OperaAccountList | Collection of OperaAccountDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"OperaAccountList": [
{
"OperaAccount": "sample string 1",
"Name": "sample string 2"
},
{
"OperaAccount": "sample string 1",
"Name": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<OperaAccountListDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DMH.DTO.Upload">
<_x003C_OperaAccountList_x003E_k__BackingField>
<OperaAccountDTO>
<Name>sample string 2</Name>
<OperaAccount>sample string 1</OperaAccount>
</OperaAccountDTO>
<OperaAccountDTO>
<Name>sample string 2</Name>
<OperaAccount>sample string 1</OperaAccount>
</OperaAccountDTO>
</_x003C_OperaAccountList_x003E_k__BackingField>
</OperaAccountListDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.