Logo
API_DOC API Documentation

Create Delivery Config

POST https://{{host}}/papi/v1/properties?contractId={{contractId}}&groupId={{groupId}}

 

Body PARAM

Key Datatype Required Description 
contractId
string
groupId
string



HEADERS

Key Datatype Required Description 
Content-Type
string
PAPI-Use-Prefixes
boolean




RESPONSES

status





Curl
curl -X POST 'https://host/papi/v1/properties?contractId=&groupId=?contractId=&groupId=' -H 'Content-Type: application/json' -H 'PAPI-Use-Prefixes: true' -d '{"contractId":"","groupId":"","productId":"productId","propertyName":"propertyHostname","propertyVersion":1,"ruleFormat":"latest"}'

ENDPOINTS