πŸ“’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"
        }
    ]
}

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