POST api/Master/GetProfileSBULink
Request Information
URI Parameters
None.
Body Parameters
ProfileSBULink| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileID | string |
None. |
|
| ProfileName | string |
None. |
|
| DepartmentID | string |
None. |
|
| DepartmentName | string |
None. |
|
| CustomField1 | string |
None. |
|
| CustomField2 | string |
None. |
|
| CustomField3 | string |
None. |
|
| Active | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProfileID": "sample string 1",
"ProfileName": "sample string 2",
"DepartmentID": "sample string 3",
"DepartmentName": "sample string 4",
"CustomField1": "sample string 5",
"CustomField2": "sample string 6",
"CustomField3": "sample string 7",
"Active": "sample string 8"
}
application/xml, text/xml
Sample:
<ProfileSBULink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Model"> <Active>sample string 8</Active> <CustomField1>sample string 5</CustomField1> <CustomField2>sample string 6</CustomField2> <CustomField3>sample string 7</CustomField3> <DepartmentID>sample string 3</DepartmentID> <DepartmentName>sample string 4</DepartmentName> <ProfileID>sample string 1</ProfileID> <ProfileName>sample string 2</ProfileName> </ProfileSBULink>
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. |