POST api/Master/PostAgencyBLAccess

Request Information

URI Parameters

None.

Body Parameters

AgencyBLAccessInputs
NameDescriptionTypeAdditional information
AG_ID

integer

None.

AG_GL_ID

integer

None.

AG_CP_ID

integer

None.

AG_CREATED_BY

integer

None.

AG_NOTES

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AG_ID": 1,
  "AG_GL_ID": 1,
  "AG_CP_ID": 1,
  "AG_CREATED_BY": 1,
  "AG_NOTES": "sample string 1"
}

application/xml, text/xml

Sample:
<AgencyBLAccessInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <AG_CP_ID>1</AG_CP_ID>
  <AG_CREATED_BY>1</AG_CREATED_BY>
  <AG_GL_ID>1</AG_GL_ID>
  <AG_ID>1</AG_ID>
  <AG_NOTES>sample string 1</AG_NOTES>
</AgencyBLAccessInputs>

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.