Tenant Server V1

<back to all web services

post_tenant_notificationDetail

The following routes are available for this service:
All Verbs/post_tenant_notificationDetail
post_tenant_notificationDetail Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
idnumberquerystringNo
post_tenant_notificationDetailResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo
infoformpost_notifications2No
post_notifications2 Parameters:
NameParameterData TypeRequiredDescription
idnumberformlongNo
messageformstringNo
full_messageformstringNo
idciaformstringNo
aliasformstringNo
creadateformDateTimeNo
sendtoformstringNo
creabyformstringNo
fileynformboolNo
importantynformboolNo
listformList<post_notifications2_list>No
filesformList<post_notifications2_files>No
post_notifications2_list Parameters:
NameParameterData TypeRequiredDescription
idnumberformlongNo
idpost_notifications2formlongNo
sendtoformstringNo
idtenant1formlongNo
read_ynformboolNo
read_dateformDateTimeNo
read_byformstringNo
tenantNameformstringNo
post_notifications2_files Parameters:
NameParameterData TypeRequiredDescription
idnumberformintNo
idpost_notifications2formintNo
filenameformstringNo
filesizeformintNo
filetypeformstringNo
fileurlformstringNo
creadateformstringNo
creabyformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/post_tenant_notificationDetail HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: application/xml
Content-Length: length

<post_tenant_notificationDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TenantSDK.post.admin.storage">
  <email>String</email>
  <idnumber>String</idnumber>
  <token>String</token>
  <tokensecret>String</tokensecret>
</post_tenant_notificationDetail>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<post_tenant_notificationDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TenantSDK.post.admin.storage">
  <info xmlns:d2p1="http://schemas.datacontract.org/2004/07/TenantSDK.post">
    <d2p1:alias>String</d2p1:alias>
    <d2p1:creaby>String</d2p1:creaby>
    <d2p1:creadate>0001-01-01T00:00:00</d2p1:creadate>
    <d2p1:files>
      <d2p1:post_notifications2_files>
        <d2p1:creaby>String</d2p1:creaby>
        <d2p1:creadate>String</d2p1:creadate>
        <d2p1:filename>String</d2p1:filename>
        <d2p1:filesize>0</d2p1:filesize>
        <d2p1:filetype>String</d2p1:filetype>
        <d2p1:fileurl>String</d2p1:fileurl>
        <d2p1:idnumber>0</d2p1:idnumber>
        <d2p1:idpost_notifications2>0</d2p1:idpost_notifications2>
      </d2p1:post_notifications2_files>
    </d2p1:files>
    <d2p1:fileyn>false</d2p1:fileyn>
    <d2p1:full_message>String</d2p1:full_message>
    <d2p1:idcia>String</d2p1:idcia>
    <d2p1:idnumber>0</d2p1:idnumber>
    <d2p1:importantyn>false</d2p1:importantyn>
    <d2p1:list>
      <d2p1:post_notifications2_list>
        <d2p1:idnumber>0</d2p1:idnumber>
        <d2p1:idpost_notifications2>0</d2p1:idpost_notifications2>
        <d2p1:idtenant1>0</d2p1:idtenant1>
        <d2p1:read_by>String</d2p1:read_by>
        <d2p1:read_date>0001-01-01T00:00:00</d2p1:read_date>
        <d2p1:read_yn>false</d2p1:read_yn>
        <d2p1:sendto>String</d2p1:sendto>
        <d2p1:tenantName>String</d2p1:tenantName>
      </d2p1:post_notifications2_list>
    </d2p1:list>
    <d2p1:message>String</d2p1:message>
    <d2p1:sendto>String</d2p1:sendto>
  </info>
  <message>String</message>
  <result>0</result>
</post_tenant_notificationDetailResponse>