s1 API Host

<back to all web services

UpdateMembershipCardRequest

The following routes are available for this service:
PUT,OPTIONS/api/consumer/membershipcardUpdate an exsisting membership card

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/reply/UpdateMembershipCardRequest HTTP/1.1 
Host: api-beta.ghs-automotive.nl 
Content-Type: text/jsv
Content-Length: length

{
	cardId: String,
	previousCardId: String,
	storeId: String,
	cardType: String,
	firstName: String,
	lastName: String,
	gender: String,
	address: String,
	zipCode: String,
	city: String,
	country: String,
	telephone: String,
	email: String,
	password: String,
	birthday: String,
	status: String,
	credits: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	cardId: String,
	previousCardId: String,
	storeId: String,
	cardType: String,
	firstName: String,
	lastName: String,
	gender: String,
	address: String,
	zipCode: String,
	city: String,
	country: String,
	telephone: String,
	email: String,
	password: String,
	birthday: String,
	status: String,
	credits: 0
}