Sage 300 People Api Fields not Recognized

SOLVED

Hi

Ive just started a project for a people integration but whenever im trying to create or edit employee data i get the error that fields are mandatory but i already supply those fields and make sure they are not empty,

{
  "success": false,
  "businessRules": [
    {
      "PropertyName": "DateEngaged",
      "PropertyFriendlyName": "Date Engaged",
      "ErrorRulesCollection": [
        {
          "Message": "This is a mandatory field"
        }
      ]
    },
    {
      "PropertyName": "DateJoinedGroup",
      "PropertyFriendlyName": "Date Joined Group",
      "ErrorRulesCollection": [
        {
          "Message": "This is a mandatory field"
        }
      ]
    },
    {
      "PropertyName": "LeaveStartDate",
      "PropertyFriendlyName": "Leave Start Date",
      "ErrorRulesCollection": [
        {
          "Message": "This is a mandatory field"
        }
      ]
    },
    {
      "PropertyName": "EmployeeStatusID",
      "PropertyFriendlyName": "Employee Status",
      "ErrorRulesCollection": [
        {
          "Message": "Status cannot be : New.  Payslip definitions are invalid or required for a New status."
        }
      ]
    },
    {
      "PropertyName": "TaxStatusID",
      "PropertyFriendlyName": "Tax Status",
      "ErrorRulesCollection": [
        {
          "Message": "This is a mandatory field"
        }
      ]
    },
    {
      "PropertyName": "TaxStartDate",
      "PropertyFriendlyName": "Tax Start Date",
      "ErrorRulesCollection": [
        {
          "Message": "This is a mandatory field"
        }
      ]
    },
    {
      "PropertyName": "TaxCalculation",
      "PropertyFriendlyName": "Tax Calculation",
      "ErrorRulesCollection": [
        {
          "Message": "This is a mandatory field"
        }
      ]
    },
    {
      "PropertyName": "OccupationalCategoryTypeID",
      "PropertyFriendlyName": "Occupational Category",
      "WarningRulesCollection": [
        {
          "Message": "A value for Occupational Category is recommended to generate the Equity Plan."
        },
        {
          "Message": "A value for Occupational Category is recommended to generate the Skills Plan."
        }
      ]
    },
    {
      "PropertyName": "OccupationalLevelTypeID",
      "PropertyFriendlyName": "Occupational Level",
      "WarningRulesCollection": [
        {
          "Message": "A value for Occupational Level is recommended to generate the Equity Plan."
        },
        {
          "Message": "A value for Occupational Level is recommended to generate the Skills Plan."
        }
      ]
    },
    {
      "PropertyName": "WorkplaceID",
      "PropertyFriendlyName": "Workplace",
      "WarningRulesCollection": [
        {
          "Message": "A value for Workplace is recommended to generate the Equity Plan."
        },
        {
          "Message": "A value for Workplace is recommended to generate the Skills Plan."
        }
      ]
    },
    {
      "PropertyName": "ProvinceTypeID",
      "PropertyFriendlyName": "Province",
      "WarningRulesCollection": [
        {
          "Message": "A value for Province is recommended to generate the Equity Plan."
        },
        {
          "Message": "A value for Province is recommended to generate the Skills Plan."
        }
      ]
    },
    {
      "PropertyName": "EquityJobFunctionTypeID",
      "PropertyFriendlyName": "Equity Job Function",
      "WarningRulesCollection": [
        {
          "Message": "A value for Equity Job Function is recommended to generate the Equity Plan."
        }
      ]
    },
    {
      "PropertyName": "OFOCategoryTypeID",
      "PropertyFriendlyName": "OFO Category",
      "WarningRulesCollection": [
        {
          "Message": "A value for OFO Category is recommended to generate the Skills Plan."
        }
      ]
    },
    {
      "PropertyName": "OFOCodeID",
      "PropertyFriendlyName": "OFO Code",
      "WarningRulesCollection": [
        {
          "Message": "A value for OFO Code is recommended to generate the Skills Plan."
        }
      ]
    },
    {
      "PropertyName": "MunicipalityID",
      "PropertyFriendlyName": "Municipality",
      "WarningRulesCollection": [
        {
          "Message": "A value for Municipality is recommended to generate the Skills Plan."
        }
      ]
    },
    {
      "PropertyName": "GenEntitySubTypeID",
      "PropertyFriendlyName": "Entity Sub Type",
      "ErrorRulesCollection": [
        {
          "Message": "This is a mandatory field"
        }
      ]
    },
    {
      "PropertyName": "DisplayName",
      "PropertyFriendlyName": "Display Name",
      "ErrorRulesCollection": [
        {
          "Message": "This is a mandatory field"
        }
      ]
    },
    {
      "PropertyName": "LastName",
      "PropertyFriendlyName": "Last Name",
      "ErrorRulesCollection": [
        {
          "Message": "This is a mandatory field"
        }
      ]
    },
    {
      "PropertyName": "Gender",
      "PropertyFriendlyName": "Gender",
      "ErrorRulesCollection": [
        {
          "Message": "This is a mandatory field"
        }
      ]
    },
    {
      "PropertyName": "IDNumber",
      "PropertyFriendlyName": "IDNumber",
      "WarningRulesCollection": [
        {
          "Message": "ID Number is not filled in"
        }
      ]
    }
  ],
  "data": {
    "apiObjectID": "4c22163d-6cf1-48d2-9c38-60688d05cb89"
  }
}

Need Urgent Help with this

Thank You