Skip to content

Instantly share code, notes, and snippets.

@maliakmal
Created June 11, 2019 22:25
Show Gist options
  • Save maliakmal/803f0ea0ce4e2e1875307e35442e7962 to your computer and use it in GitHub Desktop.
Save maliakmal/803f0ea0ce4e2e1875307e35442e7962 to your computer and use it in GitHub Desktop.
// POST to - https://ogramwebapi.azurewebsites.net/api/v1/CreateWE
// payload
{
"WorkExperienceDetails":{
"new_yearsofexperience":4,
"new_hourlyrate":20,
"new_shiftrate":20,
"new_weeklyrate":20,
"new_monthlyrate":20,
"new_serviceprovider@odata.bind":"/contacts(5ed19f81-6e8c-e911-a819-000d3ab58c7b)",
"new_workcategory@odata.bind":"/new_workcategories(77c67d08-597a-e911-a81a-000d3ab29e23)"},
"weLocations":[{
"new_name":"Valencia, Spain",
"new_locationlongitude":"-0.3762881000000107",
"new_locationlatitude":"39.4699075"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment