POST api/v1/Customer_Point_Final/Update

Request Information

URI Parameters

None.

Body Parameters

Customer_Point_FinalModel
NameDescriptionTypeAdditional information
Id

string

None.

CustomerId

string

None.

CustomerInfo

string

None.

CustomerName

string

None.

CustomerPhone

string

None.

CustomerAddress

string

None.

CountBill

integer

None.

Revenue

decimal number

None.

TotalPointTaken

decimal number

None.

Bill_LastEntDate

decimal number

None.

Expander_Details

string

None.

CounterId

string

None.

CounterInfo

string

None.

IM_FromDate_Filter

decimal number

None.

IM_ToDate_Filter

decimal number

None.

IM_Barcode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "CustomerId": "sample string 2",
  "CustomerInfo": "sample string 3",
  "CustomerName": "sample string 4",
  "CustomerPhone": "sample string 5",
  "CustomerAddress": "sample string 6",
  "CountBill": 7,
  "Revenue": 8.0,
  "TotalPointTaken": 9.0,
  "Bill_LastEntDate": 1.1,
  "Expander_Details": "sample string 10",
  "CounterId": "sample string 11",
  "CounterInfo": "sample string 12",
  "IM_FromDate_Filter": 1.1,
  "IM_ToDate_Filter": 1.1,
  "IM_Barcode": "sample string 13"
}

application/xml, text/xml

Sample:
<Customer_Point_FinalModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
  <Bill_LastEntDate>1.1</Bill_LastEntDate>
  <CountBill>7</CountBill>
  <CounterId>sample string 11</CounterId>
  <CounterInfo>sample string 12</CounterInfo>
  <CustomerAddress>sample string 6</CustomerAddress>
  <CustomerId>sample string 2</CustomerId>
  <CustomerInfo>sample string 3</CustomerInfo>
  <CustomerName>sample string 4</CustomerName>
  <CustomerPhone>sample string 5</CustomerPhone>
  <Expander_Details>sample string 10</Expander_Details>
  <IM_Barcode>sample string 13</IM_Barcode>
  <IM_FromDate_Filter>1.1</IM_FromDate_Filter>
  <IM_ToDate_Filter>1.1</IM_ToDate_Filter>
  <Id>sample string 1</Id>
  <Revenue>8</Revenue>
  <TotalPointTaken>9</TotalPointTaken>
</Customer_Point_FinalModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Customer_Point_FinalModel'.

Response Information

Resource Description

EzyResultObjectOfCustomer_Point_FinalModel
NameDescriptionTypeAdditional information
Data

Customer_Point_FinalModel

None.

ExtraData

Dictionary of string [key] and Object [value]

None.

StartTime

decimal number

None.

EndTime

decimal number

None.

TotalMili

decimal number

None.

StatusCode

integer

None.

Msg

string

None.

MsgShowInUI

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Id": "sample string 1",
    "CustomerId": "sample string 2",
    "CustomerInfo": "sample string 3",
    "CustomerName": "sample string 4",
    "CustomerPhone": "sample string 5",
    "CustomerAddress": "sample string 6",
    "CountBill": 7,
    "Revenue": 8.0,
    "TotalPointTaken": 9.0,
    "Bill_LastEntDate": 1.1,
    "Expander_Details": "sample string 10",
    "CounterId": "sample string 11",
    "CounterInfo": "sample string 12",
    "IM_FromDate_Filter": 1.1,
    "IM_ToDate_Filter": 1.1,
    "IM_Barcode": "sample string 13"
  },
  "ExtraData": null,
  "StartTime": 1.1,
  "EndTime": 2.1,
  "TotalMili": 3.1,
  "StatusCode": 4,
  "Msg": "sample string 5",
  "MsgShowInUI": "sample string 6"
}

application/xml, text/xml

Sample:
<EzyResultObjectOfCustomer_Point_FinalModel3BwjWE5f xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
  <Msg>sample string 5</Msg>
  <MsgShowInUI>sample string 6</MsgShowInUI>
  <StatusCode>4</StatusCode>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
    <d2p1:Bill_LastEntDate>1.1</d2p1:Bill_LastEntDate>
    <d2p1:CountBill>7</d2p1:CountBill>
    <d2p1:CounterId>sample string 11</d2p1:CounterId>
    <d2p1:CounterInfo>sample string 12</d2p1:CounterInfo>
    <d2p1:CustomerAddress>sample string 6</d2p1:CustomerAddress>
    <d2p1:CustomerId>sample string 2</d2p1:CustomerId>
    <d2p1:CustomerInfo>sample string 3</d2p1:CustomerInfo>
    <d2p1:CustomerName>sample string 4</d2p1:CustomerName>
    <d2p1:CustomerPhone>sample string 5</d2p1:CustomerPhone>
    <d2p1:Expander_Details>sample string 10</d2p1:Expander_Details>
    <d2p1:IM_Barcode>sample string 13</d2p1:IM_Barcode>
    <d2p1:IM_FromDate_Filter>1.1</d2p1:IM_FromDate_Filter>
    <d2p1:IM_ToDate_Filter>1.1</d2p1:IM_ToDate_Filter>
    <d2p1:Id>sample string 1</d2p1:Id>
    <d2p1:Revenue>8</d2p1:Revenue>
    <d2p1:TotalPointTaken>9</d2p1:TotalPointTaken>
  </Data>
  <EndTime>2.1</EndTime>
  <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <StartTime>1.1</StartTime>
  <TotalMili>3.1</TotalMili>
</EzyResultObjectOfCustomer_Point_FinalModel3BwjWE5f>