POST api/v1/vg/UpdateFeeInfo
Request Information
URI Parameters
None.
Body Parameters
FeeInfoDtoName | Description | Type | Additional information |
---|---|---|---|
HISPID | string |
Required Max length: 32 |
|
OrderId | string |
Required Max length: 32 |
|
AccNo | string |
Max length: 32 |
|
ApplicationDateTime | date |
None. |
|
Site | string |
Required Max length: 16 |
|
Domain | string |
Required Max length: 16 |
|
Charge | Collection of ExamChargeDto |
Required |
|
PaymentStatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "hispid": "sample string 1", "orderId": "sample string 2", "accNo": "sample string 3", "applicationDateTime": "2025-06-21T18:42:44.9049017+08:00", "site": "sample string 4", "domain": "sample string 5", "charge": [ { "$id": "2", "chargeItemCode": "sample string 1", "chargeItemName": "sample string 2", "paymentAmount": 3.1, "paymentDateTime": "2025-06-21T18:42:44.9059004+08:00" }, { "$ref": "2" } ], "paymentStatus": 6 }
text/html
Sample:
{"$id":"1","hispid":"sample string 1","orderId":"sample string 2","accNo":"sample string 3","applicationDateTime":"2025-06-21T18:42:44.9049017+08:00","site":"sample string 4","domain":"sample string 5","charge":[{"$id":"2","chargeItemCode":"sample string 1","chargeItemName":"sample string 2","paymentAmount":3.1,"paymentDateTime":"2025-06-21T18:42:44.9059004+08:00"},{"$ref":"2"}],"paymentStatus":6}
application/xml, text/xml
Sample:
<FeeInfoDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <HISPID>sample string 1</HISPID> <OrderId>sample string 2</OrderId> <AccNo>sample string 3</AccNo> <ApplicationDateTime>2025-06-21T18:42:44.9049017+08:00</ApplicationDateTime> <Site>sample string 4</Site> <Domain>sample string 5</Domain> <Charge> <ExamChargeDto> <ChargeItemCode>sample string 1</ChargeItemCode> <ChargeItemName>sample string 2</ChargeItemName> <PaymentAmount>3.1</PaymentAmount> <PaymentDateTime>2025-06-21T18:42:44.9059004+08:00</PaymentDateTime> </ExamChargeDto> <ExamChargeDto> <ChargeItemCode>sample string 1</ChargeItemCode> <ChargeItemName>sample string 2</ChargeItemName> <PaymentAmount>3.1</PaymentAmount> <PaymentDateTime>2025-06-21T18:42:44.9059004+08:00</PaymentDateTime> </ExamChargeDto> </Charge> <PaymentStatus>6</PaymentStatus> </FeeInfoDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.