POST Api/LU_PERMIT_REGION_MANAGER/Post

Request Information

URI Parameters

None.

Body Parameters

LU_PERMIT_REGION_MANAGER
NameDescriptionTypeAdditional information
REGION_MGR_ID

integer

None.

REGION_ID

integer

None.

FIRST_CONTACT

string

None.

FIRST_NAME

string

None.

LAST_NAME

string

None.

CONTACT_EMAIL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "REGION_MGR_ID": 1,
  "REGION_ID": 2,
  "FIRST_CONTACT": "sample string 3",
  "FIRST_NAME": "sample string 4",
  "LAST_NAME": "sample string 5",
  "CONTACT_EMAIL": "sample string 6"
}

text/xml

Sample:
<LU_PERMIT_REGION_MANAGER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF">
  <CONTACT_EMAIL>sample string 6</CONTACT_EMAIL>
  <FIRST_CONTACT>sample string 3</FIRST_CONTACT>
  <FIRST_NAME>sample string 4</FIRST_NAME>
  <LAST_NAME>sample string 5</LAST_NAME>
  <REGION_ID>2</REGION_ID>
  <REGION_MGR_ID>1</REGION_MGR_ID>
</LU_PERMIT_REGION_MANAGER>

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.