POST api/PayeesDetail
Request Information
URI Parameters
None.
Body Parameters
pt10paid| Name | Description | Type | Additional information |
|---|---|---|---|
| pt10serial | string |
None. |
|
| psid | string |
None. |
|
| cnic | string |
None. |
|
| Payeename | string |
None. |
|
| mobile | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pt10serial": "sample string 1",
"psid": "sample string 2",
"cnic": "sample string 3",
"Payeename": "sample string 4",
"mobile": "sample string 5"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.