POST api/Nymcard/ChangeChildStatus?PlatformUserID={PlatformUserID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PlatformUserID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
OperationStatusOfWebHookMainName | Description | Type | Additional 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": "f6564da1-c59c-4c7a-9868-357c6eb65400", "event": "sample string 2", "user_id": "268e0e6e-f8de-4af5-9cdf-8bc3eedfc670", "applicant_id": "6a48098e-ebd3-4fe4-b8ef-b4cf281cf0b1", "sdk_token": "sample string 3", "status": "sample string 4", "status_reason_code": "sample string 5", "createddatetime": "2023-09-22T11:09:09.4435082+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>f6564da1-c59c-4c7a-9868-357c6eb65400</d2p1:ID> <d2p1:IsExpired>true</d2p1:IsExpired> <d2p1:applicant_id>6a48098e-ebd3-4fe4-b8ef-b4cf281cf0b1</d2p1:applicant_id> <d2p1:createddatetime>2023-09-22T11:09:09.4435082+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>268e0e6e-f8de-4af5-9cdf-8bc3eedfc670</d2p1:user_id> </Result> <Succeeded>true</Succeeded> </OperationStatusOfWebHookMainvwsnpuT3>