POST uat/vcc-br2s-manager-auditor-uat/api/intf/v1/iz/vcc/managerAuditor

Request Information

URI Parameters

None.

Body Parameters

ManagerAuditorParam
NameDescriptionTypeAdditional information
nric

string

None.

manager

Collection of manager

None.

auditor

Collection of auditor

None.

Request Formats

application/json, text/json

Sample:
{
  "nric": "sample string 1",
  "manager": [
    {
      "managerUen": "sample string 1"
    },
    {
      "managerUen": "sample string 1"
    }
  ],
  "auditor": [
    {
      "auditorUen": "sample string 1"
    },
    {
      "auditorUen": "sample string 1"
    }
  ]
}

application/xml, text/xml

Sample:
<ManagerAuditorParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
  <auditor>
    <auditor>
      <auditorUen>sample string 1</auditorUen>
    </auditor>
    <auditor>
      <auditorUen>sample string 1</auditorUen>
    </auditor>
  </auditor>
  <manager>
    <manager>
      <managerUen>sample string 1</managerUen>
    </manager>
    <manager>
      <managerUen>sample string 1</managerUen>
    </manager>
  </manager>
  <nric>sample string 1</nric>
</ManagerAuditorParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ManagerAuditorResult
NameDescriptionTypeAdditional information
apiKey

string

None.

auditoruenStatus

string

None.

manageruenStatus

string

None.

Response Formats

application/json, text/json

Sample:
{
  "apiKey": "sample string 1",
  "auditoruenStatus": "sample string 2",
  "manageruenStatus": "sample string 3"
}

application/xml, text/xml

Sample:
<ManagerAuditorResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
  <apiKey>sample string 1</apiKey>
  <auditoruenStatus>sample string 2</auditoruenStatus>
  <manageruenStatus>sample string 3</manageruenStatus>
</ManagerAuditorResult>