POST PSS/UpdatePSSLog

PSS/UpdatePSSLog

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
RequestId

None.

FieldsEdited

None.

ValueBeforeEdit

None.

ValueAfterEdit

None.

Request Formats

application/json, text/json

Sample:
{
  "RequestId": 1,
  "FieldsEdited": "sample string 2",
  "ValueBeforeEdit": "sample string 3",
  "ValueAfterEdit": "sample string 4"
}

application/xml, text/xml

Sample:
<ApsisPssLogDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkillPortal.Data.Models">
  <FieldsEdited>sample string 2</FieldsEdited>
  <RequestId>1</RequestId>
  <ValueAfterEdit>sample string 4</ValueAfterEdit>
  <ValueBeforeEdit>sample string 3</ValueBeforeEdit>
</ApsisPssLogDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.