POST Notify/NotifyFUCRemind
Request Information
URI Parameters
None.
Body Parameters
FUCRemindNotifyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Payload | Collection of FUCRemindNotifyPayload |
None. |
|
| EventCode | string |
None. |
|
| SourceCode | string |
None. |
|
| UserCodes | Collection of NotifyUserCodes |
None. |
Request Formats
application/json, text/json
Sample:
{
"Payload": [
{
"UserType": 1,
"UserCode": "sample string 1",
"ProjectCount": 2,
"FUCId": "82e313ea-eca7-43f2-89c2-3855a30d6fbf",
"Remark": "sample string 4",
"ChangeTime": "2025-12-11T22:55:52.843411+08:00"
},
{
"UserType": 1,
"UserCode": "sample string 1",
"ProjectCount": 2,
"FUCId": "82e313ea-eca7-43f2-89c2-3855a30d6fbf",
"Remark": "sample string 4",
"ChangeTime": "2025-12-11T22:55:52.843411+08:00"
}
],
"EventCode": "sample string 1",
"SourceCode": "sample string 2",
"UserCodes": [
{
"UserType": 1,
"UserCodes": [
"sample string 1",
"sample string 2"
]
},
{
"UserType": 1,
"UserCodes": [
"sample string 1",
"sample string 2"
]
}
]
}
application/xml, text/xml
Sample:
<FUCRemindNotifyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Notify">
<EventCode>sample string 1</EventCode>
<SourceCode>sample string 2</SourceCode>
<UserCodes>
<NotifyUserCodes>
<UserCodes xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</UserCodes>
<UserType>Operator</UserType>
</NotifyUserCodes>
<NotifyUserCodes>
<UserCodes xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</UserCodes>
<UserType>Operator</UserType>
</NotifyUserCodes>
</UserCodes>
<Payload>
<FUCRemindNotifyPayload>
<ChangeTime>2025-12-11T22:55:52.843411+08:00</ChangeTime>
<FUCId>82e313ea-eca7-43f2-89c2-3855a30d6fbf</FUCId>
<ProjectCount>2</ProjectCount>
<Remark>sample string 4</Remark>
<UserCode>sample string 1</UserCode>
<UserType>Operator</UserType>
</FUCRemindNotifyPayload>
<FUCRemindNotifyPayload>
<ChangeTime>2025-12-11T22:55:52.843411+08:00</ChangeTime>
<FUCId>82e313ea-eca7-43f2-89c2-3855a30d6fbf</FUCId>
<ProjectCount>2</ProjectCount>
<Remark>sample string 4</Remark>
<UserCode>sample string 1</UserCode>
<UserType>Operator</UserType>
</FUCRemindNotifyPayload>
</Payload>
</FUCRemindNotifyRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": "sample string 3"
}
application/xml, text/xml
Sample:
<RemoteResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model"> <Errors>sample string 2</Errors> <Result>sample string 3</Result> <Success>true</Success> <UnAuthorizedRequest>true</UnAuthorizedRequest> </RemoteResponseOfstring>