PUT api/Appointment?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | string |
None. |
Body Parameters
Appointment| Name | Description | Type | Additional information |
|---|---|---|---|
| appointmentAssociateNo | integer |
None. |
|
| appointmentNo | integer |
None. |
|
| associateNo | integer |
None. |
|
| fromDate | date |
None. |
|
| toDate | date |
None. |
|
| fromTime | integer |
None. |
|
| toTime | integer |
None. |
|
| employeeNo | integer |
None. |
|
| productNo | string |
None. |
|
| description | string |
None. |
|
| incurred | decimal number |
None. |
|
| quantity | decimal number |
None. |
|
| priceDomestic | decimal number |
None. |
|
| finished | integer |
None. |
|
| appointmentStatus | integer |
None. |
|
| externalId | string |
None. |
|
| memoFileName | string |
None. |
|
| payrollSort | string |
None. |
|
| unit | integer |
None. |
|
| orgUnit1 | integer |
None. |
|
| orgUnit2 | integer |
None. |
|
| orgUnit3 | integer |
None. |
|
| customerNo | integer |
None. |
|
| orderNo | integer |
None. |
|
| customerName | string |
None. |
|
| date1 | date |
None. |
|
| date2 | date |
None. |
|
| text1 | string |
None. |
|
| createdDateTime | date |
None. |
|
| createdByUser | string |
None. |
|
| changedDateTime | date |
None. |
|
| changedByUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"appointmentAssociateNo": 1,
"appointmentNo": 1,
"associateNo": 1,
"fromDate": "2025-11-29T15:07:57.4647296+01:00",
"toDate": "2025-11-29T15:07:57.4647296+01:00",
"fromTime": 1,
"toTime": 1,
"employeeNo": 1,
"productNo": "sample string 1",
"description": "sample string 2",
"incurred": 1.0,
"quantity": 1.0,
"priceDomestic": 1.0,
"finished": 1,
"appointmentStatus": 1,
"externalId": "sample string 3",
"memoFileName": "sample string 4",
"payrollSort": "sample string 5",
"unit": 1,
"orgUnit1": 1,
"orgUnit2": 1,
"orgUnit3": 1,
"customerNo": 1,
"orderNo": 1,
"customerName": "sample string 6",
"date1": "2025-11-29T15:07:57.4647296+01:00",
"date2": "2025-11-29T15:07:57.4647296+01:00",
"text1": "sample string 7",
"createdDateTime": "2025-11-29T15:07:57.4647296+01:00",
"createdByUser": "sample string 9",
"changedDateTime": "2025-11-29T15:07:57.4647296+01:00",
"changedByUser": "sample string 11"
}
application/xml, text/xml
Sample:
<Appointment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <appointmentAssociateNo>1</appointmentAssociateNo> <appointmentNo>1</appointmentNo> <associateNo>1</associateNo> <fromDate>2025-11-29T15:07:57.4647296+01:00</fromDate> <toDate>2025-11-29T15:07:57.4647296+01:00</toDate> <fromTime>1</fromTime> <toTime>1</toTime> <employeeNo>1</employeeNo> <productNo>sample string 1</productNo> <description>sample string 2</description> <incurred>1</incurred> <quantity>1</quantity> <priceDomestic>1</priceDomestic> <finished>1</finished> <appointmentStatus>1</appointmentStatus> <externalId>sample string 3</externalId> <memoFileName>sample string 4</memoFileName> <payrollSort>sample string 5</payrollSort> <unit>1</unit> <orgUnit1>1</orgUnit1> <orgUnit2>1</orgUnit2> <orgUnit3>1</orgUnit3> <customerNo>1</customerNo> <orderNo>1</orderNo> <customerName>sample string 6</customerName> <date1>2025-11-29T15:07:57.4647296+01:00</date1> <date2>2025-11-29T15:07:57.4647296+01:00</date2> <text1>sample string 7</text1> <createdDateTime>2025-11-29T15:07:57.4647296+01:00</createdDateTime> <createdByUser>sample string 9</createdByUser> <changedDateTime>2025-11-29T15:07:57.4647296+01:00</changedDateTime> <changedByUser>sample string 11</changedByUser> </Appointment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Appointment| Name | Description | Type | Additional information |
|---|---|---|---|
| appointmentAssociateNo | integer |
None. |
|
| appointmentNo | integer |
None. |
|
| associateNo | integer |
None. |
|
| fromDate | date |
None. |
|
| toDate | date |
None. |
|
| fromTime | integer |
None. |
|
| toTime | integer |
None. |
|
| employeeNo | integer |
None. |
|
| productNo | string |
None. |
|
| description | string |
None. |
|
| incurred | decimal number |
None. |
|
| quantity | decimal number |
None. |
|
| priceDomestic | decimal number |
None. |
|
| finished | integer |
None. |
|
| appointmentStatus | integer |
None. |
|
| externalId | string |
None. |
|
| memoFileName | string |
None. |
|
| payrollSort | string |
None. |
|
| unit | integer |
None. |
|
| orgUnit1 | integer |
None. |
|
| orgUnit2 | integer |
None. |
|
| orgUnit3 | integer |
None. |
|
| customerNo | integer |
None. |
|
| orderNo | integer |
None. |
|
| customerName | string |
None. |
|
| date1 | date |
None. |
|
| date2 | date |
None. |
|
| text1 | string |
None. |
|
| createdDateTime | date |
None. |
|
| createdByUser | string |
None. |
|
| changedDateTime | date |
None. |
|
| changedByUser | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"appointmentAssociateNo": 1,
"appointmentNo": 1,
"associateNo": 1,
"fromDate": "2025-11-29T15:07:57.4767378+01:00",
"toDate": "2025-11-29T15:07:57.4767378+01:00",
"fromTime": 1,
"toTime": 1,
"employeeNo": 1,
"productNo": "sample string 1",
"description": "sample string 2",
"incurred": 1.0,
"quantity": 1.0,
"priceDomestic": 1.0,
"finished": 1,
"appointmentStatus": 1,
"externalId": "sample string 3",
"memoFileName": "sample string 4",
"payrollSort": "sample string 5",
"unit": 1,
"orgUnit1": 1,
"orgUnit2": 1,
"orgUnit3": 1,
"customerNo": 1,
"orderNo": 1,
"customerName": "sample string 6",
"date1": "2025-11-29T15:07:57.4767378+01:00",
"date2": "2025-11-29T15:07:57.4767378+01:00",
"text1": "sample string 7",
"createdDateTime": "2025-11-29T15:07:57.4767378+01:00",
"createdByUser": "sample string 9",
"changedDateTime": "2025-11-29T15:07:57.4767378+01:00",
"changedByUser": "sample string 11"
}
application/xml, text/xml
Sample:
<Appointment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <appointmentAssociateNo>1</appointmentAssociateNo> <appointmentNo>1</appointmentNo> <associateNo>1</associateNo> <fromDate>2025-11-29T15:07:57.4767378+01:00</fromDate> <toDate>2025-11-29T15:07:57.4767378+01:00</toDate> <fromTime>1</fromTime> <toTime>1</toTime> <employeeNo>1</employeeNo> <productNo>sample string 1</productNo> <description>sample string 2</description> <incurred>1</incurred> <quantity>1</quantity> <priceDomestic>1</priceDomestic> <finished>1</finished> <appointmentStatus>1</appointmentStatus> <externalId>sample string 3</externalId> <memoFileName>sample string 4</memoFileName> <payrollSort>sample string 5</payrollSort> <unit>1</unit> <orgUnit1>1</orgUnit1> <orgUnit2>1</orgUnit2> <orgUnit3>1</orgUnit3> <customerNo>1</customerNo> <orderNo>1</orderNo> <customerName>sample string 6</customerName> <date1>2025-11-29T15:07:57.4767378+01:00</date1> <date2>2025-11-29T15:07:57.4767378+01:00</date2> <text1>sample string 7</text1> <createdDateTime>2025-11-29T15:07:57.4767378+01:00</createdDateTime> <createdByUser>sample string 9</createdByUser> <changedDateTime>2025-11-29T15:07:57.4767378+01:00</changedDateTime> <changedByUser>sample string 11</changedByUser> </Appointment>