Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 1.53 KB

quoteversionstate.md

File metadata and controls

70 lines (54 loc) · 1.53 KB
uid title keywords so.generated so.date so.topic so.envir
quoteversionstate
quoteversionstate
mdo
provider
mdo provider
quoteversionstate
true
03.19.2021
reference
onsite
online

"quoteversionstate" MDO List

List provider for the enum

Implemented by the QuoteVersionStateListProvider class. The name of the MDO list is 'quoteversionstate'.

Sample Request

GET /api/v1/MDOList/quoteversionstate
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("quoteversionstate", forceFlatList: true);
foreach (var item in listProvider.RootItems) {
    Console.WriteLine("{0} {1} {2} {3}", 
         item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo);
}

Sample Output

Id Name StyleHint ExtraInfo
1 Draft
2 Draft - not calculated
3 Needs Approval
4 Approved
5 Not Approved
6 Sent
7 Archived
8 Lost
9 Sold

Related MDO Lists

  • "quoteversionstateheadings"
  • "quoteversionstateheadingswithallitem"
  • "quoteversionstateheadingswithallitemwithnoselection"
  • "quoteversionstateheadingswithnoselection"
  • "quoteversionstatewithallitem"
  • "quoteversionstatewithallitemwithnoselection"
  • "quoteversionstatewithnoselection"