curl --location '/http/api/create-appointment' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"Plant": "3011",
"Equipment": "000000000300001234",
"Bp": "0010000001",
"Description": "Annual Service",
"SalesOffice": "W311",
"SalesGroup": "028",
"Notes": "10 K Service.",
"I_StartDate": "20260601",
"I_StartTime": "090000",
"I_EndDate": "20260601",
"I_EndTime": "110000",
"I_EmplResp": "0010000050"
}'{
"E_AppntNo": "0000000123",
"Return": [
{
"Type": "S",
"Message": "0000000123 Appointment Created Successfully"
}
]
}