POST jxc_api/Backup/RecoveryErp

Request Information

URI Parameters

None.

Body Parameters

AsErpBackupModel
NameDescriptionTypeAdditional information
ClientId

string

None.

Mobile

string

None.

VerifyCode

string

None.

TimeStamp

date

None.

Stamp

string

None.

ServiceId

integer

None.

FileName

string

None.

AsId

integer

None.

AccFileName

string

None.

AccAsId

integer

None.

EmployeeIds

string

None.

CreateNewAs

boolean

None.

BackUpPacId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceId": 6,
  "FileName": "sample string 7",
  "AsId": 8,
  "AccFileName": "sample string 9",
  "AccAsId": 10,
  "EmployeeIds": "sample string 11",
  "CreateNewAs": true,
  "BackUpPacId": "sample string 13"
}

application/xml, text/xml

Sample:
<AsErpBackupModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Backup">
  <AccAsId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.BaseData">10</AccAsId>
  <AccFileName xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.BaseData">sample string 9</AccFileName>
  <AsId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.BaseData">8</AsId>
  <BackUpPacId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.BaseData">sample string 13</BackUpPacId>
  <CreateNewAs xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.BaseData">true</CreateNewAs>
  <EmployeeIds xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.BaseData">sample string 11</EmployeeIds>
  <FileName xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.BaseData">sample string 7</FileName>
  <ServiceId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.BaseData">6</ServiceId>
  <ClientId>sample string 1</ClientId>
  <Mobile>sample string 2</Mobile>
  <Stamp>sample string 5</Stamp>
  <TimeStamp>2024-05-03T21:17:40.6632025+08:00</TimeStamp>
  <VerifyCode>sample string 3</VerifyCode>
</AsErpBackupModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MessageModel
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

Object

None.

StatusCode

StatusCode

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {},
  "StatusCode": 100
}

application/xml, text/xml

Sample:
<MessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">
  <_x003C_Data_x003E_k__BackingField />
  <_x003C_Message_x003E_k__BackingField>sample string 2</_x003C_Message_x003E_k__BackingField>
  <_x003C_StatusCode_x003E_k__BackingField>CONTINUE</_x003C_StatusCode_x003E_k__BackingField>
  <_x003C_Success_x003E_k__BackingField>true</_x003C_Success_x003E_k__BackingField>
</MessageModel>