Loyalty ProcessingService

<back to all web services

WebAddContactInfo

The following routes are available for this service:
POST/AddContactInfo

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/oneway/WebAddContactInfo HTTP/1.1 
Host: processing-mdgroup.bpmonline.com 
Content-Type: text/jsv
Content-Length: length

{
	Name: String,
	Gender: 0,
	MaritalStatus: String,
	UseSMS: False,
	UseEmail: False,
	Email: String,
	MobileNumber: String,
	ContactPassword: String,
	WeddingDate: 0001-01-01,
	MeetingDate: 0001-01-01,
	Registrated: 0001-01-01,
	Birthdate: 0001-01-01,
	ContactAddress: 
	[
		{
			Index: String,
			Country: String,
			Region: String,
			City: String,
			Address: String,
			Primary: False,
			Type: String
		}
	],
	BusinessNet: String
}