POST api/PerformaInvoice/CreateShippingMark/{cust_id}
Create Shipping Mark
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cust_id | integer |
Required |
Body Parameters
m_ShippingMark| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
|
| color | string |
Required |
|
| size | string |
Required |
|
| img | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"color": "sample string 2",
"size": "sample string 3",
"img": "sample string 4"
}
application/xml, text/xml
Sample:
<m_ShippingMark xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Planning_Department.Proforma_Invoce"> <color>sample string 2</color> <img>sample string 4</img> <name>sample string 1</name> <size>sample string 3</size> </m_ShippingMark>
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.