POST api/document/updatefollowupdate

Request Information

URI Parameters

None.

Body Parameters

mlUpdatePaymentFollowUpDate
NamedescriptionTypeAdditional information
FollowupSysID

globally unique identifier

None.

NextFollowupDate

string

None.

CustomerCommittedAmount

decimal number

None.

Remarks

string

None.

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CreatedBy": "sample string 5",
  "CustomerCommittedAmount": 3,
  "FollowupSysID": "3105ef4d-d8d4-4700-aaa3-ce21dfb07a39",
  "NextFollowupDate": "sample string 2",
  "Remarks": "sample string 4"
}

application/xml, text/xml

Sample:
<mlUpdatePaymentFollowUpDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer">
  <CreatedBy>sample string 5</CreatedBy>
  <CustomerCommittedAmount>3</CustomerCommittedAmount>
  <FollowupSysID>3105ef4d-d8d4-4700-aaa3-ce21dfb07a39</FollowupSysID>
  <NextFollowupDate>sample string 2</NextFollowupDate>
  <Remarks>sample string 4</Remarks>
</mlUpdatePaymentFollowUpDate>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.