POST api/ms/payment/create/transferslip/bycustomer
Create PaymentMethod ByCustomer
Request Information
URI Parameters
None.
Body Parameters
m_transfer_slip_create_bycustomerName | Description | Type | Additional information |
---|---|---|---|
InvId | integer |
None. |
|
PaymentMethodId | integer |
None. |
|
Description | string |
None. |
|
TransferImg | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "InvId": 1, "PaymentMethodId": 2, "Description": "sample string 3", "TransferImg": "sample string 4" }
application/xml, text/xml
Sample:
<m_transfer_slip_create_bycustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KFA.Modules.Models.Mainsystem"> <Description>sample string 3</Description> <InvId>1</InvId> <PaymentMethodId>2</PaymentMethodId> <TransferImg>sample string 4</TransferImg> </m_transfer_slip_create_bycustomer>
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.