POST api/SalesOrder/GetSO
Documentation for 'GetSO'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | Documentation for 'req'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PromoID": "abb9dcb0-be26-469f-b61e-11dbd4bd3727",
"CustomerID": "415174ad-ab5d-4bde-9d66-867cd153f0ba",
"IsGCoupon": true,
"IsGetDetailQtyOnly": true,
"PLU": "sample string 5"
}
application/xml, text/xml
Sample:
<GetSOReqModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PromoID>abb9dcb0-be26-469f-b61e-11dbd4bd3727</PromoID> <CustomerID>415174ad-ab5d-4bde-9d66-867cd153f0ba</CustomerID> <IsGCoupon>true</IsGCoupon> <IsGetDetailQtyOnly>true</IsGetDetailQtyOnly> <PLU>sample string 5</PLU> </GetSOReqModel>