Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 263 Bytes

Pacco.Services.OrderMaker.rest

File metadata and controls

12 lines (10 loc) · 263 Bytes

@url = http://localhost:5015 @customerId = 00000000-0000-0000-0000-000000000000 @parcelId = 00000000-0000-0000-0000-000000000000

### POST {{url}}/orders Content-Type: application/json

{
"parcelId": "{{parcelId}}", "customerId": "{{customerId}}"

}