POST api/Values/RightsPropertyDelete
Request Information
URI Parameters
None.
Body Parameters
dbmlCommon| Name | Description | Type | Additional information |
|---|---|---|---|
| StringOne | string |
None. |
|
| StringTwo | string |
None. |
|
| StringThree | string |
None. |
|
| StringFour | string |
None. |
|
| StringFive | string |
None. |
|
| StringSix | string |
None. |
|
| StringSeven | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StringOne": "sample string 1",
"StringTwo": "sample string 2",
"StringThree": "sample string 3",
"StringFour": "sample string 4",
"StringFive": "sample string 5",
"StringSix": "sample string 6",
"StringSeven": "sample string 7"
}
text/html
Sample:
{"StringOne":"sample string 1","StringTwo":"sample string 2","StringThree":"sample string 3","StringFour":"sample string 4","StringFive":"sample string 5","StringSix":"sample string 6","StringSeven":"sample string 7"}
application/xml, text/xml
Sample:
<dbmlCommon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TimkenOrderService.TimkenSchema"> <StringFive>sample string 5</StringFive> <StringFour>sample string 4</StringFour> <StringOne>sample string 1</StringOne> <StringSeven>sample string 7</StringSeven> <StringSix>sample string 6</StringSix> <StringThree>sample string 3</StringThree> <StringTwo>sample string 2</StringTwo> </dbmlCommon>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
returndbmlRightsProperty| Name | Description | Type | Additional information |
|---|---|---|---|
| objdbmlRightsPropertyList | Collection of dbmlRightsProperty |
None. |
|
| objdbmlStatus | dbmlStatus |
None. |
Response Formats
application/json, text/json
Sample:
{
"objdbmlRightsPropertyList": [
{
"ZZSeq": 1,
"PropertyId": 2,
"ZZPropertyName": "sample string 3",
"ZZCheckBox": true,
"BusinessProcessId": 5,
"UpdateId": 6
},
{
"ZZSeq": 1,
"PropertyId": 2,
"ZZPropertyName": "sample string 3",
"ZZCheckBox": true,
"BusinessProcessId": 5,
"UpdateId": 6
}
],
"objdbmlStatus": {
"StatusId": 1,
"Status": "sample string 2",
"PKId": 3,
"Remark": "sample string 4"
}
}
text/html
Sample:
{"objdbmlRightsPropertyList":[{"ZZSeq":1,"PropertyId":2,"ZZPropertyName":"sample string 3","ZZCheckBox":true,"BusinessProcessId":5,"UpdateId":6},{"ZZSeq":1,"PropertyId":2,"ZZPropertyName":"sample string 3","ZZCheckBox":true,"BusinessProcessId":5,"UpdateId":6}],"objdbmlStatus":{"StatusId":1,"Status":"sample string 2","PKId":3,"Remark":"sample string 4"}}
application/xml, text/xml
Sample:
<returndbmlRightsProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TimkenOrderService.Models">
<objdbmlRightsPropertyList xmlns:d2p1="http://schemas.datacontract.org/2004/07/TimkenOrderService.TimkenSchema">
<d2p1:dbmlRightsProperty>
<d2p1:BusinessProcessId>5</d2p1:BusinessProcessId>
<d2p1:PropertyId>2</d2p1:PropertyId>
<d2p1:UpdateId>6</d2p1:UpdateId>
<d2p1:ZZCheckBox>true</d2p1:ZZCheckBox>
<d2p1:ZZPropertyName>sample string 3</d2p1:ZZPropertyName>
<d2p1:ZZSeq>1</d2p1:ZZSeq>
</d2p1:dbmlRightsProperty>
<d2p1:dbmlRightsProperty>
<d2p1:BusinessProcessId>5</d2p1:BusinessProcessId>
<d2p1:PropertyId>2</d2p1:PropertyId>
<d2p1:UpdateId>6</d2p1:UpdateId>
<d2p1:ZZCheckBox>true</d2p1:ZZCheckBox>
<d2p1:ZZPropertyName>sample string 3</d2p1:ZZPropertyName>
<d2p1:ZZSeq>1</d2p1:ZZSeq>
</d2p1:dbmlRightsProperty>
</objdbmlRightsPropertyList>
<objdbmlStatus xmlns:d2p1="http://schemas.datacontract.org/2004/07/TimkenOrderService.TimkenSchema">
<d2p1:PKId>3</d2p1:PKId>
<d2p1:Remark>sample string 4</d2p1:Remark>
<d2p1:Status>sample string 2</d2p1:Status>
<d2p1:StatusId>1</d2p1:StatusId>
</objdbmlStatus>
</returndbmlRightsProperty>