GET api/USLY/ViewDoc/{GrantID}/{accessViewCode}/{Assign}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
GrantID

string

None.

accessViewCode

string

None.

Assign

string

None.

Body Parameters

ViewDocBindingModel
NameDescriptionTypeAdditional information
GrantID

integer

None.

accessViewCode

integer

None.

Assign

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "GrantID": 1,
  "accessViewCode": 2,
  "Assign": true
}

application/xml, text/xml

Sample:
<ViewDocBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UslyEng.Models">
  <Assign>true</Assign>
  <GrantID>1</GrantID>
  <accessViewCode>2</accessViewCode>
</ViewDocBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.