POST api/refownertype/delete
Request Information
URI Parameters
None.
Body Parameters
RefOwnerTypeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ownerTypeID | integer |
None. |
|
| ownerTypeCode | string |
None. |
|
| desc | string |
None. |
|
| isActive | string |
None. |
|
| UserOfficeId | integer |
None. |
|
| UserRequestId | integer |
None. |
|
| UserRoleId | integer |
None. |
|
| TimeStamp | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"ownerTypeID": 1,
"ownerTypeCode": "sample string 2",
"desc": "sample string 3",
"isActive": "sample string 4",
"UserOfficeId": 5,
"UserRequestId": 6,
"UserRoleId": 7,
"TimeStamp": "QEA="
}
text/html
Sample:
{"ownerTypeID":1,"ownerTypeCode":"sample string 2","desc":"sample string 3","isActive":"sample string 4","UserOfficeId":5,"UserRequestId":6,"UserRoleId":7,"TimeStamp":"QEA="}
application/xml, text/xml
Sample:
<RefOwnerTypeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models.Owner"> <TimeStamp xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">QEA=</TimeStamp> <UserOfficeId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">5</UserOfficeId> <UserRequestId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">6</UserRequestId> <UserRoleId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">7</UserRoleId> <desc>sample string 3</desc> <isActive>sample string 4</isActive> <ownerTypeCode>sample string 2</ownerTypeCode> <ownerTypeID>1</ownerTypeID> </RefOwnerTypeDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.