updates
This commit is contained in:
31
bruno/propify/ProjectStatuses/Create new.bru
Normal file
31
bruno/propify/ProjectStatuses/Create new.bru
Normal file
@@ -0,0 +1,31 @@
|
||||
meta {
|
||||
name: Create new
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{API_BASE_URL}}/api/{{API_VERSION}}/project-statuses
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{BEARER_TOKEN}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "Test Projekt 1",
|
||||
"eventNumber": "123-456",
|
||||
"description": "This is the first project",
|
||||
"projectType": "energy_consulting_wg",
|
||||
"status": "preparation",
|
||||
"propertyId": "ff27cd1b-9eab-482c-8fd7-8093573efca2",
|
||||
"amountRequested": "10000"
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
Reference in New Issue
Block a user