POST api/Marketer/UpdateNomineeDetails/{MarketerID}
Update the marketer nominee details
Request Information
URI Parameters
| Name | description | Type | Additional information |
|---|---|---|---|
| MarketerID | string |
Required |
Body Parameters
mlNomineeDetails| Name | description | Type | Additional information |
|---|---|---|---|
| Nominee | string |
None. |
|
| NomineeRelationship | string |
None. |
|
| NomineeDob | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Nominee": "sample string 1",
"NomineeDob": "sample string 3",
"NomineeRelationship": "sample string 2"
}
application/xml, text/xml
Sample:
<mlNomineeDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common"> <Nominee>sample string 1</Nominee> <NomineeDob>sample string 3</NomineeDob> <NomineeRelationship>sample string 2</NomineeRelationship> </mlNomineeDetails>
response Information
Resource description
true/false
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |