Inbound endpoints
Negotiate endpoints
Customer Agreements endpoints
5 min
quick reference verb path method post /api/v1/agreement/bulk create or update upsert agreements patch /api/v1/agreement/\<id> update an agreement upsert agreements description \# generate a token curl location request post 'https /api pricemoov com/v1/api/agreement/bulk create or udpate' \\ \ header 'content type application/json' \\ \ data raw '\[ { "name" "", "client code" "1345", "price line" { "product code" "ele100", "attribute 1" "xyz", "attribute 2" "skd" }, "price list code" "", "prices" { "x" "y" } } ]' parameters name client code price line price list code prices type string , default unknown , required type string , default unknown , required type dict , default unknown , required type string , default unknown , required type dict , default unknown , required example upon success, the response is 200 ok and returns {}