POST api/MGDReport/InsertMYReferralCreditCustomerFollowUp

Request Information

URI Parameters

None.

Body Parameters

CreditFollowup
NameDescriptionTypeAdditional information
GlobalCustomerId

string

None.

PhoneNumber

string

None.

Date

string

None.

Remark

string

None.

RemarkId

integer

None.

Comment

string

None.

FollowUpBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "GlobalCustomerId": "sample string 1",
  "PhoneNumber": "sample string 2",
  "Date": "sample string 3",
  "Remark": "sample string 4",
  "RemarkId": 5,
  "Comment": "sample string 6",
  "FollowUpBy": "sample string 7"
}

application/xml, text/xml

Sample:
<CreditFollowup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
  <Comment>sample string 6</Comment>
  <Date>sample string 3</Date>
  <FollowUpBy>sample string 7</FollowUpBy>
  <GlobalCustomerId>sample string 1</GlobalCustomerId>
  <PhoneNumber>sample string 2</PhoneNumber>
  <Remark>sample string 4</Remark>
  <RemarkId>5</RemarkId>
</CreditFollowup>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CreditFollowup'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>