Example details for Customer/Add
Syntax variant 1 (preferred REST-format): Customer/Add/{email}/{password}/
Syntax variant 2 (traditional query-string): Customer/Add?email={email}&password={password}
GET, syntax 1 (preferred REST-format):
Customer/Add/somebody407999042_01@somewhere.com/MyLittleSecret/
GET, syntax 2 (traditional query-string):
Customer/Add?email=somebody407999042_02@somewhere.com&password=MyLittleSecret
POST, traditional
Documentation and tests automatically generated from source-code 2025-12-06 05:04