POST https://api.legendonlineservices.co.uk/Joining/MemberBarcode

Updates member's barcode

Request Parameters

From Body Type Description
Barcode String Optional. New Barcode to assign to the member
ContactExtId Guid Optional. If supplied, must not be an empty guid.
ContactId Int32 Optional. If supplied, must not be 0.
MemberNo String Optional.




{
  "ContactExtId": "3de60326-3497-4106-968b-d8000099637e",
  "ContactId": 1,
  "MemberNo": "sample string 1",
  "Barcode": "sample string 2"
}

Response - (Status 200 - OK)

No object is returned by this request

Remarks

Either ContactId, ContactExtId or MemberNo is required in order to identify the member.
If more than one identifier parameters are supplied, one is picked in order below:
ConactId
ContactExtId
MemberNo

Bundle(s)
Joining