POST api/XIGA/CreatePayment?paymentId={paymentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReponsePayment| Name | Description | Type | Additional information |
|---|---|---|---|
| type | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"type": 1,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<ReponsePayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AspNexus.NexusFE.Web.RestServices.Models"> <message>sample string 2</message> <type>1</type> </ReponsePayment>