POST api/SalesDetail/SendInvoiceMail?strOrderNo={strOrderNo}&strMemberId={strMemberId}&decTotalAmount={decTotalAmount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strOrderNo | string |
Required |
|
| strMemberId | integer |
Required |
|
| decTotalAmount | decimal number |
Required |
Body Parameters
Collection of clientSalesOrderItems| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| Price | decimal number |
None. |
|
| ProductId | integer |
None. |
|
| Qty | decimal number |
None. |
|
| DiscountDetailsId | integer |
None. |
|
| TaxDetailsId | integer |
None. |
|
| CouponId | integer |
None. |
|
| ImageURL | string |
None. |
|
| Discount | decimal number |
None. |
|
| Tax | decimal number |
None. |
|
| CopounCode | string |
None. |
|
| CopounPercentage | decimal number |
None. |
|
| CopounAmount | decimal number |
None. |
|
| VarianceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Title": "sample string 1",
"Price": 2.0,
"ProductId": 3,
"Qty": 4.0,
"DiscountDetailsId": 5,
"TaxDetailsId": 6,
"CouponId": 7,
"ImageURL": "sample string 8",
"Discount": 9.0,
"Tax": 10.0,
"CopounCode": "sample string 11",
"CopounPercentage": 12.0,
"CopounAmount": 13.0,
"VarianceId": 14
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.