GET api/TrnFormGridSettingsBlank?VocType={VocType}&BranchCode={BranchCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VocType

string

Required

BranchCode

string

Required

Body Parameters

None.

Response Information

Resource Description

TrnFormGridSettingBlankApiResponse
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

Result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2",
  "Result": {}
}

text/html

Sample:
{"Status":"sample string 1","Message":"sample string 2","Result":{}}

application/xml, text/xml

Sample:
<TrnFormGridSettingBlankApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.ApplicationSettings">
  <Message>sample string 2</Message>
  <Result />
  <Status>sample string 1</Status>
</TrnFormGridSettingBlankApiResponse>