POST api/tieuthuong/DanhGiaPhuSap

Cập nhật tiểu thương bên bán hàng trc rồi mới cập nhật bên Hrm

Request Information

URI Parameters

None.

Body Parameters

DanhGiaPhuSapModel
NameDescriptionTypeAdditional information
IdSap

string

None.

IdTTh

string

None.

SoSao

string

None.

DanhGia

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdSap": "sample string 1",
  "IdTTh": "sample string 2",
  "SoSao": "sample string 3",
  "DanhGia": "sample string 4"
}

application/xml, text/xml

Sample:
<DanhGiaPhuSapModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_KD.Models">
  <DanhGia>sample string 4</DanhGia>
  <IdSap>sample string 1</IdSap>
  <IdTTh>sample string 2</IdTTh>
  <SoSao>sample string 3</SoSao>
</DanhGiaPhuSapModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseModelOfObject
NameDescriptionTypeAdditional information
status

integer

None.

data

Object

None.

page

Object

None.

error

ErrorModel

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "data": {},
  "page": {},
  "error": {
    "message": "sample string 1",
    "code": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<BaseModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_KD.Models">
  <data />
  <error>
    <code>sample string 2</code>
    <message>sample string 1</message>
  </error>
  <page />
  <status>1</status>
</BaseModelOfanyType>