POST api/v1/AfterSalesCustomerService_CallLate/Duplicate/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

string

Required

Body Parameters

None.

Response Information

Resource Description

EzyResultObjectOfAfterSalesCustomerService_CallModel
NameDescriptionTypeAdditional information
Data

AfterSalesCustomerService_CallModel

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": {
    "BillId": "sample string 1",
    "CounterId": "sample string 2",
    "IM_CounterName": "sample string 3",
    "UserSaleId": "sample string 4",
    "UserSaleName": "sample string 5",
    "IM_UserSaleName": "sample string 6",
    "IM_BranchName": "sample string 7",
    "CustomerId": "sample string 8",
    "CustomerName": "sample string 9",
    "IM_CustomerInfo": "sample string 10",
    "BillDetailId": "sample string 11",
    "MaterialId": "sample string 12",
    "MaterialCode": "sample string 13",
    "IM_MaterialName": "sample string 14",
    "BuyDate": 1.1,
    "ScheduleCallDate": 1.1,
    "LevelId": "sample string 15",
    "IM_LevelName": "sample string 16",
    "IsForce2Stop": true,
    "IsFinished": true,
    "ConfigAfterSalesCustomerServiceSchedule_DetailId": "sample string 19",
    "btn_Call": "sample string 20",
    "IM_NumDaysLate": 21,
    "Id": "sample string 22",
    "OrderNo": 23,
    "Note": "sample string 24"
  },
  "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:
<EzyResultObjectOfAfterSalesCustomerService_CallModel3BwjWE5f 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">
    <Id xmlns="http://schemas.datacontract.org/2004/07/">sample string 22</Id>
    <Note xmlns="http://schemas.datacontract.org/2004/07/">sample string 24</Note>
    <OrderNo xmlns="http://schemas.datacontract.org/2004/07/">23</OrderNo>
    <d2p1:BillDetailId>sample string 11</d2p1:BillDetailId>
    <d2p1:BillId>sample string 1</d2p1:BillId>
    <d2p1:BuyDate>1.1</d2p1:BuyDate>
    <d2p1:ConfigAfterSalesCustomerServiceSchedule_DetailId>sample string 19</d2p1:ConfigAfterSalesCustomerServiceSchedule_DetailId>
    <d2p1:CounterId>sample string 2</d2p1:CounterId>
    <d2p1:CustomerId>sample string 8</d2p1:CustomerId>
    <d2p1:CustomerName>sample string 9</d2p1:CustomerName>
    <d2p1:IM_BranchName>sample string 7</d2p1:IM_BranchName>
    <d2p1:IM_CounterName>sample string 3</d2p1:IM_CounterName>
    <d2p1:IM_CustomerInfo>sample string 10</d2p1:IM_CustomerInfo>
    <d2p1:IM_LevelName>sample string 16</d2p1:IM_LevelName>
    <d2p1:IM_MaterialName>sample string 14</d2p1:IM_MaterialName>
    <d2p1:IM_NumDaysLate>21</d2p1:IM_NumDaysLate>
    <d2p1:IM_UserSaleName>sample string 6</d2p1:IM_UserSaleName>
    <d2p1:IsFinished>true</d2p1:IsFinished>
    <d2p1:IsForce2Stop>true</d2p1:IsForce2Stop>
    <d2p1:LevelId>sample string 15</d2p1:LevelId>
    <d2p1:MaterialCode>sample string 13</d2p1:MaterialCode>
    <d2p1:MaterialId>sample string 12</d2p1:MaterialId>
    <d2p1:ScheduleCallDate>1.1</d2p1:ScheduleCallDate>
    <d2p1:UserSaleId>sample string 4</d2p1:UserSaleId>
    <d2p1:UserSaleName>sample string 5</d2p1:UserSaleName>
    <d2p1:btn_Call>sample string 20</d2p1:btn_Call>
  </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>
</EzyResultObjectOfAfterSalesCustomerService_CallModel3BwjWE5f>