# README
Create Ticket
This example demonstrates creating a new ticket with the minimum mandatory fields. You will need the following environment variables:
SMART_BONDING_CLIENTID
- the client id given to access the serviceSMART_BONDING_SECRET
- the associated secret for the client idSMART_BONDING_CONTRACT_VALUE
- contract value provided by CiscoSMART_BONDING_CONTRACT_ELEMENT_VALUE
element value provided by CiscoSMART_BONDING_FIRSTNAME
- partner account first name, e.g. technicalSMART_BONDING_LASTNAME
- partner account last name, e.g. supportSMART_BONDING_CCOID
- partner CCO IDSMART_BONDING_TELEPHONE
- partner telephone numberSMART_BONDING_EMAIL
- partner email address, e.g. [email protected]SMART_BONDING_PRODUCTID
- valid entry relating to the productSMART_BONDING_SERIALNO
- valid entry relating to the productSMART_BONDING_CONTRACTID
- valid entry relating to the productSMART_BONDING_INSTALLSITEID
- valid entry relating to the product
Note: these can be provided in a
.env
file.
As per the documentation, you will need to perform a pull operation in order to identify if the operation was a success or not.