26 lines
626 B
HTTP
26 lines
626 B
HTTP
@api_HostAddress = http://localhost:5168
|
|
@seasonId = c69552ba-8fcf-43b4-9d4f-23b5203ea40e
|
|
@eventId = cdae537c-e5ad-4945-9557-b14ba473c80f
|
|
|
|
GET {{api_HostAddress}}/season
|
|
Accept: application/json
|
|
Content-Type: application/json
|
|
|
|
###
|
|
|
|
POST {{api_HostAddress}}/season
|
|
Accept: application/json
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"Name": "PSO 25 - 26",
|
|
"Description": "Parma Symphony Orchestra's 53rd Season",
|
|
"StartDate": "2025-08-01T00:00:00.991Z",
|
|
"EndDate": "2026-05-31T00:00:00.991Z"
|
|
}
|
|
|
|
###
|
|
|
|
PUT {{api_HostAddress}}/season?eventId={{eventId}}&seasonId={{seasonId}}
|
|
Accept: application/json
|
|
Content-Type: application/json |