POST appointment/GetAppointmentListByUserID
Request Information
URI Parameters
None.
Body Parameters
iGetAppointmentListByUserIDName | Description | Type | Additional information |
---|---|---|---|
userID | globally unique identifier |
None. |
|
serialNumberID | globally unique identifier |
None. |
|
month | integer |
None. |
|
year | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "userID": "6b86267b-0736-4dbf-95d4-d8000fa5466c", "serialNumberID": "6a4132ac-772f-4168-9d60-0f0c9aea2d3f", "month": 3, "year": 4 }
application/xml, text/xml
Sample:
<iGetAppointmentListByUserID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WNTY_DAT.Model"> <month>3</month> <serialNumberID>6a4132ac-772f-4168-9d60-0f0c9aea2d3f</serialNumberID> <userID>6b86267b-0736-4dbf-95d4-d8000fa5466c</userID> <year>4</year> </iGetAppointmentListByUserID>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
oGetAppointmentListResponseName | Description | Type | Additional information |
---|---|---|---|
Records | Collection of oGetAppointmentList |
None. |
|
StatusCode | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Records": [ { "appointmentID": "05575f35-b43f-4732-8f27-588a1f919871", "itemDetailID": "55627e16-f2b5-4ed4-bbbf-d8283280ae93", "appointmentTitle": "sample string 3", "appointmentStartDate": "sample string 4", "appointmentEndDate": "sample string 5", "appointmentName": "sample string 6", "appointmentPhone": "sample string 7", "appointmentStartTime": "sample string 8", "appointmentEndTime": "sample string 9", "appointmentTimeRange": "sample string 10", "appointmentDescription": "sample string 11", "appointmentIsAllDay": "sample string 12", "appointmentReason": "sample string 13", "appointmentStatus": "sample string 14", "appointmentCreatedDate": "sample string 15", "itemName": "sample string 16", "serialNo": "sample string 17", "warrantyStatus": "sample string 18", "userFirstName": "sample string 19", "userLastName": "sample string 20", "userCompany": "sample string 21", "isFullyBooked": true }, { "appointmentID": "05575f35-b43f-4732-8f27-588a1f919871", "itemDetailID": "55627e16-f2b5-4ed4-bbbf-d8283280ae93", "appointmentTitle": "sample string 3", "appointmentStartDate": "sample string 4", "appointmentEndDate": "sample string 5", "appointmentName": "sample string 6", "appointmentPhone": "sample string 7", "appointmentStartTime": "sample string 8", "appointmentEndTime": "sample string 9", "appointmentTimeRange": "sample string 10", "appointmentDescription": "sample string 11", "appointmentIsAllDay": "sample string 12", "appointmentReason": "sample string 13", "appointmentStatus": "sample string 14", "appointmentCreatedDate": "sample string 15", "itemName": "sample string 16", "serialNo": "sample string 17", "warrantyStatus": "sample string 18", "userFirstName": "sample string 19", "userLastName": "sample string 20", "userCompany": "sample string 21", "isFullyBooked": true } ], "StatusCode": true, "Message": "sample string 2" }
application/xml, text/xml
Sample:
<oGetAppointmentListResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WNTY_DAT.Model"> <Message>sample string 2</Message> <Records> <oGetAppointmentList> <appointmentCreatedDate>sample string 15</appointmentCreatedDate> <appointmentDescription>sample string 11</appointmentDescription> <appointmentEndDate>sample string 5</appointmentEndDate> <appointmentEndTime>sample string 9</appointmentEndTime> <appointmentID>05575f35-b43f-4732-8f27-588a1f919871</appointmentID> <appointmentIsAllDay>sample string 12</appointmentIsAllDay> <appointmentName>sample string 6</appointmentName> <appointmentPhone>sample string 7</appointmentPhone> <appointmentReason>sample string 13</appointmentReason> <appointmentStartDate>sample string 4</appointmentStartDate> <appointmentStartTime>sample string 8</appointmentStartTime> <appointmentStatus>sample string 14</appointmentStatus> <appointmentTimeRange>sample string 10</appointmentTimeRange> <appointmentTitle>sample string 3</appointmentTitle> <isFullyBooked>true</isFullyBooked> <itemDetailID>55627e16-f2b5-4ed4-bbbf-d8283280ae93</itemDetailID> <itemName>sample string 16</itemName> <serialNo>sample string 17</serialNo> <userCompany>sample string 21</userCompany> <userFirstName>sample string 19</userFirstName> <userLastName>sample string 20</userLastName> <warrantyStatus>sample string 18</warrantyStatus> </oGetAppointmentList> <oGetAppointmentList> <appointmentCreatedDate>sample string 15</appointmentCreatedDate> <appointmentDescription>sample string 11</appointmentDescription> <appointmentEndDate>sample string 5</appointmentEndDate> <appointmentEndTime>sample string 9</appointmentEndTime> <appointmentID>05575f35-b43f-4732-8f27-588a1f919871</appointmentID> <appointmentIsAllDay>sample string 12</appointmentIsAllDay> <appointmentName>sample string 6</appointmentName> <appointmentPhone>sample string 7</appointmentPhone> <appointmentReason>sample string 13</appointmentReason> <appointmentStartDate>sample string 4</appointmentStartDate> <appointmentStartTime>sample string 8</appointmentStartTime> <appointmentStatus>sample string 14</appointmentStatus> <appointmentTimeRange>sample string 10</appointmentTimeRange> <appointmentTitle>sample string 3</appointmentTitle> <isFullyBooked>true</isFullyBooked> <itemDetailID>55627e16-f2b5-4ed4-bbbf-d8283280ae93</itemDetailID> <itemName>sample string 16</itemName> <serialNo>sample string 17</serialNo> <userCompany>sample string 21</userCompany> <userFirstName>sample string 19</userFirstName> <userLastName>sample string 20</userLastName> <warrantyStatus>sample string 18</warrantyStatus> </oGetAppointmentList> </Records> <StatusCode>true</StatusCode> </oGetAppointmentListResponse>