POST api/apxapi/CustomerReferralProgram_AddReferredMobileNumber

Request Information

URI Parameters

None.

Body Parameters

CustomerReferralProgramInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

CustomerMobileNo

string

None.

ReferredMobileNo

string

None.

ReferredCustomerName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "CustomerMobileNo": "sample string 4",
  "ReferredMobileNo": "sample string 5",
  "ReferredCustomerName": "sample string 6"
}

application/xml, text/xml

Sample:
<CustomerReferralProgramInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <CustomerMobileNo>sample string 4</CustomerMobileNo>
  <DBName>sample string 1</DBName>
  <ReferredCustomerName>sample string 6</ReferredCustomerName>
  <ReferredMobileNo>sample string 5</ReferredMobileNo>
  <UserInternalCode>sample string 3</UserInternalCode>
</CustomerReferralProgramInputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.