POST api/Master/AddUpdateUserLkpFieldMapUnMap
Request Information
URI Parameters
None.
Body Parameters
MasLookupBAL| Name | Description | Type | Additional information |
|---|---|---|---|
| LookupID | integer |
None. |
|
| LookupType | string |
None. |
|
| LookupValue | string |
None. |
|
| BigLookupID | integer |
None. |
|
| BoxValue | integer |
None. |
|
| BoxLable | string |
None. |
|
| bgColor | string |
None. |
|
| Icon | string |
None. |
|
| IsSelected | boolean |
None. |
|
| FieldName | string |
None. |
|
| DBFieldName | string |
None. |
|
| IsMap | boolean |
None. |
|
| UserLKPFieldMappingID | integer |
None. |
|
| ClientID | integer |
None. |
|
| UserID | integer |
None. |
|
| FieldValues | string |
None. |
|
| MapStatus | integer |
None. |
|
| CreatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LookupID": 1,
"LookupType": "sample string 2",
"LookupValue": "sample string 3",
"BigLookupID": 4,
"BoxValue": 5,
"BoxLable": "sample string 6",
"bgColor": "sample string 7",
"Icon": "sample string 8",
"IsSelected": true,
"FieldName": "sample string 10",
"DBFieldName": "sample string 11",
"IsMap": true,
"UserLKPFieldMappingID": 13,
"ClientID": 14,
"UserID": 15,
"FieldValues": "sample string 16",
"MapStatus": 17,
"CreatedBy": 18
}
application/xml, text/xml
Sample:
<MasLookupBAL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eAssessment.Repository.Models"> <BigLookupID>4</BigLookupID> <BoxLable>sample string 6</BoxLable> <BoxValue>5</BoxValue> <ClientID>14</ClientID> <CreatedBy>18</CreatedBy> <DBFieldName>sample string 11</DBFieldName> <FieldName>sample string 10</FieldName> <FieldValues>sample string 16</FieldValues> <Icon>sample string 8</Icon> <IsMap>true</IsMap> <IsSelected>true</IsSelected> <LookupID>1</LookupID> <LookupType>sample string 2</LookupType> <LookupValue>sample string 3</LookupValue> <MapStatus>17</MapStatus> <UserID>15</UserID> <UserLKPFieldMappingID>13</UserLKPFieldMappingID> <bgColor>sample string 7</bgColor> </MasLookupBAL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.