POST api/FlowPay/NewFlowPay
Request Information
URI Parameters
None.
Body Parameters
FlowPayDataObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| OrderType | string |
None. |
|
| OrderTypeString | string |
None. |
|
| PurchaseId | string |
None. |
|
| Originator | string |
None. |
|
| OriginatorName | string |
None. |
|
| Amount | decimal number |
None. |
|
| CurrentRoleId | string |
None. |
|
| CurrentRoleName | string |
None. |
|
| OrderStatus | integer |
None. |
|
| OrderStatusString | string |
None. |
|
| Remark | string |
None. |
|
| CreateTime | date |
None. |
|
| CreateUser | string |
None. |
|
| SupplierName | string |
None. |
|
| OrderNo | string |
None. |
|
| Bank | string |
None. |
|
| BankAccount | string |
None. |
|
| PayType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"orderType": "sample string 2",
"orderTypeString": "sample string 3",
"purchaseId": "sample string 4",
"originator": "sample string 5",
"originatorName": "sample string 6",
"amount": 7.0,
"currentRoleId": "sample string 8",
"currentRoleName": "sample string 9",
"orderStatus": 10,
"orderStatusString": "未知状态",
"remark": "sample string 11",
"createTime": "2026-06-10T07:10:27.0019313+08:00",
"createUser": "sample string 13",
"supplierName": "sample string 14",
"orderNo": "sample string 15",
"bank": "sample string 16",
"bankAccount": "sample string 17",
"payType": "sample string 18"
}
application/xml, text/xml
Sample:
<FlowPayDataObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>sample string 1</Id> <OrderType>sample string 2</OrderType> <OrderTypeString>sample string 3</OrderTypeString> <PurchaseId>sample string 4</PurchaseId> <Originator>sample string 5</Originator> <OriginatorName>sample string 6</OriginatorName> <Amount>7</Amount> <CurrentRoleId>sample string 8</CurrentRoleId> <CurrentRoleName>sample string 9</CurrentRoleName> <OrderStatus>10</OrderStatus> <Remark>sample string 11</Remark> <CreateTime>2026-06-10T07:10:27.0019313+08:00</CreateTime> <CreateUser>sample string 13</CreateUser> <SupplierName>sample string 14</SupplierName> <OrderNo>sample string 15</OrderNo> <Bank>sample string 16</Bank> <BankAccount>sample string 17</BankAccount> <PayType>sample string 18</PayType> </FlowPayDataObject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultObject| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSucceed | boolean |
None. |
|
| Remark | string |
None. |
|
| OpTime | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSucceed": true,
"remark": "sample string 2",
"opTime": "sample string 3",
"result": {}
}
application/xml, text/xml
Sample:
<JsonResultObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsSucceed>true</IsSucceed> <Remark>sample string 2</Remark> <OpTime>sample string 3</OpTime> <Result /> </JsonResultObject>