POST api/refownercategory/viewall
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RefOwnerCategoryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ownerCategoryID | integer |
None. |
|
| ownertypeID | integer |
None. |
|
| ownerCatCode | string |
None. |
|
| desc | string |
None. |
|
| isActive | string |
None. |
|
| UserOfficeId | integer |
None. |
|
| UserRequestId | integer |
None. |
|
| UserRoleId | integer |
None. |
|
| TimeStamp | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ownerCategoryID": 1,
"ownertypeID": 2,
"ownerCatCode": "sample string 3",
"desc": "sample string 4",
"isActive": "sample string 5",
"UserOfficeId": 6,
"UserRequestId": 7,
"UserRoleId": 8,
"TimeStamp": "QEA="
},
{
"ownerCategoryID": 1,
"ownertypeID": 2,
"ownerCatCode": "sample string 3",
"desc": "sample string 4",
"isActive": "sample string 5",
"UserOfficeId": 6,
"UserRequestId": 7,
"UserRoleId": 8,
"TimeStamp": "QEA="
}
]
text/html
Sample:
[{"ownerCategoryID":1,"ownertypeID":2,"ownerCatCode":"sample string 3","desc":"sample string 4","isActive":"sample string 5","UserOfficeId":6,"UserRequestId":7,"UserRoleId":8,"TimeStamp":"QEA="},{"ownerCategoryID":1,"ownertypeID":2,"ownerCatCode":"sample string 3","desc":"sample string 4","isActive":"sample string 5","UserOfficeId":6,"UserRequestId":7,"UserRoleId":8,"TimeStamp":"QEA="}]
application/xml, text/xml
Sample:
<ArrayOfRefOwnerCategoryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models.Owner">
<RefOwnerCategoryDTO>
<TimeStamp xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">QEA=</TimeStamp>
<UserOfficeId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">6</UserOfficeId>
<UserRequestId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">7</UserRequestId>
<UserRoleId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">8</UserRoleId>
<desc>sample string 4</desc>
<isActive>sample string 5</isActive>
<ownerCatCode>sample string 3</ownerCatCode>
<ownerCategoryID>1</ownerCategoryID>
<ownertypeID>2</ownertypeID>
</RefOwnerCategoryDTO>
<RefOwnerCategoryDTO>
<TimeStamp xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">QEA=</TimeStamp>
<UserOfficeId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">6</UserOfficeId>
<UserRequestId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">7</UserRequestId>
<UserRoleId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">8</UserRoleId>
<desc>sample string 4</desc>
<isActive>sample string 5</isActive>
<ownerCatCode>sample string 3</ownerCatCode>
<ownerCategoryID>1</ownerCategoryID>
<ownertypeID>2</ownertypeID>
</RefOwnerCategoryDTO>
</ArrayOfRefOwnerCategoryDTO>