POST api/FangXinQian/ContractNotify
Request Information
URI Parameters
None.
Body Parameters
ContractNotify| Name | Description | Type | Additional information |
|---|---|---|---|
| NotifyType | FangXinQianNotifyType |
None. |
|
| NotifyNo | string |
None. |
|
| Signers | Signers |
None. |
|
| RefusedTime | date |
None. |
|
| TaskNo | string |
None. |
|
| RefusedReason | string |
None. |
|
| TaskStatus | FangXinQianTaskStatus |
None. |
Request Formats
application/json, text/json
Sample:
{
"notifyType": 1,
"notifyNo": "sample string 1",
"signers": {
"unionId": "sample string 1",
"signStatus": 1
},
"refusedTime": "2026-04-18 20:42:49",
"taskNo": "sample string 3",
"refusedReason": "sample string 4",
"taskStatus": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"