POST api/Values/UserRightDelete

Request Information

URI Parameters

None.

Body Parameters

dbmlCommon
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'dbmlCommon'.

Response Information

Resource Description

returndbmlUserRight
NameDescriptionTypeAdditional information
objdbmlUserRightList

Collection of dbmlUserRight

None.

objdbmlStatus

dbmlStatus

None.

Response Formats

application/json, text/json

Sample:
{
  "objdbmlUserRightList": [
    {
      "UserRightsKey": 1,
      "UpdateId": 2,
      "UserGroupId": 3,
      "BusinessProcessId": 4,
      "PropertyId": 5,
      "ZZPropertyName": "sample string 6",
      "ZZCheckBox": true,
      "ZZseq": 8
    },
    {
      "UserRightsKey": 1,
      "UpdateId": 2,
      "UserGroupId": 3,
      "BusinessProcessId": 4,
      "PropertyId": 5,
      "ZZPropertyName": "sample string 6",
      "ZZCheckBox": true,
      "ZZseq": 8
    }
  ],
  "objdbmlStatus": {
    "StatusId": 1,
    "Status": "sample string 2",
    "PKId": 3,
    "Remark": "sample string 4"
  }
}

text/html

Sample:
{"objdbmlUserRightList":[{"UserRightsKey":1,"UpdateId":2,"UserGroupId":3,"BusinessProcessId":4,"PropertyId":5,"ZZPropertyName":"sample string 6","ZZCheckBox":true,"ZZseq":8},{"UserRightsKey":1,"UpdateId":2,"UserGroupId":3,"BusinessProcessId":4,"PropertyId":5,"ZZPropertyName":"sample string 6","ZZCheckBox":true,"ZZseq":8}],"objdbmlStatus":{"StatusId":1,"Status":"sample string 2","PKId":3,"Remark":"sample string 4"}}

application/xml, text/xml

Sample:
<returndbmlUserRight xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TimkenOrderService.Models">
  <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>
  <objdbmlUserRightList xmlns:d2p1="http://schemas.datacontract.org/2004/07/TimkenOrderService.TimkenSchema">
    <d2p1:dbmlUserRight>
      <d2p1:BusinessProcessId>4</d2p1:BusinessProcessId>
      <d2p1:PropertyId>5</d2p1:PropertyId>
      <d2p1:UpdateId>2</d2p1:UpdateId>
      <d2p1:UserGroupId>3</d2p1:UserGroupId>
      <d2p1:UserRightsKey>1</d2p1:UserRightsKey>
      <d2p1:ZZCheckBox>true</d2p1:ZZCheckBox>
      <d2p1:ZZPropertyName>sample string 6</d2p1:ZZPropertyName>
      <d2p1:ZZseq>8</d2p1:ZZseq>
    </d2p1:dbmlUserRight>
    <d2p1:dbmlUserRight>
      <d2p1:BusinessProcessId>4</d2p1:BusinessProcessId>
      <d2p1:PropertyId>5</d2p1:PropertyId>
      <d2p1:UpdateId>2</d2p1:UpdateId>
      <d2p1:UserGroupId>3</d2p1:UserGroupId>
      <d2p1:UserRightsKey>1</d2p1:UserRightsKey>
      <d2p1:ZZCheckBox>true</d2p1:ZZCheckBox>
      <d2p1:ZZPropertyName>sample string 6</d2p1:ZZPropertyName>
      <d2p1:ZZseq>8</d2p1:ZZseq>
    </d2p1:dbmlUserRight>
  </objdbmlUserRightList>
</returndbmlUserRight>