POST api/Paymentpict
Request Information
URI Parameters
None.
Body Parameters
paymentpicts| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentnumber | string |
None. |
|
| sig1 | string |
None. |
|
| sig2 | string |
None. |
|
| branch | string |
None. |
|
| direction | integer |
None. |
|
| pnames | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"paymentnumber": "sample string 1",
"sig1": "sample string 2",
"sig2": "sample string 3",
"branch": "sample string 4",
"direction": 5,
"pnames": "sample string 6"
}
application/xml, text/xml
Sample:
<paymentpicts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPIDEMO"> <branch>sample string 4</branch> <direction>5</direction> <paymentnumber>sample string 1</paymentnumber> <pnames>sample string 6</pnames> <sig1>sample string 2</sig1> <sig2>sample string 3</sig2> </paymentpicts>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | 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. |