Example details for Customer/AddChild
Syntax variant 1 (preferred REST-format): Customer/{parent}/AddChild/{child}/
Syntax variant 2 (traditional query-string): Customer//AddChild?parent={parent}&child={child}
GET, syntax 1 (preferred REST-format):
Customer/5120/AddChild/12345/
GET, syntax 2 (traditional query-string):
Customer//AddChild?parent=5120&child=12345
POST, traditional
Documentation and tests automatically generated from source-code 2025-12-06 05:04