Skip to content

Instantly share code, notes, and snippets.

@arsenvlad
Last active October 13, 2022 06:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arsenvlad/1fdcd124d5d1d4541cc6a0481d9e6482 to your computer and use it in GitHub Desktop.
Save arsenvlad/1fdcd124d5d1d4541cc6a0481d9e6482 to your computer and use it in GitHub Desktop.
PartnerCenterIngestionApiPostmanCollection.json
{
"info": {
"_postman_id": "d0ec8fe0-3358-4d5c-83a9-77abe13ab811",
"name": "Partner Center Ingestion API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "4203984"
},
"item": [
{
"name": "01 Get Token for https://api.partner.microsoft.com",
"event": [
{
"listen": "test",
"script": {
"exec": [
"var jsonData = JSON.parse(responseBody);",
"postman.setEnvironmentVariable(\"PARTNERCENTERAPI_ACCESS_TOKEN\", jsonData.access_token)"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/x-www-form-urlencoded"
}
],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "grant_type",
"value": "client_credentials",
"type": "text"
},
{
"key": "client_id",
"value": "",
"type": "text"
},
{
"key": "client_secret",
"value": "",
"type": "text"
},
{
"key": "resource",
"value": "https://api.partner.microsoft.com",
"type": "text"
},
{
"key": "",
"value": "",
"type": "text",
"disabled": true
}
]
},
"url": {
"raw": "https://login.microsoftonline.com/5eee7612-8026-4f23-b139-71c04bfd9e64/oauth2/token",
"protocol": "https",
"host": [
"login",
"microsoftonline",
"com"
],
"path": [
"5eee7612-8026-4f23-b139-71c04bfd9e64",
"oauth2",
"token"
]
}
},
"response": []
},
{
"name": "02 Get Products",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
""
]
}
},
"response": []
},
{
"name": "03 Get Product",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca"
]
}
},
"response": []
},
{
"name": "03 Get Product Setup",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/setup",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"setup"
]
}
},
"response": []
},
{
"name": "05 Get Product LeadConfiguration",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/leadconfiguration",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"leadconfiguration"
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
},
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "b090157f-68ee-49db-bc76-ff9f1b3d0817"
},
{
"key": "Date",
"value": "Wed, 02 Sep 2020 01:30:38 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureListing\",\n \"summary\": \"test_arsenv_azuremanagedappbatch01 long summary updated\",\n \"listingUris\": [\n {\n \"type\": \"PrivacyUri\",\n \"uri\": \"http://www.microsoft.com/privacy/\"\n },\n {\n \"type\": \"GtmMaterialsUri\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"FairfaxCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"PublicCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n }\n ],\n \"listingContacts\": [\n {\n \"type\": \"CustomerSupport\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"Engineering\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"ChannelManager\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n }\n ],\n \"gettingStartedInstructions\": \"\",\n \"languageCode\": \"en-us\",\n \"title\": \"test_arsenv_azuremanagedappbatch01\",\n \"description\": \"<b><i><u>test_arsenv_azuremanagedappbatch01</u></i></b> description\",\n \"shortDescription\": \"test_arsenv_azuremanagedappbatch01 search results summary\",\n \"keywords\": [\n \"test_arsenv\",\n \"\",\n \"\"\n ],\n \"@odata.etag\": \"\\\"bd00cd0f-0000-0800-0000-5f4ec5b60000\\\"\",\n \"id\": \"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720\"\n }\n ]\n}"
}
]
},
{
"name": "04 Get Offer Plan",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/ad5fce5a-c428-477e-b5ff-45d6a23b64c4/variants/cf762076-a177-4cb1-a0f2-a6f40f7db4b2",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"ad5fce5a-c428-477e-b5ff-45d6a23b64c4",
"variants",
"cf762076-a177-4cb1-a0f2-a6f40f7db4b2"
]
}
},
"response": []
},
{
"name": "05 Get Branches (Property)",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/branches/getByModule(module=Property)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"branches",
"getByModule(module=Property)"
]
}
},
"response": []
},
{
"name": "05 Get Product Properties",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
}
]
},
{
"name": "05 POST Product Properties",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "If-Match",
"value": "\"65008258-0000-0800-0000-5f596fcf0000\"",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"AzureProperty\",\r\n \"industries\": [],\r\n \"categories\": [],\r\n \"additionalCategories\": [],\r\n \"submissionVersion\": \"\",\r\n \"productTags\": [],\r\n \"appVersion\": \"\",\r\n \"useEnterpriseContract\": true,\r\n \"termsOfUse\": \"\",\r\n \"extendedProperties\": [],\r\n \"hideKeys\": [],\r\n \"applicableProducts\": [],\r\n \"marketingOnlyChange\": false,\r\n \"globalAmendmentTerms\": \"Universal amendment terms\",\r\n \"customAmendments\": [\r\n {\r\n \"name\": \"amendmentcewjdzgwn1599160461787\",\r\n \"terms\": \"custom amendment terms 1\",\r\n \"tenants\": [\r\n {\r\n \"id\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"description\": \"Microsoft Tenant\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"leveledIndustries\": {},\r\n \"leveledCategories\": {\r\n \"compute-azure-apps\": [\r\n \"appInfrastructure\",\r\n \"cache\"\r\n ],\r\n \"ai-plus-machine-learning\": [\r\n \"automated-ml\",\r\n \"bot-services\"\r\n ]\r\n },\r\n \"@odata.etag\": \"\\\"65008258-0000-0800-0000-5f596fcf0000\\\"\",\r\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\r\n }"
},
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1"
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
}
]
},
{
"name": "05 Get Branches (Listing)",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/branches/getByModule(module=Listing)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"branches",
"getByModule(module=Listing)"
]
}
},
"response": []
},
{
"name": "05 Get Product Listings",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"response": []
},
{
"name": "05 Get Product Listing By Id",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"response": []
},
{
"name": "05 PUT Product Listing",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "If-Match",
"value": "\"25014911-0000-0800-0000-5f596c770000\"",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": " {\r\n \"resourceType\": \"AzureListing\",\r\n \"summary\": \"test_arsenv_azuremanagedappbatch01 long summary updated\",\r\n \"listingUris\": [\r\n {\r\n \"type\": \"PrivacyUri\",\r\n \"uri\": \"http://www.microsoft.com/privacy/\"\r\n },\r\n {\r\n \"type\": \"GtmMaterialsUri\",\r\n \"uri\": \"http://www.microsoft.com/\"\r\n },\r\n {\r\n \"type\": \"FairfaxCloudSupport\",\r\n \"uri\": \"http://www.microsoft.com/\"\r\n },\r\n {\r\n \"type\": \"PublicCloudSupport\",\r\n \"uri\": \"http://www.microsoft.com/\"\r\n },\r\n {\r\n \"type\": \"General\",\r\n \"displayText\": \"Microsoft.com\",\r\n \"uri\": \"https://www.microsoft.com/\"\r\n }\r\n ],\r\n \"listingContacts\": [\r\n {\r\n \"type\": \"CustomerSupport\",\r\n \"email\": \"arsenv@microsoft.com\",\r\n \"name\": \"Arsen Vladimirskiy\",\r\n \"phone\": \"312-920-5835\",\r\n \"uri\": \"\"\r\n },\r\n {\r\n \"type\": \"Engineering\",\r\n \"email\": \"arsenv@microsoft.com\",\r\n \"name\": \"Arsen Vladimirskiy\",\r\n \"phone\": \"312-920-5835\",\r\n \"uri\": \"\"\r\n },\r\n {\r\n \"type\": \"ChannelManager\",\r\n \"email\": \"arsenv@microsoft.com\",\r\n \"name\": \"Arsen Vladimirskiy\",\r\n \"phone\": \"312-920-5835\",\r\n \"uri\": \"\"\r\n }\r\n ],\r\n \"gettingStartedInstructions\": \"\",\r\n \"languageCode\": \"en-us\",\r\n \"title\": \"test_arsenv_azuremanagedappbatch01\",\r\n \"description\": \"<b><i><u>test_arsenv_azuremanagedappbatch01</u></i></b> description update\",\r\n \"shortDescription\": \"test_arsenv_azuremanagedappbatch01 search results summary\",\r\n \"keywords\": [\r\n \"test_arsenv\",\r\n \"\",\r\n \"\"\r\n ],\r\n \"@odata.etag\": \"\\\"0a00cae2-0000-0800-0000-6273fc080000\\\"\",\r\n \"id\": \"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720\"\r\n }"
},
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/2eb9ae02-c39d-6b4c-ca20-2af4d88f3720",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720"
]
}
},
"response": []
},
{
"name": "05 Get Product Listing Images",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/2eb9ae02-c39d-6b4c-ca20-2af4d88f3720/images?$expand=FileSasUri",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720",
"images"
],
"query": [
{
"key": "$expand",
"value": "FileSasUri"
}
]
}
},
"response": []
},
{
"name": "05 Add Product Listing Image",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"ListingImage\",\r\n \"fileName\": \"AzureLogoSmall.png\",\r\n \"type\": \"AzureLogoSmall\",\r\n \"state\": \"PendingUpload\",\r\n \"order\": 0\r\n}\r\n"
},
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/2eb9ae02-c39d-6b4c-ca20-2af4d88f3720/images",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720",
"images"
]
}
},
"response": []
},
{
"name": "05 Finish Product Listing Image Upload",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "If-Match",
"value": "1f0138c7-0000-0800-0000-5f594df00000",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": " {\r\n \"resourceType\": \"ListingImage\",\r\n \"fileName\": \"AzureLogoSmall.png\",\r\n \"type\": \"AzureLogoSmall\",\r\n \"fileSasUri\": \"https://ingestionpackagesprod1.blob.core.windows.net/file/2000000000073669774?sv=2017-04-17&sr=b&sig=PAFB6hAIM%2FR2vSDZ7Jtkaz%2FewjNL%2Fkip2GEyjNUA3nc%3D&se=2020-09-11T00%3A11%3A31Z&sp=rwl\",\r\n \"state\": \"Uploaded\",\r\n \"order\": 0,\r\n \"@odata.etag\": \"\\\"240175f0-0000-0800-0000-5f596baf0000\\\"\",\r\n \"id\": \"94547f51-1a5e-29ad-eed3-947afb869698\"\r\n }\r\n"
},
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/2eb9ae02-c39d-6b4c-ca20-2af4d88f3720/images/94547f51-1a5e-29ad-eed3-947afb869698",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720",
"images",
"94547f51-1a5e-29ad-eed3-947afb869698"
]
}
},
"response": []
},
{
"name": "05 Get Branches (Availability)",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/branches/getByModule(module=Availability)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"branches",
"getByModule(module=Availability)"
]
}
},
"response": []
},
{
"name": "05 Get Product Availabilities",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/productavailabilities/getByInstanceID(instanceID=2152924500009322899)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"productavailabilities",
"getByInstanceID(instanceID=2152924500009322899)"
]
}
},
"response": []
},
{
"name": "05 Get Product Variants",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/variants",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"variants"
]
}
},
"response": []
},
{
"name": "05 Get Product Variant Listings",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=19199233-e4fd-a86a-b211-9041ef96d15a)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=19199233-e4fd-a86a-b211-9041ef96d15a)"
]
}
},
"response": []
},
{
"name": "05 Get Product Variant Feature Availabilities",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/featureAvailabilities/getByInstanceID(instanceID=2152924500009322948)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"featureAvailabilities",
"getByInstanceID(instanceID=2152924500009322948)"
]
}
},
"response": []
},
{
"name": "05 Get Branches (Package)",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/branches/getByModule(module=Package)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"branches",
"getByModule(module=Package)"
]
}
},
"response": []
},
{
"name": "05 Get Branches (ResellerConfiguration)",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/branches/getByModule(module=ResellerConfiguration)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"branches",
"getByModule(module=ResellerConfiguration)"
]
}
},
"response": []
},
{
"name": "05 Get ResellerConfiguration",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/resellerConfiguration",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"resellerConfiguration"
]
}
},
"response": []
},
{
"name": "05 POST ResellerConfiguration",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"ResellerConfiguration\",\r\n \"resellerChannelState\": \"Enabled\",\r\n \"tenantIds\": []\r\n}"
},
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/resellerConfiguration",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"resellerConfiguration"
]
}
},
"response": []
},
{
"name": "05 Get Product Variant Package",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/packages/getByInstanceID(instanceID=51da49a5-d340-4a07-ad5a-5b17e48e602f)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"packages",
"getByInstanceID(instanceID=51da49a5-d340-4a07-ad5a-5b17e48e602f)"
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
},
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "b090157f-68ee-49db-bc76-ff9f1b3d0817"
},
{
"key": "Date",
"value": "Wed, 02 Sep 2020 01:30:38 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureListing\",\n \"summary\": \"test_arsenv_azuremanagedappbatch01 long summary updated\",\n \"listingUris\": [\n {\n \"type\": \"PrivacyUri\",\n \"uri\": \"http://www.microsoft.com/privacy/\"\n },\n {\n \"type\": \"GtmMaterialsUri\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"FairfaxCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"PublicCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n }\n ],\n \"listingContacts\": [\n {\n \"type\": \"CustomerSupport\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"Engineering\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"ChannelManager\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n }\n ],\n \"gettingStartedInstructions\": \"\",\n \"languageCode\": \"en-us\",\n \"title\": \"test_arsenv_azuremanagedappbatch01\",\n \"description\": \"<b><i><u>test_arsenv_azuremanagedappbatch01</u></i></b> description\",\n \"shortDescription\": \"test_arsenv_azuremanagedappbatch01 search results summary\",\n \"keywords\": [\n \"test_arsenv\",\n \"\",\n \"\"\n ],\n \"@odata.etag\": \"\\\"bd00cd0f-0000-0800-0000-5f4ec5b60000\\\"\",\n \"id\": \"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720\"\n }\n ]\n}"
}
]
},
{
"name": "05 POST Product Variant Package",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"AzureApplicationPackage\",\r\n \"fileName\": \"SampleAzureAppFile_1.0.0.0_api.zip\"\r\n}\r\n"
},
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/packages",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"packages"
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
},
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "b090157f-68ee-49db-bc76-ff9f1b3d0817"
},
{
"key": "Date",
"value": "Wed, 02 Sep 2020 01:30:38 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureListing\",\n \"summary\": \"test_arsenv_azuremanagedappbatch01 long summary updated\",\n \"listingUris\": [\n {\n \"type\": \"PrivacyUri\",\n \"uri\": \"http://www.microsoft.com/privacy/\"\n },\n {\n \"type\": \"GtmMaterialsUri\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"FairfaxCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"PublicCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n }\n ],\n \"listingContacts\": [\n {\n \"type\": \"CustomerSupport\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"Engineering\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"ChannelManager\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n }\n ],\n \"gettingStartedInstructions\": \"\",\n \"languageCode\": \"en-us\",\n \"title\": \"test_arsenv_azuremanagedappbatch01\",\n \"description\": \"<b><i><u>test_arsenv_azuremanagedappbatch01</u></i></b> description\",\n \"shortDescription\": \"test_arsenv_azuremanagedappbatch01 search results summary\",\n \"keywords\": [\n \"test_arsenv\",\n \"\",\n \"\"\n ],\n \"@odata.etag\": \"\\\"bd00cd0f-0000-0800-0000-5f4ec5b60000\\\"\",\n \"id\": \"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720\"\n }\n ]\n}"
}
]
},
{
"name": "05 PUT Product Variant Package",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"AzureApplicationPackage\",\r\n \"fileName\": \"SampleAzureAppFile_1.0.0.0_api.zip\",\r\n \"fileSasUri\": \"https://ingestionpackagesprod1.blob.core.windows.net/file/3032140089612519805?sv=2018-03-28&sr=b&sig=xVkVBOhCQK4Utlm2EAnVt75a3NqEws65pie6ug808oQ%3D&se=2022-04-06T00%3A56%3A00Z&sp=rwl\",\r\n \"state\": \"Uploaded\",\r\n \"@odata.etag\": \"\\\"5e00b837-0000-0800-0000-624b901c0000\\\"\",\r\n \"id\": \"f4445ef7-be0d-491c-a72c-d4776d098575\"\r\n}"
},
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/packages/f4445ef7-be0d-491c-a72c-d4776d098575",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"packages",
"f4445ef7-be0d-491c-a72c-d4776d098575"
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
},
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "b090157f-68ee-49db-bc76-ff9f1b3d0817"
},
{
"key": "Date",
"value": "Wed, 02 Sep 2020 01:30:38 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureListing\",\n \"summary\": \"test_arsenv_azuremanagedappbatch01 long summary updated\",\n \"listingUris\": [\n {\n \"type\": \"PrivacyUri\",\n \"uri\": \"http://www.microsoft.com/privacy/\"\n },\n {\n \"type\": \"GtmMaterialsUri\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"FairfaxCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"PublicCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n }\n ],\n \"listingContacts\": [\n {\n \"type\": \"CustomerSupport\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"Engineering\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"ChannelManager\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n }\n ],\n \"gettingStartedInstructions\": \"\",\n \"languageCode\": \"en-us\",\n \"title\": \"test_arsenv_azuremanagedappbatch01\",\n \"description\": \"<b><i><u>test_arsenv_azuremanagedappbatch01</u></i></b> description\",\n \"shortDescription\": \"test_arsenv_azuremanagedappbatch01 search results summary\",\n \"keywords\": [\n \"test_arsenv\",\n \"\",\n \"\"\n ],\n \"@odata.etag\": \"\\\"bd00cd0f-0000-0800-0000-5f4ec5b60000\\\"\",\n \"id\": \"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720\"\n }\n ]\n}"
}
]
},
{
"name": "05 Get Product Variant Package by ID",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/packages/7e603107-4014-47ec-a299-bfa091c8469b",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"packages",
"7e603107-4014-47ec-a299-bfa091c8469b"
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
},
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "b090157f-68ee-49db-bc76-ff9f1b3d0817"
},
{
"key": "Date",
"value": "Wed, 02 Sep 2020 01:30:38 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureListing\",\n \"summary\": \"test_arsenv_azuremanagedappbatch01 long summary updated\",\n \"listingUris\": [\n {\n \"type\": \"PrivacyUri\",\n \"uri\": \"http://www.microsoft.com/privacy/\"\n },\n {\n \"type\": \"GtmMaterialsUri\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"FairfaxCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"PublicCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n }\n ],\n \"listingContacts\": [\n {\n \"type\": \"CustomerSupport\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"Engineering\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"ChannelManager\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n }\n ],\n \"gettingStartedInstructions\": \"\",\n \"languageCode\": \"en-us\",\n \"title\": \"test_arsenv_azuremanagedappbatch01\",\n \"description\": \"<b><i><u>test_arsenv_azuremanagedappbatch01</u></i></b> description\",\n \"shortDescription\": \"test_arsenv_azuremanagedappbatch01 search results summary\",\n \"keywords\": [\n \"test_arsenv\",\n \"\",\n \"\"\n ],\n \"@odata.etag\": \"\\\"bd00cd0f-0000-0800-0000-5f4ec5b60000\\\"\",\n \"id\": \"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720\"\n }\n ]\n}"
}
]
},
{
"name": "05 Get Product Variant Package Configuration",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/packageConfigurations/getByInstanceID(instanceID=51da49a5-d340-4a07-ad5a-5b17e48e602f)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"packageConfigurations",
"getByInstanceID(instanceID=51da49a5-d340-4a07-ad5a-5b17e48e602f)"
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
},
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "b090157f-68ee-49db-bc76-ff9f1b3d0817"
},
{
"key": "Date",
"value": "Wed, 02 Sep 2020 01:30:38 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureListing\",\n \"summary\": \"test_arsenv_azuremanagedappbatch01 long summary updated\",\n \"listingUris\": [\n {\n \"type\": \"PrivacyUri\",\n \"uri\": \"http://www.microsoft.com/privacy/\"\n },\n {\n \"type\": \"GtmMaterialsUri\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"FairfaxCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"PublicCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n }\n ],\n \"listingContacts\": [\n {\n \"type\": \"CustomerSupport\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"Engineering\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"ChannelManager\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n }\n ],\n \"gettingStartedInstructions\": \"\",\n \"languageCode\": \"en-us\",\n \"title\": \"test_arsenv_azuremanagedappbatch01\",\n \"description\": \"<b><i><u>test_arsenv_azuremanagedappbatch01</u></i></b> description\",\n \"shortDescription\": \"test_arsenv_azuremanagedappbatch01 search results summary\",\n \"keywords\": [\n \"test_arsenv\",\n \"\",\n \"\"\n ],\n \"@odata.etag\": \"\\\"bd00cd0f-0000-0800-0000-5f4ec5b60000\\\"\",\n \"id\": \"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720\"\n }\n ]\n}"
}
]
},
{
"name": "05 PUT Product Variant Package Configuration",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "If-Match",
"value": "\"0400c9ce-0000-0800-0000-624b8f880000\"",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": " {\r\n \"resourceType\": \"AzureManagedApplicationPackageConfiguration\",\r\n \"version\": \"1.0.0\",\r\n \"allowJitAccess\": false,\r\n \"deploymentMode\": \"Incremental\",\r\n \"canEnableCustomerActions\": true,\r\n \"allowedCustomerActions\": [\r\n \"Microsoft.Resources/*\"\r\n ],\r\n \"publicAzureTenantID\": \"dd74924a-88ce-421a-ac87-00fc9dbe4baf\",\r\n \"publicAzureAuthorizations\": [\r\n {\r\n \"principalID\": \"6d11b8e5-cd3e-4f72-a5bd-5bb244361f88\",\r\n \"roleDefinitionID\": \"Owner\"\r\n }\r\n ],\r\n \"azureGovernmentAuthorizations\": [],\r\n \"policies\": [],\r\n \"packageReferences\": [\r\n {\r\n \"type\": \"AzureApplicationPackage\",\r\n \"value\": \"f4445ef7-be0d-491c-a72c-d4776d098575\"\r\n }\r\n ],\r\n \"notificationEndpointUrl\": \"https://8dca39d47bfc46f8a3b18a0352a4184d.m.pipedream.net\",\r\n \"@odata.etag\": \"\\\"0400c9ce-0000-0800-0000-624b8f880000\\\"\",\r\n \"id\": \"51da49a5-d340-4a07-ad5a-5b17e48e602f\"\r\n }"
},
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/packageConfigurations/51da49a5-d340-4a07-ad5a-5b17e48e602f",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"packageConfigurations",
"51da49a5-d340-4a07-ad5a-5b17e48e602f"
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
},
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "b090157f-68ee-49db-bc76-ff9f1b3d0817"
},
{
"key": "Date",
"value": "Wed, 02 Sep 2020 01:30:38 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureListing\",\n \"summary\": \"test_arsenv_azuremanagedappbatch01 long summary updated\",\n \"listingUris\": [\n {\n \"type\": \"PrivacyUri\",\n \"uri\": \"http://www.microsoft.com/privacy/\"\n },\n {\n \"type\": \"GtmMaterialsUri\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"FairfaxCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"PublicCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n }\n ],\n \"listingContacts\": [\n {\n \"type\": \"CustomerSupport\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"Engineering\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"ChannelManager\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n }\n ],\n \"gettingStartedInstructions\": \"\",\n \"languageCode\": \"en-us\",\n \"title\": \"test_arsenv_azuremanagedappbatch01\",\n \"description\": \"<b><i><u>test_arsenv_azuremanagedappbatch01</u></i></b> description\",\n \"shortDescription\": \"test_arsenv_azuremanagedappbatch01 search results summary\",\n \"keywords\": [\n \"test_arsenv\",\n \"\",\n \"\"\n ],\n \"@odata.etag\": \"\\\"bd00cd0f-0000-0800-0000-5f4ec5b60000\\\"\",\n \"id\": \"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720\"\n }\n ]\n}"
}
]
},
{
"name": "05 Get Product Submissions",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/submissions?$filter=State eq 'Published'",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"submissions"
],
"query": [
{
"key": "$filter",
"value": "State eq 'Published'"
}
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
},
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "b090157f-68ee-49db-bc76-ff9f1b3d0817"
},
{
"key": "Date",
"value": "Wed, 02 Sep 2020 01:30:38 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureListing\",\n \"summary\": \"test_arsenv_azuremanagedappbatch01 long summary updated\",\n \"listingUris\": [\n {\n \"type\": \"PrivacyUri\",\n \"uri\": \"http://www.microsoft.com/privacy/\"\n },\n {\n \"type\": \"GtmMaterialsUri\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"FairfaxCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"PublicCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n }\n ],\n \"listingContacts\": [\n {\n \"type\": \"CustomerSupport\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"Engineering\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"ChannelManager\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n }\n ],\n \"gettingStartedInstructions\": \"\",\n \"languageCode\": \"en-us\",\n \"title\": \"test_arsenv_azuremanagedappbatch01\",\n \"description\": \"<b><i><u>test_arsenv_azuremanagedappbatch01</u></i></b> description\",\n \"shortDescription\": \"test_arsenv_azuremanagedappbatch01 search results summary\",\n \"keywords\": [\n \"test_arsenv\",\n \"\",\n \"\"\n ],\n \"@odata.etag\": \"\\\"bd00cd0f-0000-0800-0000-5f4ec5b60000\\\"\",\n \"id\": \"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720\"\n }\n ]\n}"
}
]
},
{
"name": "06 Create Submission",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"type": "text",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"SubmissionCreationRequest\",\r\n \"targets\": [\r\n {\r\n \"type\": \"Scope\",\r\n \"value\": \"preview\"\r\n }\r\n ],\r\n \"resources\": [\r\n {\r\n \"type\": \"Availability\",\r\n \"value\": \"2152924500009322899\"\r\n },\r\n {\r\n \"type\": \"Listing\",\r\n \"value\": \"548ed709-a304-7628-14da-1e601a6130b0\"\r\n },\r\n {\r\n \"type\": \"Package\",\r\n \"value\": \"eb1de847-f30a-4df6-9726-652c153da463\"\r\n },\r\n {\r\n \"type\": \"Property\",\r\n \"value\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\r\n },\r\n {\r\n \"type\": \"ResellerConfiguration\",\r\n \"value\": \"4d090717-51db-47f6-9653-d1caaf7bafca-ResellerInstance\"\r\n }\r\n ],\r\n \"variantResources\": [\r\n {\r\n \"variantID\": \"71cb2cd9-506e-4248-8a19-2ebe154cf37f\",\r\n \"resources\": [\r\n {\r\n \"type\": \"Availability\",\r\n \"value\": \"2152924500009322948\"\r\n },\r\n {\r\n \"type\": \"Listing\",\r\n \"value\": \"19199233-e4fd-a86a-b211-9041ef96d15a\"\r\n },\r\n {\r\n \"type\": \"Package\",\r\n \"value\": \"dc1e03ab-e868-49e3-9010-23494d79069d\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"publicOption\": {\r\n \"releaseTimeInUtc\": \"2020-09-09T00:00:00\",\r\n \"isManualPublish\": true,\r\n \"isAutoPromo\": false,\r\n \"certificationNotes\": \"This is a test from API\"\r\n },\r\n \"extendedProperties\" :[\r\n\r\n ]\r\n}"
},
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/submissions",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"submissions"
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "b090157f-68ee-49db-bc76-ff9f1b3d0817"
},
{
"key": "Date",
"value": "Wed, 02 Sep 2020 01:30:38 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureListing\",\n \"summary\": \"test_arsenv_azuremanagedappbatch01 long summary updated\",\n \"listingUris\": [\n {\n \"type\": \"PrivacyUri\",\n \"uri\": \"http://www.microsoft.com/privacy/\"\n },\n {\n \"type\": \"GtmMaterialsUri\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"FairfaxCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"PublicCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n }\n ],\n \"listingContacts\": [\n {\n \"type\": \"CustomerSupport\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"Engineering\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"ChannelManager\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n }\n ],\n \"gettingStartedInstructions\": \"\",\n \"languageCode\": \"en-us\",\n \"title\": \"test_arsenv_azuremanagedappbatch01\",\n \"description\": \"<b><i><u>test_arsenv_azuremanagedappbatch01</u></i></b> description\",\n \"shortDescription\": \"test_arsenv_azuremanagedappbatch01 search results summary\",\n \"keywords\": [\n \"test_arsenv\",\n \"\",\n \"\"\n ],\n \"@odata.etag\": \"\\\"bd00cd0f-0000-0800-0000-5f4ec5b60000\\\"\",\n \"id\": \"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720\"\n }\n ]\n}"
},
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
}
]
},
{
"name": "05 Get Product Submission Workflow Details",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/submissions/1152921505694866667/workflowdetails",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"submissions",
"1152921505694866667",
"workflowdetails"
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "b090157f-68ee-49db-bc76-ff9f1b3d0817"
},
{
"key": "Date",
"value": "Wed, 02 Sep 2020 01:30:38 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureListing\",\n \"summary\": \"test_arsenv_azuremanagedappbatch01 long summary updated\",\n \"listingUris\": [\n {\n \"type\": \"PrivacyUri\",\n \"uri\": \"http://www.microsoft.com/privacy/\"\n },\n {\n \"type\": \"GtmMaterialsUri\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"FairfaxCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"PublicCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n }\n ],\n \"listingContacts\": [\n {\n \"type\": \"CustomerSupport\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"Engineering\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"ChannelManager\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n }\n ],\n \"gettingStartedInstructions\": \"\",\n \"languageCode\": \"en-us\",\n \"title\": \"test_arsenv_azuremanagedappbatch01\",\n \"description\": \"<b><i><u>test_arsenv_azuremanagedappbatch01</u></i></b> description\",\n \"shortDescription\": \"test_arsenv_azuremanagedappbatch01 search results summary\",\n \"keywords\": [\n \"test_arsenv\",\n \"\",\n \"\"\n ],\n \"@odata.etag\": \"\\\"bd00cd0f-0000-0800-0000-5f4ec5b60000\\\"\",\n \"id\": \"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720\"\n }\n ]\n}"
},
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
}
]
},
{
"name": "05 Get Product Submission Validations",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/submissions/1152921505694866667/validations",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"submissions",
"1152921505694866667",
"validations"
]
}
},
"response": [
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/properties/getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"properties",
"getByInstanceID(instanceID=7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "384fa7f0-10d6-4117-851c-e072e4c17208"
},
{
"key": "Date",
"value": "Tue, 01 Sep 2020 22:02:23 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureProperty\",\n \"industries\": [],\n \"categories\": [],\n \"additionalCategories\": [],\n \"submissionVersion\": \"\",\n \"productTags\": [],\n \"appVersion\": \"\",\n \"useEnterpriseContract\": true,\n \"termsOfUse\": \"\",\n \"extendedProperties\": [],\n \"hideKeys\": [],\n \"applicableProducts\": [],\n \"marketingOnlyChange\": false,\n \"globalAmendmentTerms\": \"\",\n \"customAmendments\": [],\n \"leveledIndustries\": {},\n \"leveledCategories\": {\n \"compute-azure-apps\": [\n \"appInfrastructure\",\n \"cache\"\n ]\n },\n \"@odata.etag\": \"\\\"320049c6-0000-0800-0000-5f4824560000\\\"\",\n \"id\": \"7b8c0030-4f2a-7fa4-0c95-6b23e4519aa1\"\n }\n ]\n}"
},
{
"name": "Example 1",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/4d090717-51db-47f6-9653-d1caaf7bafca/listings/getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"4d090717-51db-47f6-9653-d1caaf7bafca",
"listings",
"getByInstanceID(instanceID=548ed709-a304-7628-14da-1e601a6130b0)"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"key": "Request-ID",
"value": "b090157f-68ee-49db-bc76-ff9f1b3d0817"
},
{
"key": "Date",
"value": "Wed, 02 Sep 2020 01:30:38 GMT"
}
],
"cookie": [],
"body": "{\n \"value\": [\n {\n \"resourceType\": \"AzureListing\",\n \"summary\": \"test_arsenv_azuremanagedappbatch01 long summary updated\",\n \"listingUris\": [\n {\n \"type\": \"PrivacyUri\",\n \"uri\": \"http://www.microsoft.com/privacy/\"\n },\n {\n \"type\": \"GtmMaterialsUri\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"FairfaxCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n },\n {\n \"type\": \"PublicCloudSupport\",\n \"uri\": \"http://www.microsoft.com/\"\n }\n ],\n \"listingContacts\": [\n {\n \"type\": \"CustomerSupport\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"Engineering\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n },\n {\n \"type\": \"ChannelManager\",\n \"email\": \"arsenv@microsoft.com\",\n \"name\": \"Arsen Vladimirskiy\",\n \"phone\": \"312-920-5835\",\n \"uri\": \"\"\n }\n ],\n \"gettingStartedInstructions\": \"\",\n \"languageCode\": \"en-us\",\n \"title\": \"test_arsenv_azuremanagedappbatch01\",\n \"description\": \"<b><i><u>test_arsenv_azuremanagedappbatch01</u></i></b> description\",\n \"shortDescription\": \"test_arsenv_azuremanagedappbatch01 search results summary\",\n \"keywords\": [\n \"test_arsenv\",\n \"\",\n \"\"\n ],\n \"@odata.etag\": \"\\\"bd00cd0f-0000-0800-0000-5f4ec5b60000\\\"\",\n \"id\": \"2eb9ae02-c39d-6b4c-ca20-2af4d88f3720\"\n }\n ]\n}"
}
]
},
{
"name": "06 Create Offer (Product)",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"AzureThirdPartyVirtualMachine\",\r\n \"name\": \"test_arsenv_vm02\",\r\n \"externalIDs\" : [\r\n {\r\n \"type\": \"AzureOfferID\",\r\n \"value\" : \"test_arsenv_vm02\"\r\n }],\r\n \"isModularPublishing\": true\r\n}"
},
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products"
]
}
},
"response": []
},
{
"name": "07 Delete (Product)",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{PARTNERCENTERAPI_ACCESS_TOKEN}}",
"type": "string"
}
]
},
"method": "DELETE",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"resourceType\": \"AzureThirdPartyVirtualMachine\",\r\n \"name\": \"test_arsenv_vm02\",\r\n \"externalIDs\" : [\r\n {\r\n \"type\": \"AzureOfferID\",\r\n \"value\" : \"test_arsenv_vm02\"\r\n }],\r\n \"isModularPublishing\": true\r\n}"
},
"url": {
"raw": "https://api.partner.microsoft.com/v1.0/ingestion/products/f6ead6c1-0e93-43c9-b6a3-2b9b22517f5d",
"protocol": "https",
"host": [
"api",
"partner",
"microsoft",
"com"
],
"path": [
"v1.0",
"ingestion",
"products",
"f6ead6c1-0e93-43c9-b6a3-2b9b22517f5d"
]
}
},
"response": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment