POST api/marketer/cusacceptquotation
Request Information
URI Parameters
None.
Body Parameters
mlacceptquotationinputName | description | Type | Additional information |
---|---|---|---|
QuotationSysID | globally unique identifier |
None. |
|
QuotationNo | string |
None. |
|
Amount | decimal number |
None. |
|
CreatedBy | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Amount": 3, "CreatedBy": "3e0c211c-0cfb-40cc-8e24-2de3922f76c3", "QuotationNo": "sample string 2", "QuotationSysID": "9f8d9721-e35f-4925-a89a-1e047c78fa6a" }
application/xml, text/xml
Sample:
<mlacceptquotationinput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <Amount>3</Amount> <CreatedBy>3e0c211c-0cfb-40cc-8e24-2de3922f76c3</CreatedBy> <QuotationNo>sample string 2</QuotationNo> <QuotationSysID>9f8d9721-e35f-4925-a89a-1e047c78fa6a</QuotationSysID> </mlacceptquotationinput>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |