GET api/getnotice?custid={custid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
custid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of NoticeMst
NameDescriptionTypeAdditional information
ID

integer

None.

Notice

string

None.

CustId

integer

None.

Status

integer

None.

Createdon

date

None.

Checkedon

date

None.

CreatedBy

integer

None.

NoticeType

string

None.

RefDocNo

string

None.

TrasfrToApp

boolean

None.

RefDocType

string

None.

IsFCM

boolean

None.

FcmStatus

string

None.

PostOnFCM

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Notice": "sample string 2",
    "CustId": 1,
    "Status": 3,
    "Createdon": "2026-03-17T18:56:39.2908423+05:30",
    "Checkedon": "2026-03-17T18:56:39.2908423+05:30",
    "CreatedBy": 1,
    "NoticeType": "sample string 4",
    "RefDocNo": "sample string 5",
    "TrasfrToApp": true,
    "RefDocType": "sample string 6",
    "IsFCM": true,
    "FcmStatus": "sample string 7",
    "PostOnFCM": "2026-03-17T18:56:39.2908423+05:30"
  },
  {
    "ID": 1,
    "Notice": "sample string 2",
    "CustId": 1,
    "Status": 3,
    "Createdon": "2026-03-17T18:56:39.2908423+05:30",
    "Checkedon": "2026-03-17T18:56:39.2908423+05:30",
    "CreatedBy": 1,
    "NoticeType": "sample string 4",
    "RefDocNo": "sample string 5",
    "TrasfrToApp": true,
    "RefDocType": "sample string 6",
    "IsFCM": true,
    "FcmStatus": "sample string 7",
    "PostOnFCM": "2026-03-17T18:56:39.2908423+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNoticeMst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatcapClasses.DBModel">
  <NoticeMst>
    <Checkedon>2026-03-17T18:56:39.2908423+05:30</Checkedon>
    <CreatedBy>1</CreatedBy>
    <Createdon>2026-03-17T18:56:39.2908423+05:30</Createdon>
    <CustId>1</CustId>
    <FcmStatus>sample string 7</FcmStatus>
    <ID>1</ID>
    <IsFCM>true</IsFCM>
    <Notice>sample string 2</Notice>
    <NoticeType>sample string 4</NoticeType>
    <PostOnFCM>2026-03-17T18:56:39.2908423+05:30</PostOnFCM>
    <RefDocNo>sample string 5</RefDocNo>
    <RefDocType>sample string 6</RefDocType>
    <Status>3</Status>
    <TrasfrToApp>true</TrasfrToApp>
  </NoticeMst>
  <NoticeMst>
    <Checkedon>2026-03-17T18:56:39.2908423+05:30</Checkedon>
    <CreatedBy>1</CreatedBy>
    <Createdon>2026-03-17T18:56:39.2908423+05:30</Createdon>
    <CustId>1</CustId>
    <FcmStatus>sample string 7</FcmStatus>
    <ID>1</ID>
    <IsFCM>true</IsFCM>
    <Notice>sample string 2</Notice>
    <NoticeType>sample string 4</NoticeType>
    <PostOnFCM>2026-03-17T18:56:39.2908423+05:30</PostOnFCM>
    <RefDocNo>sample string 5</RefDocNo>
    <RefDocType>sample string 6</RefDocType>
    <Status>3</Status>
    <TrasfrToApp>true</TrasfrToApp>
  </NoticeMst>
</ArrayOfNoticeMst>