πField note
Insert / Update Field note
POST https://api.fatos.biz/mogos/v3/viriya/fieldnote
λ΄λΉμ : λ¨
Parameterλ Bodyμ Form-data
Request Body
Name
Type
Description
note_uid
String
Editμ νμ
member_uid*
String
main_text
String
title
String
user_name*
String
photo
FILE
company_uid*
String
delphoto
String
{
"code": 200,
"message": "Updated",
"dev_message": "",
"data": [
{
"note_uid": "f0bd83d0-ce69-193f-cb55-861da14d8ebd"
}
]
}{
"code": 201,
"message": "created",
"dev_message": "",
"data": [
{
"note_uid": "f0bd83d0-ce69-193f-cb55-861da14d8ebd"
}
]
}Get member field note list
GET https://api.fatos.biz/mogos/v3/viriya/fieldnote
λ΄λΉμ : λ¨
Query Parameters
Name
Type
Description
member_uid*
String
company_uid*
String
Field note delete
POST https://api.fatos.biz/mogos/v3/viriya/delnote
λ΄λΉμ : λ¨
Query Parameters
Name
Type
Description
requester*
String
note_uid*
String
company_uid*
String
Last updated