POST api/purchase/PayPoSettle
结算单结算
Request Information
URI Parameters
None.
Body Parameters
参数 para: {"BillCode":"结算单号","PaymentId":"支付方式Id","PaymentName":"支付方式名称","SettledAmount":"结算金额","SettleDesc":"结算描述"}
PayPoSettleParaName | Description | Type | Additional information |
---|---|---|---|
BillCode |
结算单号 |
integer |
None. |
PaymentId |
支付方式Id |
integer |
None. |
PaymentName |
支付方式名称 |
string |
None. |
SettledAmount |
支付金额 |
decimal number |
None. |
SettleDesc |
结算描述 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "BillCode": 1, "PaymentId": 2, "PaymentName": "sample string 3", "SettledAmount": 4.0, "SettleDesc": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
{"status":"success","result":"{\"PoStatus\":\"采购单状态\"}"}
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |