PUT v1/ServiceContract/Appointment
Update the existing service appointment.
Request Information
URI Parameters
None.
Body Parameters
The service appointment
ServiceAppointmentChanges| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LoanProductParcelTypeId |
0 - swap 1 - send and receive |
integer |
None. |
| SendLoanProductToCustomerDate | date |
None. |
|
| ServiceProductSwap1Date | date |
None. |
|
| ServiceDate | date |
None. |
|
| SendServicedProductToCustomerDate | date |
None. |
|
| ServiceProductSwap2Date | date |
None. |
|
| LoanProductId | integer |
None. |
|
| LoanProductReserveFromDate | date |
None. |
|
| LoanProductReserveTillDate | date |
None. |
|
| LoanProductDeliveredAtCustomerDate | date |
None. |
|
| CollectServiceProductAtCustomerDate | date |
None. |
|
| CustomerWillSendServiceProductDate | date |
None. |
|
| ExpectLoanProductDeliveredAtCustomerDate | date |
None. |
|
| Comment | string |
None. |
|
| CustomerComment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LoanProductParcelTypeId": 1,
"SendLoanProductToCustomerDate": "2026-01-11T16:13:32.4738925+01:00",
"ServiceProductSwap1Date": "2026-01-11T16:13:32.4738925+01:00",
"ServiceDate": "2026-01-11T16:13:32.4738925+01:00",
"SendServicedProductToCustomerDate": "2026-01-11T16:13:32.4738925+01:00",
"ServiceProductSwap2Date": "2026-01-11T16:13:32.4738925+01:00",
"LoanProductId": 1,
"LoanProductReserveFromDate": "2026-01-11T16:13:32.4738925+01:00",
"LoanProductReserveTillDate": "2026-01-11T16:13:32.4738925+01:00",
"LoanProductDeliveredAtCustomerDate": "2026-01-11T16:13:32.4738925+01:00",
"CollectServiceProductAtCustomerDate": "2026-01-11T16:13:32.4738925+01:00",
"CustomerWillSendServiceProductDate": "2026-01-11T16:13:32.4738925+01:00",
"ExpectLoanProductDeliveredAtCustomerDate": "2026-01-11T16:13:32.4738925+01:00",
"Comment": "sample string 2",
"CustomerComment": "sample string 3"
}
application/xml, text/xml
Sample:
<ServiceAppointmentChanges xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <LoanProductParcelTypeId>1</LoanProductParcelTypeId> <SendLoanProductToCustomerDate>2026-01-11T16:13:32.4738925+01:00</SendLoanProductToCustomerDate> <ServiceProductSwap1Date>2026-01-11T16:13:32.4738925+01:00</ServiceProductSwap1Date> <ServiceDate>2026-01-11T16:13:32.4738925+01:00</ServiceDate> <SendServicedProductToCustomerDate>2026-01-11T16:13:32.4738925+01:00</SendServicedProductToCustomerDate> <ServiceProductSwap2Date>2026-01-11T16:13:32.4738925+01:00</ServiceProductSwap2Date> <LoanProductId>1</LoanProductId> <LoanProductReserveFromDate>2026-01-11T16:13:32.4738925+01:00</LoanProductReserveFromDate> <LoanProductReserveTillDate>2026-01-11T16:13:32.4738925+01:00</LoanProductReserveTillDate> <LoanProductDeliveredAtCustomerDate>2026-01-11T16:13:32.4738925+01:00</LoanProductDeliveredAtCustomerDate> <CollectServiceProductAtCustomerDate>2026-01-11T16:13:32.4738925+01:00</CollectServiceProductAtCustomerDate> <CustomerWillSendServiceProductDate>2026-01-11T16:13:32.4738925+01:00</CustomerWillSendServiceProductDate> <ExpectLoanProductDeliveredAtCustomerDate>2026-01-11T16:13:32.4738925+01:00</ExpectLoanProductDeliveredAtCustomerDate> <Comment>sample string 2</Comment> <CustomerComment>sample string 3</CustomerComment> </ServiceAppointmentChanges>
Response Information
Resource Description
The HttpResponseMessage object
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |