POST Notify/NotifyPROJRetreat

Request Information

URI Parameters

None.

Body Parameters

ChargeBackNotifyRequst
NameDescriptionTypeAdditional information
Payload

ChargeBackRequst

None.

EventCode

string

None.

SourceCode

string

None.

UserCodes

Collection of NotifyUserCodes

None.

Request Formats

application/json, text/json

Sample:
{
  "Payload": {
    "ChargeBackID": 1,
    "ProjectNo": "sample string 2",
    "ProjectName": "sample string 3",
    "Stage": "sample string 4",
    "Content": "sample string 5",
    "Remark": "sample string 6",
    "ChangeTime": "sample string 7",
    "ChargeBackDetail": {
      "ChargeBackID": 1,
      "IsReportChecked": true,
      "IsBillChecked": true,
      "IsRefundChecked": true
    }
  },
  "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:
<ChargeBackNotifyRequst 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>sample string 7</d2p1:ChangeTime>
    <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:ChargeBackID>1</d2p1:ChargeBackID>
    <d2p1:Content>sample string 5</d2p1:Content>
    <d2p1:ProjectName>sample string 3</d2p1:ProjectName>
    <d2p1:ProjectNo>sample string 2</d2p1:ProjectNo>
    <d2p1:Remark>sample string 6</d2p1:Remark>
    <d2p1:Stage>sample string 4</d2p1:Stage>
  </Payload>
</ChargeBackNotifyRequst>

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>