Hi i get stucked when i trying insert record to my vendor card web service , when i try to insert come out this error about my autonumbering, i cannot find related answer on google , my No is an lookup field from another table call No.Series inside have multiple code for autonumbering purpose
the field /No./ is select the code above there then auto get latest numbering promp out , but in my postman post request json body i cannot simply type the code to /No/ Field it promp out this error ,
{
/No/: //,
/Name/: /TESTING SDN BHD/,
/Name_2/: //,
/Blocked/: / /,
/Document_Sending_Profile/: //,
/Search_Name/: /TESTING SDN BHD SDN BHD/,
/Gen_Bus_Posting_Group/: /GENERAL/,
/Vendor_Posting_Group/: /PRINCIPAL/
}
this is my json body, how can i handle with this kind of request .