| Create Address | |
| URL | /Address/Create |
| Method | POST |
| Body |
[ |
| Response |
HTTP/1.1 400 Business rule violation. Address is Required
HTTP/1.1 200 OK
[ |
| Comments |
|
| Update Address | |
| URL | /Address |
| Method | PUT |
| Body |
{ |
| Response |
HTTP/1.1 400 Business rule violation. Address is Required
HTTP/1.1 200 OK
[ |
| Comments |
|
| Delete Address | |
| URL | /Address/{id} |
| Method | DELETE |
| Body |
|
| Response |
HTTP/1.1 400 Entity with 386 id not found
HTTP/1.1 200 OK
|
| Comments |
|
| Get Address | |
| URL | /Address/List/{customerId} |
| Method | GET |
| Body |
|
| Response |
[ |
| Comments |
|
| Get Address | |
| URL | /Address/{id} |
| Method | GET |
| Body |
|
| Response |
{ |
| Comments |
|