POST api/refownercategory/viewbyid

Request Information

URI Parameters

None.

Body Parameters

RefOwnerCategoryDTO
NameDescriptionTypeAdditional 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.

Request 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="
}

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="}

application/xml, text/xml

Sample:
<RefOwnerCategoryDTO 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">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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RefOwnerCategoryDTO
NameDescriptionTypeAdditional 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="
}

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="}

application/xml, text/xml

Sample:
<RefOwnerCategoryDTO 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">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>