PUT api/aeCCUREPersonnelClearancePairs/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
aeCCUREETLProcRecordName | Description | Type | Additional information |
---|---|---|---|
aeCCAuthCtrl | string |
None. |
|
aeCCProcStep | string |
None. |
|
aeCCProcStepDTM | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "aeCCAuthCtrl": "sample string 1", "aeCCProcStep": "sample string 2", "aeCCProcStepDTM": "sample string 3" }
application/xml, text/xml
Sample:
<aeCCUREETLProcRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aeDevMiddleWare1.Models"> <aeCCAuthCtrl>sample string 1</aeCCAuthCtrl> <aeCCProcStep>sample string 2</aeCCProcStep> <aeCCProcStepDTM>sample string 3</aeCCProcStepDTM> </aeCCUREETLProcRecord>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
aeCCUREETLResponseName | Description | Type | Additional information |
---|---|---|---|
aeCCAuthCtrl | string |
None. |
|
aeCCETLStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "aeCCAuthCtrl": "sample string 1", "aeCCETLStatus": 2 }
application/xml, text/xml
Sample:
<aeCCUREETLResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aeDevMiddleWare1.Models"> <aeCCAuthCtrl>sample string 1</aeCCAuthCtrl> <aeCCETLStatus>2</aeCCETLStatus> </aeCCUREETLResponse>