GET api/LichLamViec/CuaHang?NguoiDung={NguoiDung}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NguoiDung

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SP_API_GetSTore_SE_Result
NameDescriptionTypeAdditional information
Store

integer

None.

CuaHang

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Store": 1,
    "CuaHang": "sample string 2"
  },
  {
    "Store": 1,
    "CuaHang": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSP_API_GetSTore_SE_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <SP_API_GetSTore_SE_Result>
    <CuaHang>sample string 2</CuaHang>
    <Store>1</Store>
  </SP_API_GetSTore_SE_Result>
  <SP_API_GetSTore_SE_Result>
    <CuaHang>sample string 2</CuaHang>
    <Store>1</Store>
  </SP_API_GetSTore_SE_Result>
</ArrayOfSP_API_GetSTore_SE_Result>