POST api/FangXinQian/ContractNotify
Request Information
URI Parameters
None.
Body Parameters
ContractNotifyName | 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": "2025-04-04 12:33:12", "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"