POST api/Nymcard/ChangeChildStatus?PlatformUserID={PlatformUserID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PlatformUserID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

OperationStatusOfWebHookMain
NameDescriptionTypeAdditional information
Result

WebHookMain

None.

HasNoData

boolean

None.

ErrorMsg

string

None.

Succeeded

boolean

None.

AlreadyExists

boolean

None.

NotFound

boolean

None.

Error

Exception

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": {
    "ID": "aaf6ed8b-f26a-49b5-8f28-6ae57520f949",
    "event": "sample string 2",
    "user_id": "d3bd1909-7209-49e9-95b3-cd78c9765547",
    "applicant_id": "eb2091fc-c77d-42e3-8c95-bd2babd3691f",
    "sdk_token": "sample string 3",
    "status": "sample string 4",
    "status_reason_code": "sample string 5",
    "createddatetime": "2024-07-12T10:08:59.2397338+00:00",
    "IsExpired": true
  },
  "HasNoData": true,
  "ErrorMsg": "sample string 2",
  "Succeeded": true,
  "AlreadyExists": true,
  "NotFound": true,
  "Error": {
    "ClassName": "System.Exception",
    "Message": null,
    "Data": null,
    "InnerException": null,
    "HelpURL": "sample string 1",
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": 3,
    "Source": "sample string 2",
    "WatsonBuckets": null
  }
}

application/xml, text/xml

Sample:
<OperationStatusOfWebHookMainvwsnpuT3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bankiom.DataLayer.Common">
  <AlreadyExists>true</AlreadyExists>
  <Error xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <ClassName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">System.Exception</ClassName>
    <Message i:nil="true" xmlns="" />
    <Data i:nil="true" xmlns="" />
    <InnerException i:nil="true" xmlns="" />
    <HelpURL xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</HelpURL>
    <StackTraceString i:nil="true" xmlns="" />
    <RemoteStackTraceString i:nil="true" xmlns="" />
    <RemoteStackIndex xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">0</RemoteStackIndex>
    <ExceptionMethod i:nil="true" xmlns="" />
    <HResult xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:int" xmlns="">3</HResult>
    <Source xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Source>
    <WatsonBuckets i:nil="true" xmlns="" />
  </Error>
  <ErrorMsg>sample string 2</ErrorMsg>
  <HasNoData>true</HasNoData>
  <NotFound>true</NotFound>
  <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Bankiom.DataLayer.EF">
    <d2p1:ID>aaf6ed8b-f26a-49b5-8f28-6ae57520f949</d2p1:ID>
    <d2p1:IsExpired>true</d2p1:IsExpired>
    <d2p1:applicant_id>eb2091fc-c77d-42e3-8c95-bd2babd3691f</d2p1:applicant_id>
    <d2p1:createddatetime>2024-07-12T10:08:59.2397338+00:00</d2p1:createddatetime>
    <d2p1:event>sample string 2</d2p1:event>
    <d2p1:sdk_token>sample string 3</d2p1:sdk_token>
    <d2p1:status>sample string 4</d2p1:status>
    <d2p1:status_reason_code>sample string 5</d2p1:status_reason_code>
    <d2p1:user_id>d3bd1909-7209-49e9-95b3-cd78c9765547</d2p1:user_id>
  </Result>
  <Succeeded>true</Succeeded>
</OperationStatusOfWebHookMainvwsnpuT3>