POST api/VendorDispatch/MockSimulate/{entrustId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entrustId | integer |
Required |
Body Parameters
VendorMockSimulateBody| Name | Description | Type | Additional information |
|---|---|---|---|
| action | string |
None. |
|
| frontStatus | string |
None. |
|
| reportSta | string |
None. |
|
| checkMsg | string |
None. |
|
| addBf | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"action": "sample string 1",
"frontStatus": "sample string 2",
"reportSta": "sample string 3",
"checkMsg": "sample string 4",
"addBf": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}