CUSTOMER/BULK
POST {{baseUrl}}/v2/op/update
Request Body
{"actionType"=>"append", "entities"=>[{"id"=>"urn:ngsi-ld:Customer:0001", "type"=>"Customer", "customerId"=>{"value"=>"1", "type"=>"Int"}, "email"=>{"value"=>"samo.taciga@margento.com", "type"=>"String"}, "firstName"=>{"value"=>"Samo1", "type"=>"String"}, "lastName"=>{"value"=>"Taciga1", "type"=>"String"}, "address"=>{"value"=>"Mariborska ulica 12", "type"=>"String"}, "city"=>{"value"=>"Maribor", "type"=>"String"}, "ZIP"=>{"value"=>"2000", "type"=>"Int"}, "taxNumber"=>{"value"=>"45678148", "type"=>"String"}, "identityNumber"=>{"value"=>"0101006500006", "type"=>"String"}, "MSISDN"=>{"value"=>"38630111222", "type"=>"String"}}, {"id"=>"urn:ngsi-ld:Customer:0002", "type"=>"Customer", "customerId"=>{"value"=>"2", "type"=>"Int"}, "email"=>{"value"=>"samo.taciga@margento.com", "type"=>"String"}, "firstName"=>{"value"=>"Samo2", "type"=>"String"}, "lastName"=>{"value"=>"Taciga2", "type"=>"String"}, "address"=>{"value"=>"Mariborska ulica 12", "type"=>"String"}, "city"=>{"value"=>"Maribor", "type"=>"String"}, "ZIP"=>{"value"=>"2000", "type"=>"Int"}, "taxNumber"=>{"value"=>"45678148", "type"=>"String"}, "identityNumber"=>{"value"=>"0101006500006", "type"=>"String"}, "MSISDN"=>{"value"=>"38630111222", "type"=>"String"}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Fiware-Service | string | ||
Fiware-servicepath | string |