POST api/Access/GetProgramAccess
Request Information
URI Parameters
None.
Body Parameters
ProcessAccess| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | integer |
None. |
|
| COMPANY | integer |
None. |
|
| COMP_CODE | integer |
None. |
|
| PG_ID | integer |
None. |
|
| PROGRAM_ID | string |
None. |
|
| TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": 1,
"COMPANY": 1,
"COMP_CODE": 1,
"PG_ID": 1,
"PROGRAM_ID": "sample string 1",
"TYPE": "sample string 2"
}
application/xml, text/xml
Sample:
<ProcessAccess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <COMPANY>1</COMPANY> <COMP_CODE>1</COMP_CODE> <PG_ID>1</PG_ID> <PROGRAM_ID>sample string 1</PROGRAM_ID> <TYPE>sample string 2</TYPE> <USER_ID>1</USER_ID> </ProcessAccess>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |