POST api/purchase/payments
Request Information
URI Parameters
None.
Body Parameters
m_purchase_payment| Name | Description | Type | Additional information |
|---|---|---|---|
| pay_name | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"pay_name": "sample string 1"
}
application/xml, text/xml
Sample:
<m_purchase_payment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.Purchase"> <pay_name>sample string 1</pay_name> </m_purchase_payment>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.