POST Notify/NotifyPROJStatus

Request Information

URI Parameters

None.

Body Parameters

DeclarationStatusNotifyRequest
NameDescriptionTypeAdditional information
Payload

DeclarationStatusNotifyPayload

None.

EventCode

string

None.

SourceCode

string

None.

UserCodes

Collection of NotifyUserCodes

None.

Request Formats

application/json, text/json

Sample:
{
  "Payload": {
    "ID": "c8e3cd4d-a648-4889-9704-c12867d8733b",
    "Status": 1,
    "StatusName": "sample string 2",
    "ProjectName": "sample string 3",
    "Address": "sample string 4",
    "Elevator": 1,
    "Floor": "sample string 5",
    "TotalFloor": "sample string 6",
    "Area": 1.0,
    "PropertyTypeName": "sample string 7",
    "PropertyType": 1,
    "Contract": "sample string 8",
    "Remark": "sample string 9",
    "ChargeBackDetail": {
      "ChargeBackID": 1,
      "IsReportChecked": true,
      "IsBillChecked": true,
      "IsRefundChecked": true
    },
    "isSendMegCustomerUserId": true,
    "DeclarationId": "5177572d-ca17-493b-9b01-97d73998247c",
    "ProjectNo": "sample string 11",
    "Attaches": [
      {
        "ID": 1,
        "Path": "sample string 2"
      },
      {
        "ID": 1,
        "Path": "sample string 2"
      }
    ],
    "UserList": [
      "sample string 1",
      "sample string 2"
    ],
    "ChangeTime": "2025-12-11T22:55:17.43319+08:00"
  },
  "EventCode": "sample string 1",
  "SourceCode": "sample string 2",
  "UserCodes": [
    {
      "UserType": 1,
      "UserCodes": [
        "sample string 1",
        "sample string 2"
      ]
    },
    {
      "UserType": 1,
      "UserCodes": [
        "sample string 1",
        "sample string 2"
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<DeclarationStatusNotifyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
  <EventCode xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Notify">sample string 1</EventCode>
  <SourceCode xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Notify">sample string 2</SourceCode>
  <UserCodes xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Notify">
    <NotifyUserCodes>
      <UserCodes xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </UserCodes>
      <UserType>Operator</UserType>
    </NotifyUserCodes>
    <NotifyUserCodes>
      <UserCodes xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </UserCodes>
      <UserType>Operator</UserType>
    </NotifyUserCodes>
  </UserCodes>
  <Payload xmlns:d2p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Notify">
    <d2p1:ChangeTime>2025-12-11T22:55:17.43319+08:00</d2p1:ChangeTime>
    <d2p1:UserList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </d2p1:UserList>
    <d2p1:Attaches>
      <d2p1:AttachInfo>
        <d2p1:ID>1</d2p1:ID>
        <d2p1:Path>sample string 2</d2p1:Path>
      </d2p1:AttachInfo>
      <d2p1:AttachInfo>
        <d2p1:ID>1</d2p1:ID>
        <d2p1:Path>sample string 2</d2p1:Path>
      </d2p1:AttachInfo>
    </d2p1:Attaches>
    <d2p1:DeclarationId>5177572d-ca17-493b-9b01-97d73998247c</d2p1:DeclarationId>
    <d2p1:ProjectNo>sample string 11</d2p1:ProjectNo>
    <d2p1:Address>sample string 4</d2p1:Address>
    <d2p1:Area>1</d2p1:Area>
    <d2p1:ChargeBackDetail>
      <d2p1:ChargeBackID>1</d2p1:ChargeBackID>
      <d2p1:IsBillChecked>true</d2p1:IsBillChecked>
      <d2p1:IsRefundChecked>true</d2p1:IsRefundChecked>
      <d2p1:IsReportChecked>true</d2p1:IsReportChecked>
    </d2p1:ChargeBackDetail>
    <d2p1:Contract>sample string 8</d2p1:Contract>
    <d2p1:Elevator>1</d2p1:Elevator>
    <d2p1:Floor>sample string 5</d2p1:Floor>
    <d2p1:ID>c8e3cd4d-a648-4889-9704-c12867d8733b</d2p1:ID>
    <d2p1:ProjectName>sample string 3</d2p1:ProjectName>
    <d2p1:PropertyType>1</d2p1:PropertyType>
    <d2p1:PropertyTypeName>sample string 7</d2p1:PropertyTypeName>
    <d2p1:Remark>sample string 9</d2p1:Remark>
    <d2p1:Status>1</d2p1:Status>
    <d2p1:StatusName>sample string 2</d2p1:StatusName>
    <d2p1:TotalFloor>sample string 6</d2p1:TotalFloor>
    <d2p1:isSendMegCustomerUserId>true</d2p1:isSendMegCustomerUserId>
  </Payload>
</DeclarationStatusNotifyRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfString
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errors": "sample string 2",
  "unauthed": true,
  "result": "sample string 3"
}

application/xml, text/xml

Sample:
<RemoteResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
  <Errors>sample string 2</Errors>
  <Result>sample string 3</Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfstring>