POST api/marketer/acceptquotation
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": "a56bd763-9333-4330-8882-1fc1bcd8eded", "QuotationNo": "sample string 2", "QuotationSysID": "3c12f0a0-9f60-4947-8358-55bf12924011" }
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>a56bd763-9333-4330-8882-1fc1bcd8eded</CreatedBy> <QuotationNo>sample string 2</QuotationNo> <QuotationSysID>3c12f0a0-9f60-4947-8358-55bf12924011</QuotationSysID> </mlacceptquotationinput>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |