GET /external/api/v3/customer/getdatelastinvited
Get date last invited for single customer.
Request Information
URI Parameters
Name | Description | Type | Additional information | Nullable |
---|---|---|---|---|
EmailAddress |
Email address. |
string |
None |
False |
DataFilters |
Filter on data. |
Collection of CustomerDataFilter |
None |
False |
Body Parameters
None.
Response Information
Resource Description
Date last invited.
GetDateLastInvitedResponseName | Description | Type | Additional information | Nullable |
---|---|---|---|---|
DateLastInvited | date |
None |
True |
Response Formats
application/json, text/json
Sample:
{ "DateLastInvited": "2024-11-21T10:08:26.8475768+01:00" }
application/xml, text/xml
Sample:
<GetDateLastInvitedResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Expoints.API.Extern.V2.Responses"> <DateLastInvited>2024-11-21T10:08:26.8475768+01:00</DateLastInvited> </GetDateLastInvitedResponse>
Response Status Codes
Status Code | Name | Description |
---|---|---|
200 | OK | The request has succeeded. |
400 | Bad Request | Fulfilling the request would cause an invalid state. Request needs modification. |
401 | Unauthorized | Missing or invalid authentication token. |
403 | Forbidden | Server refuses to authorize the request. |
408 | Request Timeout | The server timed out waiting for the request. |
429 | Too Many Requests | Too many requests in a given amount of time. |
500 | Internal Server Error | The server encountered an unexpected condition which prevented it from fulfilling the request. |
503 | Service Unavailable | The server is unable to proces the request at the moment, try again later. |