Skip to content

Commit 4d873b6

Browse files
authored
Merge pull request MicrosoftDocs#36751 from basma-msft/patch-3
List the term unit values
2 parents 13a289b + 4b3c3b0 commit 4d873b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/marketplace/partner-center-portal/pc-saas-fulfillment-api-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Response Body:
277277
"term": { //This gives the free trial term start and end date
278278
"startDate": "2019-05-31",
279279
"endDate": "2019-06-29",
280-
"termUnit": "P1M"
280+
"termUnit": "P1M" //where P1M: Monthly, P1Y: Yearly
281281
},
282282
}
283283
```

0 commit comments

Comments
 (0)