Add "Mapcloud" events
This commit is contained in:
parent
b850d0bab1
commit
38e728ff9d
18
Byndle/Maps/Events/Event.bru
Normal file
18
Byndle/Maps/Events/Event.bru
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
meta {
|
||||||
|
name: Event
|
||||||
|
type: http
|
||||||
|
seq: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
post {
|
||||||
|
url: {{host}}/mapcloud/events
|
||||||
|
body: json
|
||||||
|
auth: inherit
|
||||||
|
}
|
||||||
|
|
||||||
|
body:json {
|
||||||
|
{
|
||||||
|
"mapcloudLeadCustomerEventTypeId": 66,
|
||||||
|
"sourceEntryPrivateId": 11754464
|
||||||
|
}
|
||||||
|
}
|
11
Byndle/Maps/Events/EventTypes.bru
Normal file
11
Byndle/Maps/Events/EventTypes.bru
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
meta {
|
||||||
|
name: EventTypes
|
||||||
|
type: http
|
||||||
|
seq: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{host}}/mapcloud/events/EventTypes
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user